avsolatorio commited on
Commit
6075d6d
·
verified ·
1 Parent(s): a4e9723

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

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-01_train-04
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-01_train-04
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.0382
25
+ - Accuracy: 0.9878
26
+ - F1: 0.6398
27
+ - Precision: 0.7120
28
+ - Recall: 0.5810
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.0934 | 0.4929 | 1000 | 0.0902 | 0.9814 | 0.0 | 0.0 | 0.0 |
61
+ | 0.0778 | 0.9857 | 2000 | 0.0701 | 0.9814 | 0.0 | 0.0 | 0.0 |
62
+ | 0.0618 | 1.4786 | 3000 | 0.0565 | 0.9828 | 0.1749 | 0.8221 | 0.0978 |
63
+ | 0.0535 | 1.9714 | 4000 | 0.0488 | 0.9842 | 0.3301 | 0.7895 | 0.2087 |
64
+ | 0.0473 | 2.4643 | 5000 | 0.0452 | 0.9856 | 0.4668 | 0.7510 | 0.3386 |
65
+ | 0.0436 | 2.9571 | 6000 | 0.0424 | 0.9860 | 0.4963 | 0.7467 | 0.3717 |
66
+ | 0.0389 | 3.4500 | 7000 | 0.0403 | 0.9865 | 0.5326 | 0.7503 | 0.4128 |
67
+ | 0.0376 | 3.9428 | 8000 | 0.0396 | 0.9865 | 0.5587 | 0.7128 | 0.4594 |
68
+ | 0.0339 | 4.4357 | 9000 | 0.0388 | 0.9867 | 0.5583 | 0.7351 | 0.4500 |
69
+ | 0.0337 | 4.9285 | 10000 | 0.0385 | 0.9871 | 0.5737 | 0.7467 | 0.4658 |
70
+ | 0.0295 | 5.4214 | 11000 | 0.0377 | 0.9871 | 0.6013 | 0.7109 | 0.5210 |
71
+ | 0.0305 | 5.9142 | 12000 | 0.0383 | 0.9871 | 0.5951 | 0.7187 | 0.5078 |
72
+ | 0.0254 | 6.4071 | 13000 | 0.0373 | 0.9874 | 0.6115 | 0.7197 | 0.5316 |
73
+ | 0.0273 | 6.9000 | 14000 | 0.0378 | 0.9876 | 0.6175 | 0.7268 | 0.5367 |
74
+ | 0.0228 | 7.3928 | 15000 | 0.0379 | 0.9875 | 0.6101 | 0.7257 | 0.5262 |
75
+ | 0.0235 | 7.8857 | 16000 | 0.0380 | 0.9872 | 0.6269 | 0.6861 | 0.5772 |
76
+ | 0.0208 | 8.3785 | 17000 | 0.0382 | 0.9877 | 0.6348 | 0.7077 | 0.5756 |
77
+ | 0.0204 | 8.8714 | 18000 | 0.0382 | 0.9878 | 0.6398 | 0.7120 | 0.5810 |
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:7c195ef2273183f4c0ed39b5fe3ef7d5f221d76aafc2495d9e3b855a29db2373
3
  size 567860028
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4cca5bdfb012fd0f7593bd75cdf753f944075544c69c1b80749032d30975e46
3
  size 567860028