Commit
•
65ba811
1
Parent(s):
06a9ddc
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (2c42120cd510b204c806c52e9b45a56b8c9d82c8)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -27,28 +27,29 @@ tags:
|
|
27 |
- LoRA
|
28 |
- language-detection
|
29 |
- xlm-roberta-base
|
|
|
|
|
30 |
metrics:
|
31 |
- accuracy
|
32 |
- f1
|
33 |
-
datasets:
|
34 |
-
- papluca/language-identification
|
35 |
-
model-index:
|
36 |
-
- name: xlm-roberta-base-lora-language-detection
|
37 |
-
results:
|
38 |
-
- task:
|
39 |
-
type: text-classification
|
40 |
-
name: Text Classification
|
41 |
-
dataset:
|
42 |
-
type: papluca/language-identification
|
43 |
-
name: papluca/language-identification
|
44 |
-
metrics:
|
45 |
-
- type: accuracy
|
46 |
-
value: 99.43
|
47 |
-
name: Accuracy
|
48 |
-
- type: f1
|
49 |
-
value: 99.43
|
50 |
-
name: F1 Score
|
51 |
inference: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
---
|
53 |
|
54 |
# xlm-roberta-base-lora-language-detection
|
|
|
27 |
- LoRA
|
28 |
- language-detection
|
29 |
- xlm-roberta-base
|
30 |
+
datasets:
|
31 |
+
- papluca/language-identification
|
32 |
metrics:
|
33 |
- accuracy
|
34 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
inference: false
|
36 |
+
base_model: xlm-roberta-base
|
37 |
+
model-index:
|
38 |
+
- name: xlm-roberta-base-lora-language-detection
|
39 |
+
results:
|
40 |
+
- task:
|
41 |
+
type: text-classification
|
42 |
+
name: Text Classification
|
43 |
+
dataset:
|
44 |
+
name: papluca/language-identification
|
45 |
+
type: papluca/language-identification
|
46 |
+
metrics:
|
47 |
+
- type: accuracy
|
48 |
+
value: 99.43
|
49 |
+
name: Accuracy
|
50 |
+
- type: f1
|
51 |
+
value: 99.43
|
52 |
+
name: F1 Score
|
53 |
---
|
54 |
|
55 |
# xlm-roberta-base-lora-language-detection
|