Commit
·
015bd55
1
Parent(s):
36ca8b1
Update yml README
Browse files
README.md
CHANGED
@@ -33,18 +33,19 @@ metrics:
|
|
33 |
model-index:
|
34 |
- name: xlm-roberta-base-lora-language-detection
|
35 |
results:
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
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 |
|