BahAdoR0101 commited on
Commit
1ce5701
1 Parent(s): 0cbfdc2

End of training

Browse files
Files changed (2) hide show
  1. README.md +93 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: xlm-roberta-large
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - conll2003job
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
+ model-index:
14
+ - name: my_xlm-roberta-large-finetuned-conlljob03
15
+ results:
16
+ - task:
17
+ name: Token Classification
18
+ type: token-classification
19
+ dataset:
20
+ name: conll2003job
21
+ type: conll2003job
22
+ config: conll2003job
23
+ split: validation
24
+ args: conll2003job
25
+ metrics:
26
+ - name: Precision
27
+ type: precision
28
+ value: 0.9592654424040067
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.9670144732413329
32
+ - name: F1
33
+ type: f1
34
+ value: 0.9631243714381496
35
+ - name: Accuracy
36
+ type: accuracy
37
+ value: 0.9933024414937113
38
+ ---
39
+
40
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
+ should probably proofread and complete it, then remove this comment. -->
42
+
43
+ # my_xlm-roberta-large-finetuned-conlljob03
44
+
45
+ This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the conll2003job dataset.
46
+ It achieves the following results on the evaluation set:
47
+ - Loss: 0.0364
48
+ - Precision: 0.9593
49
+ - Recall: 0.9670
50
+ - F1: 0.9631
51
+ - Accuracy: 0.9933
52
+
53
+ ## Model description
54
+
55
+ More information needed
56
+
57
+ ## Intended uses & limitations
58
+
59
+ More information needed
60
+
61
+ ## Training and evaluation data
62
+
63
+ More information needed
64
+
65
+ ## Training procedure
66
+
67
+ ### Training hyperparameters
68
+
69
+ The following hyperparameters were used during training:
70
+ - learning_rate: 2e-05
71
+ - train_batch_size: 16
72
+ - eval_batch_size: 16
73
+ - seed: 42
74
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
+ - lr_scheduler_type: linear
76
+ - num_epochs: 4
77
+
78
+ ### Training results
79
+
80
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.1596 | 1.0 | 896 | 0.0385 | 0.9393 | 0.9556 | 0.9474 | 0.9915 |
83
+ | 0.0298 | 2.0 | 1792 | 0.0377 | 0.9532 | 0.9594 | 0.9563 | 0.9920 |
84
+ | 0.0158 | 3.0 | 2688 | 0.0339 | 0.9579 | 0.9658 | 0.9619 | 0.9931 |
85
+ | 0.0087 | 4.0 | 3584 | 0.0364 | 0.9593 | 0.9670 | 0.9631 | 0.9933 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - Transformers 4.34.1
91
+ - Pytorch 2.1.0+cu118
92
+ - Datasets 2.14.5
93
+ - Tokenizers 0.14.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4c9ce47e81fe33596cbf17067bc636d1603e46738dd57ecc041b6c8fa9b8948
3
  size 2235543782
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b2cdd6c2a1d4b22d052d2ae06d010147b049f3251d5015ccc7c1ac882e37d0
3
  size 2235543782