Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -7,12 +9,11 @@ metrics:
|
|
7 |
- f1
|
8 |
- recall
|
9 |
- precision
|
|
|
|
|
10 |
model-index:
|
11 |
- name: distilbert-base-multilingual-cased-language_detection
|
12 |
results: []
|
13 |
-
language:
|
14 |
-
- en
|
15 |
-
pipeline_tag: text-classification
|
16 |
---
|
17 |
|
18 |
# distilbert-base-multilingual-cased-language_detection
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
9 |
- f1
|
10 |
- recall
|
11 |
- precision
|
12 |
+
pipeline_tag: text-classification
|
13 |
+
base_model: distilbert-base-multilingual-cased
|
14 |
model-index:
|
15 |
- name: distilbert-base-multilingual-cased-language_detection
|
16 |
results: []
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
# distilbert-base-multilingual-cased-language_detection
|