Training completed!
Browse files- README.md +8 -8
- config.json +1 -0
- pytorch_model.bin +2 -2
- tokenizer.json +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,13 +16,13 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: xtreme
|
18 |
type: xtreme
|
19 |
-
config: PAN-X.
|
20 |
split: validation
|
21 |
-
args: PAN-X.
|
22 |
metrics:
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- F1: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,9 +64,9 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
16 |
dataset:
|
17 |
name: xtreme
|
18 |
type: xtreme
|
19 |
+
config: PAN-X.fr
|
20 |
split: validation
|
21 |
+
args: PAN-X.fr
|
22 |
metrics:
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
+
value: 0.19409162266305124
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.0251
|
36 |
+
- F1: 0.1941
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
+
| 1.8089 | 1.0 | 11 | 1.3639 | 0.1455 |
|
68 |
+
| 1.2489 | 2.0 | 22 | 1.1180 | 0.1487 |
|
69 |
+
| 1.0743 | 3.0 | 33 | 1.0251 | 0.1941 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
config.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
|
|
14 |
"0": "O",
|
15 |
"1": "B-PER",
|
16 |
"2": "I-PER",
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"-100": "IGN",
|
15 |
"0": "O",
|
16 |
"1": "B-PER",
|
17 |
"2": "I-PER",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7afa08ff690742bb8695bdbd3cd4096928ded3f1e14abb7cd44b6a02d826228
|
3 |
+
size 1109902377
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
|
3 |
+
size 17082758
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a109d49bc9a90fc1c7ecd915474aa7fd83f206a41325b3b1758cba941eeeab84
|
3 |
size 4091
|