Upload 9 files
Browse files- config.json +1 -1
- generation_config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +0 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"summary_type": "cls_index",
|
37 |
"summary_use_proj": true,
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 50257
|
42 |
}
|
|
|
36 |
"summary_type": "cls_index",
|
37 |
"summary_use_proj": true,
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.27.1",
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 50257
|
42 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
4 |
"eos_token_id": 50256,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
4 |
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.27.1"
|
6 |
}
|
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:cf609fef3392736707a8254ec949fd5e168de47effe39bc649133339c8f40418
|
3 |
+
size 1444569373
|
tokenizer_config.json
CHANGED
@@ -21,7 +21,6 @@
|
|
21 |
"errors": "replace",
|
22 |
"max_len": 1024,
|
23 |
"model_max_length": 1024,
|
24 |
-
"name_or_path": "igorktech/sc-gpt-upf",
|
25 |
"pad_token": null,
|
26 |
"special_tokens_map_file": "/Users/macbook_pro/Documents/GitHub/ChatBot/generation/sc_gpt/checkpoint/special_tokens_map.json",
|
27 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
21 |
"errors": "replace",
|
22 |
"max_len": 1024,
|
23 |
"model_max_length": 1024,
|
|
|
24 |
"pad_token": null,
|
25 |
"special_tokens_map_file": "/Users/macbook_pro/Documents/GitHub/ChatBot/generation/sc_gpt/checkpoint/special_tokens_map.json",
|
26 |
"tokenizer_class": "GPT2Tokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1275
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b285119e5c38effaacd01279d4668e881e69a7686799dbcbbded995c4230be6
|
3 |
size 1275
|