dfki-nlp tomaarsen HF staff commited on
Commit
6dfb494
1 Parent(s): 2e3e727

Automatically use Notebook tqdm when relevant (#4)

Browse files

- Automatically use Notebook tqdm when relevant (6a8b67889dba6ce2cbb1a70d3c3ce365158ac501)


Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. 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 = """