Spaces:
Running
Running
typo (tqdme -> tqdm)
Browse files- 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
|
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
|