Commit
·
36ca8b1
1
Parent(s):
7c4cc86
Add README
Browse files
README.md
CHANGED
@@ -31,20 +31,20 @@ metrics:
|
|
31 |
- accuracy
|
32 |
- f1
|
33 |
model-index:
|
34 |
-
- name: xlm-roberta-base-lora-language-detection
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
inference: false
|
49 |
---
|
50 |
|
|
|
31 |
- accuracy
|
32 |
- f1
|
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 |
|