Commit
•
92fc58f
1
Parent(s):
31b8760
Librarian Bot: Add base_model information to model (#4)
Browse files- Librarian Bot: Add base_model information to model (a2f3bce7d159da99ba2cf1a60d911dfba8abc2f1)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -14,6 +14,7 @@ metrics:
|
|
14 |
- f1
|
15 |
- precision
|
16 |
- recall
|
|
|
17 |
model-index:
|
18 |
- name: distilbert-base-cased-emotion
|
19 |
results:
|
|
|
14 |
- f1
|
15 |
- precision
|
16 |
- recall
|
17 |
+
base_model: distilbert-base-cased
|
18 |
model-index:
|
19 |
- name: distilbert-base-cased-emotion
|
20 |
results:
|