BahAdoR0101
commited on
Commit
•
785faef
1
Parent(s):
97ab08a
End of training
Browse files- README.md +95 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-conlljob04
|
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.961673640167364
|
29 |
+
- name: Recall
|
30 |
+
type: recall
|
31 |
+
value: 0.9670144732413329
|
32 |
+
- name: F1
|
33 |
+
type: f1
|
34 |
+
value: 0.964336661911555
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9935750165491998
|
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-conlljob04
|
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.0420
|
48 |
+
- Precision: 0.9617
|
49 |
+
- Recall: 0.9670
|
50 |
+
- F1: 0.9643
|
51 |
+
- Accuracy: 0.9936
|
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: 6
|
77 |
+
|
78 |
+
### Training results
|
79 |
+
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.1566 | 1.0 | 896 | 0.0403 | 0.9425 | 0.9542 | 0.9483 | 0.9911 |
|
83 |
+
| 0.0319 | 2.0 | 1792 | 0.0359 | 0.9523 | 0.9571 | 0.9547 | 0.9922 |
|
84 |
+
| 0.0156 | 3.0 | 2688 | 0.0356 | 0.9594 | 0.9625 | 0.9609 | 0.9929 |
|
85 |
+
| 0.01 | 4.0 | 3584 | 0.0377 | 0.9604 | 0.9672 | 0.9638 | 0.9934 |
|
86 |
+
| 0.0058 | 5.0 | 4480 | 0.0398 | 0.9618 | 0.9662 | 0.9640 | 0.9934 |
|
87 |
+
| 0.0034 | 6.0 | 5376 | 0.0420 | 0.9617 | 0.9670 | 0.9643 | 0.9936 |
|
88 |
+
|
89 |
+
|
90 |
+
### Framework versions
|
91 |
+
|
92 |
+
- Transformers 4.34.1
|
93 |
+
- Pytorch 2.1.0+cu118
|
94 |
+
- Datasets 2.14.5
|
95 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2235543782
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:096d3ea1f3b8647893fbe0b50af84fadd87d5643f0e8046f42d76f936deae6e2
|
3 |
size 2235543782
|