dmargutierrez commited on
Commit
0859fb0
1 Parent(s): 451b0dd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +98 -0
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - wnut_17
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: distilbert-base-multilingual-cased-WNUT-ner
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: wnut_17
20
+ type: wnut_17
21
+ config: wnut_17
22
+ split: test
23
+ args: wnut_17
24
+ metrics:
25
+ - name: Precision
26
+ type: precision
27
+ value: 0.5496503496503496
28
+ - name: Recall
29
+ type: recall
30
+ value: 0.36422613531047265
31
+ - name: F1
32
+ type: f1
33
+ value: 0.4381270903010034
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.9468667179618706
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
+ # distilbert-base-multilingual-cased-WNUT-ner
43
+
44
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the wnut_17 dataset.
45
+ It achieves the following results on the evaluation set:
46
+ - Loss: 0.3516
47
+ - Precision: 0.5497
48
+ - Recall: 0.3642
49
+ - F1: 0.4381
50
+ - Accuracy: 0.9469
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: 2e-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: 10
76
+
77
+ ### Training results
78
+
79
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 213 | 0.2727 | 0.6626 | 0.2530 | 0.3662 | 0.9402 |
82
+ | No log | 2.0 | 426 | 0.2636 | 0.5895 | 0.2715 | 0.3718 | 0.9429 |
83
+ | 0.1729 | 3.0 | 639 | 0.2933 | 0.5931 | 0.3040 | 0.4020 | 0.9447 |
84
+ | 0.1729 | 4.0 | 852 | 0.2861 | 0.5437 | 0.3457 | 0.4227 | 0.9453 |
85
+ | 0.0503 | 5.0 | 1065 | 0.3270 | 0.5627 | 0.3494 | 0.4311 | 0.9455 |
86
+ | 0.0503 | 6.0 | 1278 | 0.3277 | 0.5451 | 0.3531 | 0.4286 | 0.9463 |
87
+ | 0.0503 | 7.0 | 1491 | 0.3471 | 0.5828 | 0.3457 | 0.4340 | 0.9467 |
88
+ | 0.0231 | 8.0 | 1704 | 0.3594 | 0.5801 | 0.3457 | 0.4332 | 0.9464 |
89
+ | 0.0231 | 9.0 | 1917 | 0.3550 | 0.5567 | 0.3503 | 0.4300 | 0.9467 |
90
+ | 0.0121 | 10.0 | 2130 | 0.3516 | 0.5497 | 0.3642 | 0.4381 | 0.9469 |
91
+
92
+
93
+ ### Framework versions
94
+
95
+ - Transformers 4.26.0
96
+ - Pytorch 1.13.1+cu117
97
+ - Datasets 2.9.0
98
+ - Tokenizers 0.13.2