AlexWortega
commited on
Commit
•
5b13b49
1
Parent(s):
3ad5926
Upload model
Browse files- config.json +3 -3
- generation_config.json +1 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -27,8 +27,8 @@
|
|
27 |
"summary_proj_to_labels": true,
|
28 |
"summary_type": "cls_index",
|
29 |
"summary_use_proj": true,
|
30 |
-
"torch_dtype": "
|
31 |
-
"transformers_version": "4.
|
32 |
"use_cache": true,
|
33 |
"vocab_size": 50263
|
34 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ckpts18/sft_0_5000/",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
27 |
"summary_proj_to_labels": true,
|
28 |
"summary_type": "cls_index",
|
29 |
"summary_use_proj": true,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.26.1",
|
32 |
"use_cache": true,
|
33 |
"vocab_size": 50263
|
34 |
}
|
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.26.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:27ef7e93cabb11e1bb8e3cb825083323eb0dc5f58f71d5d27b575521c6eb5eab
|
3 |
+
size 3142006429
|