dominguesm commited on
Commit
015bd55
·
1 Parent(s): 36ca8b1

Update yml README

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -33,18 +33,19 @@ metrics:
33
  model-index:
34
  - name: xlm-roberta-base-lora-language-detection
35
  results:
36
- - task:
37
- type: text-classification
38
- dataset:
39
- type: papluca/language-identification
40
- name: papluca/language-identification
41
- metrics:
42
- - type: accuracy
43
- value: 99.43
44
- name: Accuracy
45
- - type: f1
46
- value: 99.43
47
- name: F1 Score
 
48
  inference: false
49
  ---
50
 
 
33
  model-index:
34
  - name: xlm-roberta-base-lora-language-detection
35
  results:
36
+ - task:
37
+ type: text-classification
38
+ name: Text Classification
39
+ dataset:
40
+ type: papluca/language-identification
41
+ name: papluca/language-identification
42
+ metrics:
43
+ - type: accuracy
44
+ value: 99.43
45
+ name: Accuracy
46
+ - type: f1
47
+ value: 99.43
48
+ name: F1 Score
49
  inference: false
50
  ---
51