Crystalcareai
commited on
Commit
•
8f41a98
1
Parent(s):
7370b12
Update tokenization_gemmoe.py
Browse files- tokenization_gemmoe.py +2 -2
tokenization_gemmoe.py
CHANGED
@@ -19,8 +19,8 @@ from typing import TYPE_CHECKING, Any, Dict, List, Optional, Tuple
|
|
19 |
|
20 |
import sentencepiece as spm
|
21 |
|
22 |
-
from
|
23 |
-
from
|
24 |
|
25 |
if TYPE_CHECKING:
|
26 |
pass
|
|
|
19 |
|
20 |
import sentencepiece as spm
|
21 |
|
22 |
+
from transformers.tokenization_utils import AddedToken, PreTrainedTokenizer
|
23 |
+
from transformers.utils import logging
|
24 |
|
25 |
if TYPE_CHECKING:
|
26 |
pass
|