julian-schelb commited on
Commit
eeb5506
1 Parent(s): 1b53e0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -61,6 +61,8 @@ This model detects entities by classifying every token according to the IOB form
61
  ['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC']
62
  ```
63
 
 
 
64
  ## Training data
65
 
66
  This model was fine-tuned on a portion of the [wikiann](https://huggingface.co/datasets/wikiann) dataset corresponding to the following languages:
 
61
  ['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC']
62
  ```
63
 
64
+ You can find the code in [this](https://github.com/julianschelb/roberta-ner-multilingual) Github repository.
65
+
66
  ## Training data
67
 
68
  This model was fine-tuned on a portion of the [wikiann](https://huggingface.co/datasets/wikiann) dataset corresponding to the following languages: