Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -3,16 +3,17 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- named_entity_recognition
|
5 |
- food_recipes_ner
|
|
|
|
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
|
|
11 |
model-index:
|
12 |
- name: distilbert-base-uncased-TASTESet-ner
|
13 |
results: []
|
14 |
-
datasets:
|
15 |
-
- dmargutierrez/TASTESet
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
3 |
tags:
|
4 |
- named_entity_recognition
|
5 |
- food_recipes_ner
|
6 |
+
datasets:
|
7 |
+
- dmargutierrez/TASTESet
|
8 |
metrics:
|
9 |
- precision
|
10 |
- recall
|
11 |
- f1
|
12 |
- accuracy
|
13 |
+
base_model: distilbert-base-uncased
|
14 |
model-index:
|
15 |
- name: distilbert-base-uncased-TASTESet-ner
|
16 |
results: []
|
|
|
|
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|