yeajinmin commited on
Commit
af08cec
1 Parent(s): af9ff91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ language:
11
  NER-NewsBI-150142-e3b4 can recognize named entities in input sentences and predicts one label from a set of 150 labels for each named entity, thereby performing labeling for the input sentences.
12
  In particular, it is specialized for articles because it was trained using a news dataset.
13
 
14
- base model: https://huggingface.co/xlm-roberta-large-finetuned-conll03-english
15
- tokenizer: "xlm-roberta-large-finetuned-conll03-english"
16
- dataset: https://huggingface.co/datasets/yeajinmin/NER-News-BIDataset
17
 
18
  Because the Base Model is a multilingual model, even though it was trained only for Korean, it can recognize entity names with 150 labels for other languages.
19
  Available languages can be checked in the language of the base model above.
 
11
  NER-NewsBI-150142-e3b4 can recognize named entities in input sentences and predicts one label from a set of 150 labels for each named entity, thereby performing labeling for the input sentences.
12
  In particular, it is specialized for articles because it was trained using a news dataset.
13
 
14
+ - base model: https://huggingface.co/xlm-roberta-large-finetuned-conll03-english
15
+ - tokenizer: "xlm-roberta-large-finetuned-conll03-english"
16
+ - dataset: https://huggingface.co/datasets/yeajinmin/NER-News-BIDataset
17
 
18
  Because the Base Model is a multilingual model, even though it was trained only for Korean, it can recognize entity names with 150 labels for other languages.
19
  Available languages can be checked in the language of the base model above.