Upload model
Browse files- config.json +4 -0
- generation_config.json +6 -0
- model.safetensors +3 -0
config.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "Lakoc/gpt2_tiny_decoder_6_layers",
|
| 3 |
"activation_function": "gelu_new",
|
|
|
|
|
|
|
|
|
|
| 4 |
"attn_pdrop": 0.1,
|
| 5 |
"bos_token_id": 50256,
|
| 6 |
"embd_pdrop": 0.1,
|
|
@@ -24,6 +27,7 @@
|
|
| 24 |
"summary_type": "cls_index",
|
| 25 |
"summary_use_proj": true,
|
| 26 |
"tie_word_embeddings": false,
|
|
|
|
| 27 |
"transformers_version": "4.39.3",
|
| 28 |
"use_cache": true,
|
| 29 |
"vocab_size": 500
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "Lakoc/gpt2_tiny_decoder_6_layers",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"GPT2LMHeadModel"
|
| 6 |
+
],
|
| 7 |
"attn_pdrop": 0.1,
|
| 8 |
"bos_token_id": 50256,
|
| 9 |
"embd_pdrop": 0.1,
|
|
|
|
| 27 |
"summary_type": "cls_index",
|
| 28 |
"summary_use_proj": true,
|
| 29 |
"tie_word_embeddings": false,
|
| 30 |
+
"torch_dtype": "float32",
|
| 31 |
"transformers_version": "4.39.3",
|
| 32 |
"use_cache": true,
|
| 33 |
"vocab_size": 500
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.39.3"
|
| 6 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:533bef6f6de9593262233e0d55b8307222e8809ee009cca71b077dd75b647132
|
| 3 |
+
size 33643960
|