juliensimon HF staff librarian-bot commited on
Commit
43f6bb2
1 Parent(s): c953a57

Librarian Bot: Add base_model information to model (#5)

Browse files

- Librarian Bot: Add base_model information to model (4571ced2106e33b744ec5def5a5e99d9aa933c64)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -4
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
- - name: Accuracy
25
- type: accuracy
26
  value: 0.9930337861372344
27
- pipeline_tag: text-classification
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