Librarian Bot: Add base_model information to model
#5
by
librarian-bot
- opened
README.md
CHANGED
@@ -8,12 +8,14 @@ datasets:
|
|
8 |
- fleurs
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
11 |
model-index:
|
12 |
- name: xlm-v-base-language-id
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Text Classification
|
16 |
type: text-classification
|
|
|
17 |
dataset:
|
18 |
name: fleurs
|
19 |
type: fleurs
|
@@ -21,10 +23,9 @@ model-index:
|
|
21 |
split: validation
|
22 |
args: all
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: accuracy
|
26 |
value: 0.9930337861372344
|
27 |
-
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
8 |
- fleurs
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
base_model: facebook/xlm-v-base
|
13 |
model-index:
|
14 |
- name: xlm-v-base-language-id
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: text-classification
|
18 |
+
name: Text Classification
|
19 |
dataset:
|
20 |
name: fleurs
|
21 |
type: fleurs
|
|
|
23 |
split: validation
|
24 |
args: all
|
25 |
metrics:
|
26 |
+
- type: accuracy
|
|
|
27 |
value: 0.9930337861372344
|
28 |
+
name: Accuracy
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|