Commit ·
fc1b17b
1
Parent(s): 07fad8c
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,20 @@ tags:
|
|
| 9 |
- NER
|
| 10 |
- NLP
|
| 11 |
- WNUT
|
| 12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- NER
|
| 10 |
- NLP
|
| 11 |
- WNUT
|
| 12 |
+
---
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
NER model trained on WNUT dataset
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
Trained based on tutorials on Token classification. Uses WNUT dataset.
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
- **Developed by:** Lathashree
|
| 25 |
+
- **Model type:** BERT-based NER model
|
| 26 |
+
- **Language(s) (NLP):** Python
|
| 27 |
+
- **Finetuned from model [optional]:** DistilBERT_uncased
|
| 28 |
+
|