cartesinus
commited on
Commit
•
1a9cebd
1
Parent(s):
143492d
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- precision
|
7 |
- recall
|
@@ -9,7 +11,18 @@ metrics:
|
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
- name: xlm-r-base-amazon-massive-slot
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
datasets:
|
14 |
- AmazonScience/massive
|
15 |
language:
|
@@ -21,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
# xlm-r-base-amazon-massive-slot
|
23 |
|
24 |
-
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.5006
|
27 |
- Precision: 0.8144
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- nlu
|
6 |
+
- slot-tagging
|
7 |
metrics:
|
8 |
- precision
|
9 |
- recall
|
|
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
- name: xlm-r-base-amazon-massive-slot
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: slot-tagging
|
17 |
+
type: slot-tagging
|
18 |
+
dataset:
|
19 |
+
name: MASSIVE
|
20 |
+
type: AmazonScience/massive
|
21 |
+
split: test
|
22 |
+
metrics:
|
23 |
+
- name: F1
|
24 |
+
type: f1
|
25 |
+
value: 0.8405
|
26 |
datasets:
|
27 |
- AmazonScience/massive
|
28 |
language:
|
|
|
34 |
|
35 |
# xlm-r-base-amazon-massive-slot
|
36 |
|
37 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the [MASSIVE1.1](https://huggingface.co/datasets/AmazonScience/massive) dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
- Loss: 0.5006
|
40 |
- Precision: 0.8144
|