nguyenkhoa2407 commited on
Commit
ef26a72
1 Parent(s): f745bb0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -0
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - token_classification_v2
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: favs_token_classification_v2_uncased
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: token_classification_v2
20
+ type: token_classification_v2
21
+ config: default
22
+ split: train
23
+ args: default
24
+ metrics:
25
+ - name: Precision
26
+ type: precision
27
+ value: 0.6598639455782312
28
+ - name: Recall
29
+ type: recall
30
+ value: 0.782258064516129
31
+ - name: F1
32
+ type: f1
33
+ value: 0.7158671586715867
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.8546511627906976
37
+ ---
38
+
39
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
40
+ should probably proofread and complete it, then remove this comment. -->
41
+
42
+ # favs_token_classification_v2_uncased
43
+
44
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the token_classification_v2 dataset.
45
+ It achieves the following results on the evaluation set:
46
+ - Loss: 0.5006
47
+ - Precision: 0.6599
48
+ - Recall: 0.7823
49
+ - F1: 0.7159
50
+ - Accuracy: 0.8547
51
+
52
+ ## Model description
53
+
54
+ More information needed
55
+
56
+ ## Intended uses & limitations
57
+
58
+ More information needed
59
+
60
+ ## Training and evaluation data
61
+
62
+ More information needed
63
+
64
+ ## Training procedure
65
+
66
+ ### Training hyperparameters
67
+
68
+ The following hyperparameters were used during training:
69
+ - learning_rate: 1.5e-05
70
+ - train_batch_size: 16
71
+ - eval_batch_size: 16
72
+ - seed: 42
73
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
+ - lr_scheduler_type: linear
75
+ - num_epochs: 20
76
+
77
+ ### Training results
78
+
79
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 2.2447 | 1.0 | 13 | 1.9089 | 0.2 | 0.0968 | 0.1304 | 0.3576 |
82
+ | 1.9589 | 2.0 | 26 | 1.5848 | 0.2734 | 0.2823 | 0.2778 | 0.4477 |
83
+ | 1.729 | 3.0 | 39 | 1.3636 | 0.3128 | 0.4516 | 0.3696 | 0.6134 |
84
+ | 1.4278 | 4.0 | 52 | 1.1854 | 0.4302 | 0.5968 | 0.5 | 0.7122 |
85
+ | 1.3046 | 5.0 | 65 | 1.0341 | 0.5183 | 0.6855 | 0.5903 | 0.7413 |
86
+ | 1.1599 | 6.0 | 78 | 0.9163 | 0.5188 | 0.6694 | 0.5845 | 0.75 |
87
+ | 0.9263 | 7.0 | 91 | 0.8235 | 0.5399 | 0.7097 | 0.6132 | 0.7645 |
88
+ | 0.8721 | 8.0 | 104 | 0.7627 | 0.5176 | 0.7097 | 0.5986 | 0.7733 |
89
+ | 0.7879 | 9.0 | 117 | 0.7070 | 0.5366 | 0.7097 | 0.6111 | 0.7849 |
90
+ | 0.6881 | 10.0 | 130 | 0.6575 | 0.5427 | 0.7177 | 0.6181 | 0.7936 |
91
+ | 0.6414 | 11.0 | 143 | 0.6076 | 0.5660 | 0.7258 | 0.6360 | 0.8110 |
92
+ | 0.6096 | 12.0 | 156 | 0.5804 | 0.6090 | 0.7661 | 0.6786 | 0.8285 |
93
+ | 0.5812 | 13.0 | 169 | 0.5661 | 0.6282 | 0.7903 | 0.7000 | 0.8343 |
94
+ | 0.5006 | 14.0 | 182 | 0.5503 | 0.6144 | 0.7581 | 0.6787 | 0.8285 |
95
+ | 0.5289 | 15.0 | 195 | 0.5366 | 0.6267 | 0.7581 | 0.6861 | 0.8372 |
96
+ | 0.4447 | 16.0 | 208 | 0.5222 | 0.6419 | 0.7661 | 0.6985 | 0.8459 |
97
+ | 0.435 | 17.0 | 221 | 0.5120 | 0.6599 | 0.7823 | 0.7159 | 0.8517 |
98
+ | 0.4454 | 18.0 | 234 | 0.5058 | 0.6667 | 0.7903 | 0.7232 | 0.8547 |
99
+ | 0.422 | 19.0 | 247 | 0.5013 | 0.6599 | 0.7823 | 0.7159 | 0.8547 |
100
+ | 0.4285 | 20.0 | 260 | 0.5006 | 0.6599 | 0.7823 | 0.7159 | 0.8547 |
101
+
102
+
103
+ ### Framework versions
104
+
105
+ - Transformers 4.21.1
106
+ - Pytorch 1.12.1
107
+ - Datasets 2.4.0
108
+ - Tokenizers 0.12.1