remotejob
commited on
Commit
•
ae29c05
1
Parent(s):
a5e24f2
Update from juno
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"EncoderDecoderModel"
|
5 |
],
|
@@ -74,7 +74,7 @@
|
|
74 |
"top_p": 1.0,
|
75 |
"torch_dtype": null,
|
76 |
"torchscript": false,
|
77 |
-
"transformers_version": "4.
|
78 |
"type_vocab_size": 2,
|
79 |
"typical_p": 1.0,
|
80 |
"use_bfloat16": false,
|
@@ -154,7 +154,7 @@
|
|
154 |
"top_p": 1.0,
|
155 |
"torch_dtype": null,
|
156 |
"torchscript": false,
|
157 |
-
"transformers_version": "4.
|
158 |
"type_vocab_size": 2,
|
159 |
"typical_p": 1.0,
|
160 |
"use_bfloat16": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "output/models/checkpoint-408500",
|
3 |
"architectures": [
|
4 |
"EncoderDecoderModel"
|
5 |
],
|
|
|
74 |
"top_p": 1.0,
|
75 |
"torch_dtype": null,
|
76 |
"torchscript": false,
|
77 |
+
"transformers_version": "4.15.0",
|
78 |
"type_vocab_size": 2,
|
79 |
"typical_p": 1.0,
|
80 |
"use_bfloat16": false,
|
|
|
154 |
"top_p": 1.0,
|
155 |
"torch_dtype": null,
|
156 |
"torchscript": false,
|
157 |
+
"transformers_version": "4.15.0",
|
158 |
"type_vocab_size": 2,
|
159 |
"typical_p": 1.0,
|
160 |
"use_bfloat16": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b623fe022bb6b89b9a2e7a573fcfafbdeebc0fa39bb27a43a5d1dca0dd0d00b
|
3 |
+
size 614303285
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": false, "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": "/
|
|
|
1 |
+
{"do_lower_case": false, "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": "output/models/checkpoint-408500", "tokenizer_class": "BertTokenizer"}
|