Commit
·
6f5328f
1
Parent(s):
5ebbd51
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (d352283400700d736f39ec56b6b985a79e248176)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -7,6 +7,7 @@ metrics:
|
|
7 |
- recall
|
8 |
- f1
|
9 |
- accuracy
|
|
|
10 |
model-index:
|
11 |
- name: distilbert-base-cased_fine_tuned_food_ner
|
12 |
results: []
|
|
|
7 |
- recall
|
8 |
- f1
|
9 |
- accuracy
|
10 |
+
base_model: distilbert-base-cased
|
11 |
model-index:
|
12 |
- name: distilbert-base-cased_fine_tuned_food_ner
|
13 |
results: []
|