End of training
Browse files- pytorch_model.bin +1 -1
- runs/Apr12_15-09-55_d8e520dd237b/1649778142.6056156/events.out.tfevents.1649778142.d8e520dd237b.72.4 +3 -0
- runs/Apr12_15-09-55_d8e520dd237b/events.out.tfevents.1649778142.d8e520dd237b.72.3 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267976815
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e25e7236877f76956791404b386050ed8f140bb7fc43d707a9290edd569994e9
|
3 |
size 267976815
|
runs/Apr12_15-09-55_d8e520dd237b/1649778142.6056156/events.out.tfevents.1649778142.d8e520dd237b.72.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddd90a3e968789c0e49d3be5c8ca99014f546832f4faa2db2aa2cd495fd23147
|
3 |
+
size 4900
|
runs/Apr12_15-09-55_d8e520dd237b/events.out.tfevents.1649778142.d8e520dd237b.72.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0a28e1c48c6284b3236c8882414d24f915fd55e6cd9fcee55cf744e94bbd267
|
3 |
+
size 4952
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
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
|
|