Commit
·
89fac8c
1
Parent(s):
d2fbfcd
Add Dataset
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
|
|
5 |
metrics:
|
6 |
- precision
|
7 |
- recall
|
@@ -10,6 +11,8 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: distilbert-base-uncased-TASTESet-ner
|
12 |
results: []
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -81,4 +84,4 @@ The following hyperparameters were used during training:
|
|
81 |
- Transformers 4.26.0
|
82 |
- Pytorch 1.13.1+cu117
|
83 |
- Datasets 2.9.0
|
84 |
-
- Tokenizers 0.13.2
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- named_entity_recognition
|
5 |
+
- food_recipes_ner
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
|
|
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
|
|
|
84 |
- Transformers 4.26.0
|
85 |
- Pytorch 1.13.1+cu117
|
86 |
- Datasets 2.9.0
|
87 |
+
- Tokenizers 0.13.2
|