avsolatorio commited on
Commit
784cf05
·
verified ·
1 Parent(s): 10b887e

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

Browse files
Files changed (2) hide show
  1. README.md +85 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-00_train-02
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-00_train-02
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.0393
25
+ - Accuracy: 0.9874
26
+ - F1: 0.6311
27
+ - Precision: 0.6927
28
+ - Recall: 0.5796
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.0932 | 0.4931 | 1000 | 0.0863 | 0.9815 | 0.0 | 0.0 | 0.0 |
61
+ | 0.0742 | 0.9862 | 2000 | 0.0662 | 0.9815 | 0.0 | 0.0 | 0.0 |
62
+ | 0.0596 | 1.4793 | 3000 | 0.0549 | 0.9826 | 0.1370 | 0.8442 | 0.0746 |
63
+ | 0.053 | 1.9724 | 4000 | 0.0491 | 0.9849 | 0.3899 | 0.7714 | 0.2608 |
64
+ | 0.0467 | 2.4655 | 5000 | 0.0452 | 0.9857 | 0.4527 | 0.7816 | 0.3186 |
65
+ | 0.044 | 2.9586 | 6000 | 0.0427 | 0.9864 | 0.5022 | 0.7753 | 0.3714 |
66
+ | 0.039 | 3.4517 | 7000 | 0.0409 | 0.9867 | 0.5505 | 0.7410 | 0.4379 |
67
+ | 0.037 | 3.9448 | 8000 | 0.0390 | 0.9870 | 0.5589 | 0.7507 | 0.4452 |
68
+ | 0.0337 | 4.4379 | 9000 | 0.0383 | 0.9875 | 0.5772 | 0.7737 | 0.4603 |
69
+ | 0.0337 | 4.9310 | 10000 | 0.0375 | 0.9875 | 0.5917 | 0.7530 | 0.4873 |
70
+ | 0.0293 | 5.4241 | 11000 | 0.0375 | 0.9877 | 0.6105 | 0.7380 | 0.5205 |
71
+ | 0.0297 | 5.9172 | 12000 | 0.0375 | 0.9876 | 0.6050 | 0.7390 | 0.5122 |
72
+ | 0.0263 | 6.4103 | 13000 | 0.0372 | 0.9879 | 0.6160 | 0.7472 | 0.5240 |
73
+ | 0.0265 | 6.9034 | 14000 | 0.0377 | 0.9876 | 0.6178 | 0.7208 | 0.5406 |
74
+ | 0.0235 | 7.3964 | 15000 | 0.0378 | 0.9878 | 0.6238 | 0.7303 | 0.5444 |
75
+ | 0.0237 | 7.8895 | 16000 | 0.0379 | 0.9878 | 0.6255 | 0.7242 | 0.5505 |
76
+ | 0.0205 | 8.3826 | 17000 | 0.0383 | 0.9878 | 0.6324 | 0.7159 | 0.5664 |
77
+ | 0.0208 | 8.8757 | 18000 | 0.0393 | 0.9874 | 0.6311 | 0.6927 | 0.5796 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.44.2
83
+ - Pytorch 2.4.1+cu121
84
+ - Datasets 2.21.0
85
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:121b800df78bbd1f97b4e692be6b02e6c48919239400a28b59daec6f0765c4e6
3
  size 567860028
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a17bf60874919302bf060fcfc24b328b624c7c4bd1003f6edc267a3bcfb892a
3
  size 567860028