Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- numind/NuNER
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: token-classification
|
| 8 |
+
inference: false
|
| 9 |
+
tags:
|
| 10 |
+
- token-classification
|
| 11 |
+
- entity-recognition
|
| 12 |
+
- foundation-model
|
| 13 |
+
- feature-extraction
|
| 14 |
+
- RoBERTa
|
| 15 |
+
- generic
|
| 16 |
+
---
|