Commit
•
56f3061
1
Parent(s):
4c5daf6
Librarian Bot: Add base_model information to model (#6)
Browse files- Librarian Bot: Add base_model information to model (49aa9e38664fd8f497398cc692c8c74a57f30429)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -7,6 +7,7 @@ datasets:
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: distilbert-base-uncased-finetuned-emotion
|
12 |
results:
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
+
base_model: distilbert-base-uncased
|
11 |
model-index:
|
12 |
- name: distilbert-base-uncased-finetuned-emotion
|
13 |
results:
|