muhtasham commited on
Commit
df1a25e
·
1 Parent(s): cb31f81

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: tiny-mlm-imdb-target-conll2003
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # tiny-mlm-imdb-target-conll2003
19
+
20
+ This model is a fine-tuned version of [muhtasham/small-mlm-wikitext](https://huggingface.co/muhtasham/small-mlm-wikitext) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1138
23
+ - Precision: 0.8869
24
+ - Recall: 0.9189
25
+ - F1: 0.9026
26
+ - Accuracy: 0.9777
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 3e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: constant
51
+ - training_steps: 5000
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.2197 | 1.14 | 500 | 0.0926 | 0.8440 | 0.8756 | 0.8595 | 0.9715 |
58
+ | 0.0745 | 2.28 | 1000 | 0.0795 | 0.8817 | 0.8982 | 0.8899 | 0.9766 |
59
+ | 0.0425 | 3.42 | 1500 | 0.0829 | 0.8844 | 0.9127 | 0.8983 | 0.9773 |
60
+ | 0.0271 | 4.56 | 2000 | 0.0836 | 0.8975 | 0.9148 | 0.9061 | 0.9788 |
61
+ | 0.0181 | 5.69 | 2500 | 0.0949 | 0.8922 | 0.9155 | 0.9037 | 0.9782 |
62
+ | 0.0129 | 6.83 | 3000 | 0.0922 | 0.8912 | 0.9157 | 0.9033 | 0.9793 |
63
+ | 0.0091 | 7.97 | 3500 | 0.0996 | 0.9002 | 0.9169 | 0.9085 | 0.9789 |
64
+ | 0.0073 | 9.11 | 4000 | 0.1031 | 0.9035 | 0.9202 | 0.9118 | 0.9800 |
65
+ | 0.0057 | 10.25 | 4500 | 0.1152 | 0.9014 | 0.9125 | 0.9069 | 0.9788 |
66
+ | 0.005 | 11.39 | 5000 | 0.1138 | 0.8869 | 0.9189 | 0.9026 | 0.9777 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.26.0.dev0
72
+ - Pytorch 1.13.0+cu116
73
+ - Datasets 2.8.1.dev0
74
+ - Tokenizers 0.13.2