Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- djagatiya/ner-ontonotes-v5-eng-v4
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
|
|
|
|
|
|
| 5 |
Simple finetuned RoBERTA for NERC(Named Entity Recognitiona and Classification) task.
|
| 6 |
The model was finetuned for the Text Mining course at Vrije Universieit Amsterdam in 2024.
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- djagatiya/ner-ontonotes-v5-eng-v4
|
| 4 |
+
|
| 5 |
+
models:
|
| 6 |
+
- FacebookAI/roberta-base
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
Simple finetuned RoBERTA for NERC(Named Entity Recognitiona and Classification) task.
|
| 11 |
The model was finetuned for the Text Mining course at Vrije Universieit Amsterdam in 2024.
|
| 12 |
|