Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
fixed hard spaces in python code indent
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ How to load the data:
|
|
50 |
```
|
51 |
import json
|
52 |
with open("./WIESP2022-NER-DEV.jsonl", 'r') as f:
|
53 |
-
|
54 |
```
|
55 |
- into Huggingface (as a Huggingface Dataset):
|
56 |
```
|
|
|
50 |
```
|
51 |
import json
|
52 |
with open("./WIESP2022-NER-DEV.jsonl", 'r') as f:
|
53 |
+
wiesp_dev_json = [json.loads(l) for l in list(f)]
|
54 |
```
|
55 |
- into Huggingface (as a Huggingface Dataset):
|
56 |
```
|