gptQuotes-v1-1
Browse files- config.json +2 -2
- generation_config.json +7 -0
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_remove_final_layer_norm": false,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
@@ -24,7 +24,7 @@
|
|
24 |
"pad_token_id": 1,
|
25 |
"prefix": "</s>",
|
26 |
"torch_dtype": "float32",
|
27 |
-
"transformers_version": "4.
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 50272,
|
30 |
"word_embed_proj_dim": 512
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "sr5434/gptQuotes",
|
3 |
"_remove_final_layer_norm": false,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
|
|
24 |
"pad_token_id": 1,
|
25 |
"prefix": "</s>",
|
26 |
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.26.0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 50272,
|
30 |
"word_embed_proj_dim": 512
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 2,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 1,
|
6 |
+
"transformers_version": "4.26.0"
|
7 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1324917277
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3ea778469948b748c912d4cd6ac99f51535e8db6a1557272e6fcef64d12d1bc
|
3 |
size 1324917277
|
training_args.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:f72e100f01f85f9fbc5dbce6a2101092c42e66624aa53673b945cc4b1c007437
|
3 |
+
size 3451
|