This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge branch 'master' of github.com:fastnlp/fastNLP
tags/v0.6.0
yh_cc
5 years ago
parent
e361b32c3a
d9456eb15e
commit
a6c2533bd3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
fastNLP/modules/tokenizer/bert_tokenizer.py
+ 1
- 1
fastNLP/modules/tokenizer/bert_tokenizer.py
View File
@@ -10,7 +10,7 @@ import os
import collections
import unicodedata
from ...core import logger
from
fastNLP
.io.file_utils import _get_file_name_base_on_postfix
from
..
.io.file_utils import _get_file_name_base_on_postfix
from ...io.file_utils import _get_bert_dir
VOCAB_NAME = 'vocab.txt'
Write
Preview
Loading…
Cancel
Save