Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,32 +1,33 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- nlu
|
6 |
- slot-tagging
|
|
|
|
|
7 |
metrics:
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
|
|
12 |
model-index:
|
13 |
- name: xlm-r-base-amazon-massive-slot
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: slot-filling
|
17 |
type: slot-filling
|
|
|
18 |
dataset:
|
19 |
name: MASSIVE
|
20 |
type: AmazonScience/massive
|
21 |
split: test
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: f1
|
25 |
value: 0.8405
|
26 |
-
|
27 |
-
- AmazonScience/massive
|
28 |
-
language:
|
29 |
-
- en
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- nlu
|
8 |
- slot-tagging
|
9 |
+
datasets:
|
10 |
+
- AmazonScience/massive
|
11 |
metrics:
|
12 |
- precision
|
13 |
- recall
|
14 |
- f1
|
15 |
- accuracy
|
16 |
+
base_model: xlm-roberta-base
|
17 |
model-index:
|
18 |
- name: xlm-r-base-amazon-massive-slot
|
19 |
results:
|
20 |
- task:
|
|
|
21 |
type: slot-filling
|
22 |
+
name: slot-filling
|
23 |
dataset:
|
24 |
name: MASSIVE
|
25 |
type: AmazonScience/massive
|
26 |
split: test
|
27 |
metrics:
|
28 |
+
- type: f1
|
|
|
29 |
value: 0.8405
|
30 |
+
name: F1
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|