Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
minor typo
Browse files
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
|
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
|