Luciano commited on
Commit
d54f5c4
1 Parent(s): 415d59f

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +104 -0
  2. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - lener_br
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: xlm-roberta-large-finetuned-lener_br-finetuned-lener-br
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: lener_br
20
+ type: lener_br
21
+ config: lener_br
22
+ split: train
23
+ args: lener_br
24
+ metrics:
25
+ - name: Precision
26
+ type: precision
27
+ value: 0.9122490993309316
28
+ - name: Recall
29
+ type: recall
30
+ value: 0.9162574308606876
31
+ - name: F1
32
+ type: f1
33
+ value: 0.9142488716956804
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.982592974434832
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
+ # xlm-roberta-large-finetuned-lener_br-finetuned-lener-br
43
+
44
+ This model is a fine-tuned version of [Luciano/xlm-roberta-large-finetuned-lener_br](https://huggingface.co/Luciano/xlm-roberta-large-finetuned-lener_br) on the lener_br dataset.
45
+ It achieves the following results on the evaluation set:
46
+ - Loss: nan
47
+ - Precision: 0.9122
48
+ - Recall: 0.9163
49
+ - F1: 0.9142
50
+ - Accuracy: 0.9826
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: 2
71
+ - eval_batch_size: 2
72
+ - seed: 42
73
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
+ - lr_scheduler_type: linear
75
+ - num_epochs: 15
76
+ - mixed_precision_training: Native AMP
77
+
78
+ ### Training results
79
+
80
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.068 | 1.0 | 3914 | nan | 0.6196 | 0.8604 | 0.7204 | 0.9568 |
83
+ | 0.0767 | 2.0 | 7828 | nan | 0.8270 | 0.8710 | 0.8484 | 0.9693 |
84
+ | 0.0257 | 3.0 | 11742 | nan | 0.7243 | 0.9005 | 0.8029 | 0.9639 |
85
+ | 0.0193 | 4.0 | 15656 | nan | 0.9010 | 0.8984 | 0.8997 | 0.9821 |
86
+ | 0.0156 | 5.0 | 19570 | nan | 0.7150 | 0.9121 | 0.8016 | 0.9641 |
87
+ | 0.0165 | 6.0 | 23484 | nan | 0.7640 | 0.8796 | 0.8177 | 0.9691 |
88
+ | 0.0225 | 7.0 | 27398 | nan | 0.8851 | 0.9098 | 0.8973 | 0.9803 |
89
+ | 0.016 | 8.0 | 31312 | nan | 0.9081 | 0.9015 | 0.9048 | 0.9792 |
90
+ | 0.0078 | 9.0 | 35226 | nan | 0.8941 | 0.8863 | 0.8902 | 0.9788 |
91
+ | 0.0061 | 10.0 | 39140 | nan | 0.9026 | 0.9002 | 0.9014 | 0.9804 |
92
+ | 0.0057 | 11.0 | 43054 | nan | 0.8793 | 0.9018 | 0.8904 | 0.9769 |
93
+ | 0.0044 | 12.0 | 46968 | nan | 0.8790 | 0.9033 | 0.8910 | 0.9785 |
94
+ | 0.0043 | 13.0 | 50882 | nan | 0.9122 | 0.9163 | 0.9142 | 0.9826 |
95
+ | 0.0003 | 14.0 | 54796 | nan | 0.9032 | 0.9070 | 0.9051 | 0.9807 |
96
+ | 0.0025 | 15.0 | 58710 | nan | 0.8903 | 0.9085 | 0.8993 | 0.9798 |
97
+
98
+
99
+ ### Framework versions
100
+
101
+ - Transformers 4.23.1
102
+ - Pytorch 1.12.1+cu113
103
+ - Datasets 2.6.1
104
+ - Tokenizers 0.13.1
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3e27f05367b9c3e3781ae47f9d5998548b0feba854fad00474462f0bad544f
3
+ size 3631