stefan-it commited on
Commit
68d86a9
1 Parent(s): c8edf13

readme: fix links to notebooks

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,9 +14,9 @@ This inofficial dataset repository provides a CoNLL-like version of the CO-Fun N
14
 
15
  ## Preprocessing
16
 
17
- The notebook []() performs the necessary steps to create a CoNLL-like version of the CO-Fun dataset, that could easily be used for fine-tuning NER models.
18
 
19
- Additionally, the []() notebooks loads the dataset with the Flair dataset loader and checks, if the number of parsed sentences is correct and identical to the number of sentences reported in the official CO-Fun paper.
20
 
21
  ## Named Entites
22
 
 
14
 
15
  ## Preprocessing
16
 
17
+ The notebook [Export-To-CoNLL.ipynb](Export-To-CoNLL.ipynb) performs the necessary steps to create a CoNLL-like version of the CO-Fun dataset, that could easily be used for fine-tuning NER models.
18
 
19
+ Additionally, the [FlairDatasetTest.ipynb](FlairDatasetTest.ipynb) notebooks loads the dataset with the Flair dataset loader and checks, if the number of parsed sentences is correct and identical to the number of sentences reported in the official CO-Fun paper.
20
 
21
  ## Named Entites
22