Upload model
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.bin +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model: openai-community/gpt2
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: openai-community/gpt2-large
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
adapter_config.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path": "openai-community/gpt2",
|
4 |
-
"encoder_hidden_size":
|
5 |
"inference_mode": true,
|
6 |
-
"num_attention_heads":
|
7 |
-
"num_layers":
|
8 |
"num_transformer_submodules": 1,
|
9 |
"num_virtual_tokens": 30,
|
10 |
"peft_type": "PREFIX_TUNING",
|
11 |
"prefix_projection": false,
|
12 |
"revision": null,
|
13 |
"task_type": "CAUSAL_LM",
|
14 |
-
"token_dim":
|
15 |
}
|
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "openai-community/gpt2-large",
|
4 |
+
"encoder_hidden_size": 1280,
|
5 |
"inference_mode": true,
|
6 |
+
"num_attention_heads": 20,
|
7 |
+
"num_layers": 36,
|
8 |
"num_transformer_submodules": 1,
|
9 |
"num_virtual_tokens": 30,
|
10 |
"peft_type": "PREFIX_TUNING",
|
11 |
"prefix_projection": false,
|
12 |
"revision": null,
|
13 |
"task_type": "CAUSAL_LM",
|
14 |
+
"token_dim": 1280
|
15 |
}
|
adapter_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:9aa04554c2f48fc1a8dcf36d77b3d5954d26dbe97246a4a8ca8b695fe7a18a1d
|
3 |
+
size 11060474
|