avsolatorio commited on
Commit
77ac2bd
·
verified ·
1 Parent(s): ade1f68

avsolatorio/doc-topic-model_eval-04_train-00

Browse files
Files changed (2) hide show
  1. README.md +86 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/deberta-v3-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: doc-topic-model_eval-04_train-00
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # doc-topic-model_eval-04_train-00
21
+
22
+ This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0377
25
+ - Accuracy: 0.9880
26
+ - F1: 0.6385
27
+ - Precision: 0.7205
28
+ - Recall: 0.5733
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 4
49
+ - eval_batch_size: 256
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 100
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
59
+ |:-------------:|:------:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
60
+ | 0.0929 | 0.4931 | 1000 | 0.0906 | 0.9815 | 0.0 | 0.0 | 0.0 |
61
+ | 0.0785 | 0.9862 | 2000 | 0.0704 | 0.9815 | 0.0 | 0.0 | 0.0 |
62
+ | 0.0622 | 1.4793 | 3000 | 0.0572 | 0.9823 | 0.1022 | 0.8442 | 0.0544 |
63
+ | 0.0542 | 1.9724 | 4000 | 0.0499 | 0.9843 | 0.3390 | 0.7662 | 0.2176 |
64
+ | 0.048 | 2.4655 | 5000 | 0.0459 | 0.9853 | 0.4278 | 0.7709 | 0.2960 |
65
+ | 0.0436 | 2.9586 | 6000 | 0.0429 | 0.9863 | 0.5135 | 0.7466 | 0.3913 |
66
+ | 0.0384 | 3.4517 | 7000 | 0.0411 | 0.9868 | 0.5512 | 0.7418 | 0.4386 |
67
+ | 0.0385 | 3.9448 | 8000 | 0.0396 | 0.9868 | 0.5391 | 0.7659 | 0.4159 |
68
+ | 0.0343 | 4.4379 | 9000 | 0.0392 | 0.9870 | 0.5622 | 0.7475 | 0.4505 |
69
+ | 0.0343 | 4.9310 | 10000 | 0.0383 | 0.9872 | 0.5747 | 0.7490 | 0.4662 |
70
+ | 0.0304 | 5.4241 | 11000 | 0.0381 | 0.9873 | 0.5883 | 0.7375 | 0.4894 |
71
+ | 0.0299 | 5.9172 | 12000 | 0.0367 | 0.9877 | 0.6116 | 0.7341 | 0.5242 |
72
+ | 0.0265 | 6.4103 | 13000 | 0.0374 | 0.9876 | 0.6157 | 0.7219 | 0.5367 |
73
+ | 0.0261 | 6.9034 | 14000 | 0.0365 | 0.9879 | 0.6179 | 0.7448 | 0.5279 |
74
+ | 0.0236 | 7.3964 | 15000 | 0.0374 | 0.9877 | 0.6228 | 0.7218 | 0.5476 |
75
+ | 0.0236 | 7.8895 | 16000 | 0.0372 | 0.9880 | 0.6263 | 0.7356 | 0.5453 |
76
+ | 0.0215 | 8.3826 | 17000 | 0.0376 | 0.9879 | 0.6326 | 0.7199 | 0.5642 |
77
+ | 0.0216 | 8.8757 | 18000 | 0.0381 | 0.9878 | 0.6322 | 0.7149 | 0.5666 |
78
+ | 0.0177 | 9.3688 | 19000 | 0.0377 | 0.9880 | 0.6385 | 0.7205 | 0.5733 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.44.2
84
+ - Pytorch 2.4.1+cu121
85
+ - Datasets 2.21.0
86
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed7c9ee5f82ea171da9c8e025aacdd000fbbdd156711e258c6b8b5a101cb20dc
3
  size 567860028
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:116ad19701dd5f5d25256a2a51f43d15d1202fcb04be6d0cf5615275c8222ed1
3
  size 567860028