Upload model
Browse files- config.json +4 -0
- generation_config.json +5 -0
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
"activation_function": "gelu_new",
|
|
|
|
|
|
|
3 |
"attn_pdrop": 0.1,
|
4 |
"bos_token_id": null,
|
5 |
"embd_pdrop": 0.1,
|
@@ -21,6 +24,7 @@
|
|
21 |
"summary_proj_to_labels": true,
|
22 |
"summary_type": "cls_index",
|
23 |
"summary_use_proj": true,
|
|
|
24 |
"transformers_version": "4.41.2",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 50257
|
|
|
1 |
{
|
2 |
"activation_function": "gelu_new",
|
3 |
+
"architectures": [
|
4 |
+
"GPT2LMHeadModel"
|
5 |
+
],
|
6 |
"attn_pdrop": 0.1,
|
7 |
"bos_token_id": null,
|
8 |
"embd_pdrop": 0.1,
|
|
|
24 |
"summary_proj_to_labels": true,
|
25 |
"summary_type": "cls_index",
|
26 |
"summary_use_proj": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
"transformers_version": "4.41.2",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 50257
|
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"eos_token_id": 0,
|
4 |
+
"transformers_version": "4.41.2"
|
5 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76cfc092ee1c80096c730748ee0c8872848e10ebcdb49f50bcbe61e9aeac94b0
|
3 |
+
size 497774208
|