zyberg2091
commited on
Commit
•
6332ff5
1
Parent(s):
502ee95
'my_files_added'
Browse files- config.json +0 -0
- special_tokens_map.json +1 -0
- tf.distilbert-multiligual_bert.h5 +3 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
config.json
ADDED
File without changes
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tf.distilbert-multiligual_bert.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a21ba61a4c1db8e3e8f3667c0ce3e51300a22382d506eee668dc35082c05d01d
|
3 |
+
size 539696952
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": false, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "name_or_path": "distilbert-base-multilingual-cased"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|