Datasets:

Languages:
Hindi
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
dipteshkanojia commited on
Commit
da60072
1 Parent(s): 9fe01f1
Files changed (1) hide show
  1. README.md +6 -1
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
- This dataset can be imported by executing:
 
 
 
 
 
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