Commit
•
32c679f
1
Parent(s):
079b596
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (a9db6020e6cccbe2b2d6cf5342d01a8f102ff9c7)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
model-index:
|
6 |
-
- name: distilbert_ner_wnut17
|
7 |
-
results: []
|
8 |
datasets:
|
9 |
- wnut_17
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
5 |
datasets:
|
6 |
- wnut_17
|
7 |
widget:
|
8 |
+
- text: My name is Nour Eddine and I live in Morocco.
|
9 |
+
base_model: distilbert-base-cased
|
10 |
+
model-index:
|
11 |
+
- name: distilbert_ner_wnut17
|
12 |
+
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|