muhtasham commited on
Commit
9133d74
·
1 Parent(s): 6db09b4

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-vanilla-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-vanilla-target-conll2003
19
+
20
+ This model is a fine-tuned version of [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1431
23
+ - Precision: 0.7507
24
+ - Recall: 0.8177
25
+ - F1: 0.7828
26
+ - Accuracy: 0.9581
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.7673 | 1.14 | 500 | 0.4291 | 0.4793 | 0.5160 | 0.4970 | 0.8920 |
58
+ | 0.3746 | 2.28 | 1000 | 0.2869 | 0.5976 | 0.6572 | 0.6260 | 0.9256 |
59
+ | 0.2869 | 3.42 | 1500 | 0.2292 | 0.6411 | 0.7184 | 0.6776 | 0.9370 |
60
+ | 0.236 | 4.56 | 2000 | 0.1988 | 0.6805 | 0.7516 | 0.7143 | 0.9438 |
61
+ | 0.2026 | 5.69 | 2500 | 0.1772 | 0.7047 | 0.7718 | 0.7367 | 0.9482 |
62
+ | 0.1798 | 6.83 | 3000 | 0.1649 | 0.7179 | 0.7864 | 0.7506 | 0.9514 |
63
+ | 0.158 | 7.97 | 3500 | 0.1559 | 0.7256 | 0.7987 | 0.7604 | 0.9543 |
64
+ | 0.1415 | 9.11 | 4000 | 0.1500 | 0.7379 | 0.8034 | 0.7693 | 0.9563 |
65
+ | 0.127 | 10.25 | 4500 | 0.1462 | 0.7532 | 0.8134 | 0.7821 | 0.9573 |
66
+ | 0.1173 | 11.39 | 5000 | 0.1431 | 0.7507 | 0.8177 | 0.7828 | 0.9581 |
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