Commit
•
dd2b24a
1
Parent(s):
91ed578
Librarian Bot: Add base_model information to model (#5)
Browse files- Librarian Bot: Add base_model information to model (2783c879d46ec6dddff42bbd248c6fcb5b90a27d)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -9,6 +9,7 @@ metrics:
|
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
|
|
12 |
model-index:
|
13 |
- name: distilbert-base-uncased-finetuned-ner
|
14 |
results:
|
|
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
12 |
+
base_model: distilbert-base-uncased
|
13 |
model-index:
|
14 |
- name: distilbert-base-uncased-finetuned-ner
|
15 |
results:
|