Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Hindi
Size:
100K<n<1M
ArXiv:
License:
dipteshkanojia
commited on
Commit
•
da60072
1
Parent(s):
9fe01f1
changes
Browse files
README.md
CHANGED
@@ -114,7 +114,12 @@ To use the collapsed dataset with only PER, LOC, and ORG tags, please use:<br/>
|
|
114 |
hiner = load_dataset('cfilt/HiNER-collapsed')
|
115 |
```
|
116 |
However, the CoNLL format dataset files can also be found on this Git repository under the [data](data/) folder.
|
117 |
-
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
## Dataset Creation
|
120 |
|
|
|
114 |
hiner = load_dataset('cfilt/HiNER-collapsed')
|
115 |
```
|
116 |
However, the CoNLL format dataset files can also be found on this Git repository under the [data](data/) folder.
|
117 |
+
|
118 |
+
## Model(s)
|
119 |
+
|
120 |
+
Our best performing models are hosted on the HuggingFace models repository:
|
121 |
+
1. [HiNER-Collapsed-XLM-R](https://huggingface.co/cfilt/HiNER-Collapse-XLM-Roberta-Large)
|
122 |
+
2. [HiNER-Original-XLM-R](https://huggingface.co/cfilt/HiNER-Original-XLM-Roberta-Large)
|
123 |
|
124 |
## Dataset Creation
|
125 |
|