Commit
•
6f7e547
1
Parent(s):
e929a86
Training in progress epoch 0
Browse files- config.json +1 -1
- special_tokens_map.json +1 -0
- tf_model.h5 +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
config.json
CHANGED
@@ -40,6 +40,6 @@
|
|
40 |
"seq_classif_dropout": 0.2,
|
41 |
"sinusoidal_pos_embds": false,
|
42 |
"tie_weights_": true,
|
43 |
-
"transformers_version": "4.
|
44 |
"vocab_size": 30522
|
45 |
}
|
|
|
40 |
"seq_classif_dropout": 0.2,
|
41 |
"sinusoidal_pos_embds": false,
|
42 |
"tie_weights_": true,
|
43 |
+
"transformers_version": "4.13.0.dev0",
|
44 |
"vocab_size": 30522
|
45 |
}
|
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_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265605536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d6512bc98eec4ba6a974eacbef71e3f23f8ad4c5c3e441cbb72987e366a347c
|
3 |
size 265605536
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "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, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|