Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
7ca6ab67
Commit
7ca6ab67
authored
Aug 17, 2020
by
sgugger
Browse files
Fix CI
parent
b732e7e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/transformers/tokenization_bart.py
src/transformers/tokenization_bart.py
+2
-0
No files found.
src/transformers/tokenization_bart.py
View file @
7ca6ab67
...
...
@@ -14,8 +14,10 @@
# limitations under the License.
import
logging
from
typing
import
List
,
Optional
from
.tokenization_roberta
import
RobertaTokenizer
,
RobertaTokenizerFast
from
.tokenization_utils_base
import
BatchEncoding
logger
=
logging
.
getLogger
(
__name__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment