muhtasham commited on
Commit
7ed354d
·
1 Parent(s): 94717d2

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-wikitext-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-wikitext-target-conll2003
19
+
20
+ This model is a fine-tuned version of [muhtasham/tiny-mlm-wikitext](https://huggingface.co/muhtasham/tiny-mlm-wikitext) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1476
23
+ - Precision: 0.7356
24
+ - Recall: 0.8095
25
+ - F1: 0.7708
26
+ - Accuracy: 0.9566
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.7563 | 1.14 | 500 | 0.4302 | 0.4626 | 0.5145 | 0.4872 | 0.8907 |
58
+ | 0.3735 | 2.28 | 1000 | 0.2915 | 0.5885 | 0.6547 | 0.6198 | 0.9234 |
59
+ | 0.2875 | 3.42 | 1500 | 0.2354 | 0.6404 | 0.7070 | 0.6721 | 0.9342 |
60
+ | 0.2366 | 4.56 | 2000 | 0.2071 | 0.6771 | 0.7408 | 0.7075 | 0.9411 |
61
+ | 0.2038 | 5.69 | 2500 | 0.1847 | 0.6981 | 0.7657 | 0.7303 | 0.9465 |
62
+ | 0.18 | 6.83 | 3000 | 0.1711 | 0.7112 | 0.7841 | 0.7459 | 0.9500 |
63
+ | 0.159 | 7.97 | 3500 | 0.1626 | 0.7125 | 0.7908 | 0.7496 | 0.9524 |
64
+ | 0.1415 | 9.11 | 4000 | 0.1554 | 0.7193 | 0.7933 | 0.7545 | 0.9544 |
65
+ | 0.1276 | 10.25 | 4500 | 0.1514 | 0.7366 | 0.8029 | 0.7683 | 0.9558 |
66
+ | 0.1184 | 11.39 | 5000 | 0.1476 | 0.7356 | 0.8095 | 0.7708 | 0.9566 |
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