avsolatorio commited on
Commit
41103ac
·
verified ·
1 Parent(s): a61a8b5

avsolatorio/doc-topic-model_eval-03_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-03_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-03_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.0381
25
+ - Accuracy: 0.9878
26
+ - F1: 0.6369
27
+ - Precision: 0.7080
28
+ - Recall: 0.5788
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.0901 | 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.0566 | 0.9828 | 0.1667 | 0.8182 | 0.0928 |
63
+ | 0.0535 | 1.9714 | 4000 | 0.0490 | 0.9844 | 0.3358 | 0.7954 | 0.2128 |
64
+ | 0.0473 | 2.4643 | 5000 | 0.0453 | 0.9855 | 0.4636 | 0.7390 | 0.3377 |
65
+ | 0.0436 | 2.9571 | 6000 | 0.0424 | 0.9860 | 0.4959 | 0.7477 | 0.3710 |
66
+ | 0.0389 | 3.4500 | 7000 | 0.0405 | 0.9865 | 0.5302 | 0.7462 | 0.4111 |
67
+ | 0.0376 | 3.9428 | 8000 | 0.0398 | 0.9865 | 0.5573 | 0.7123 | 0.4577 |
68
+ | 0.0339 | 4.4357 | 9000 | 0.0390 | 0.9868 | 0.5566 | 0.7355 | 0.4478 |
69
+ | 0.0337 | 4.9285 | 10000 | 0.0381 | 0.9871 | 0.5750 | 0.7445 | 0.4683 |
70
+ | 0.0295 | 5.4214 | 11000 | 0.0375 | 0.9873 | 0.6044 | 0.7152 | 0.5234 |
71
+ | 0.0305 | 5.9142 | 12000 | 0.0383 | 0.9872 | 0.5948 | 0.7223 | 0.5055 |
72
+ | 0.0254 | 6.4071 | 13000 | 0.0371 | 0.9875 | 0.6109 | 0.7222 | 0.5293 |
73
+ | 0.0273 | 6.9000 | 14000 | 0.0374 | 0.9877 | 0.6181 | 0.7280 | 0.5370 |
74
+ | 0.0228 | 7.3928 | 15000 | 0.0376 | 0.9876 | 0.6113 | 0.7279 | 0.5269 |
75
+ | 0.0235 | 7.8857 | 16000 | 0.0376 | 0.9874 | 0.6297 | 0.6903 | 0.5789 |
76
+ | 0.0208 | 8.3785 | 17000 | 0.0377 | 0.9876 | 0.6323 | 0.7035 | 0.5742 |
77
+ | 0.0204 | 8.8714 | 18000 | 0.0381 | 0.9878 | 0.6369 | 0.7080 | 0.5788 |
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