Training completed!
Browse files- README.md +8 -8
- config.json +1 -0
- pytorch_model.bin +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 |
-
| No log | 1.0 |
|
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.11652470187393525
|
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.2480
|
36 |
+
- F1: 0.1165
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
+
| No log | 1.0 | 6 | 1.5093 | 0.0 |
|
68 |
+
| 1.7966 | 2.0 | 12 | 1.3177 | 0.0677 |
|
69 |
+
| 1.7966 | 3.0 | 18 | 1.2480 | 0.1165 |
|
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:1a710f1711cc4ff6f4137577bca9b12573ec39d52cd4ca45aa26801c8afe2b8c
|
3 |
+
size 1109905129
|
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:da6df53f8b56f2088d0d19d56a2e1422c8bf65deec41b8789196c5da867fbbed
|
3 |
size 4091
|