Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
Tags:
structure-prediction
License:
Automatically use Notebook tqdm when relevant
#4
by
tomaarsen
HF staff
- opened
- few-nerd.py +1 -1
few-nerd.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import json
|
3 |
import datasets
|
4 |
-
from tqdm import tqdm
|
5 |
|
6 |
|
7 |
_CITATION = """
|
|
|
1 |
import os
|
2 |
import json
|
3 |
import datasets
|
4 |
+
from tqdm.autonotebook import tqdm
|
5 |
|
6 |
|
7 |
_CITATION = """
|