sonsus commited on
Commit
38283e3
1 Parent(s): 399209a

typo (tqdme -> tqdm)

Browse files
Files changed (1) hide show
  1. harim_plus.py +1 -1
harim_plus.py CHANGED
@@ -12,7 +12,7 @@ from transformers import (AutoModelForSeq2SeqLM,
12
  from transformers.tokenization_utils_base import BatchEncoding # for custom tokenizer other than huggingface
13
 
14
  import pandas as pd
15
- from tqdm import tqdme
16
 
17
  from typing import List, Dict, Union
18
  from collections import defaultdict
 
12
  from transformers.tokenization_utils_base import BatchEncoding # for custom tokenizer other than huggingface
13
 
14
  import pandas as pd
15
+ from tqdm import tqdm
16
 
17
  from typing import List, Dict, Union
18
  from collections import defaultdict