Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Tags:
License:
fgrezes commited on
Commit
3c8e29a
1 Parent(s): 8078a6f

minor typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ dataset = load_dataset("adsabs/WIESP2022-NER")
43
  ```
44
 
45
  How to load the data if you cloned the repository locally:
46
- (assuming you `./WIESP2022-NER-DEV.jsonl` is in the current directory, change as needed)
47
  - python (as list of dictionaries):
48
  ```python
49
  import json
 
43
  ```
44
 
45
  How to load the data if you cloned the repository locally:
46
+ (assuming `./WIESP2022-NER-DEV.jsonl` is in the current directory, change as needed)
47
  - python (as list of dictionaries):
48
  ```python
49
  import json