Commit
·
cea6b61
1
Parent(s):
cc741a4
Upload model
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
-
base_model:
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
+
base_model: bigscience/bloomz-560m
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
adapter_config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
-
"base_model_name_or_path": "
|
| 4 |
"inference_mode": true,
|
| 5 |
-
"num_attention_heads":
|
| 6 |
-
"num_layers":
|
| 7 |
"num_transformer_submodules": 1,
|
| 8 |
"num_virtual_tokens": 8,
|
| 9 |
"peft_type": "PROMPT_TUNING",
|
|
@@ -11,6 +11,6 @@
|
|
| 11 |
"prompt_tuning_init_text": "Create an SQL Query based on the following question and the table structure :",
|
| 12 |
"revision": null,
|
| 13 |
"task_type": "CAUSAL_LM",
|
| 14 |
-
"token_dim":
|
| 15 |
-
"tokenizer_name_or_path": "
|
| 16 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "bigscience/bloomz-560m",
|
| 4 |
"inference_mode": true,
|
| 5 |
+
"num_attention_heads": 16,
|
| 6 |
+
"num_layers": 24,
|
| 7 |
"num_transformer_submodules": 1,
|
| 8 |
"num_virtual_tokens": 8,
|
| 9 |
"peft_type": "PROMPT_TUNING",
|
|
|
|
| 11 |
"prompt_tuning_init_text": "Create an SQL Query based on the following question and the table structure :",
|
| 12 |
"revision": null,
|
| 13 |
"task_type": "CAUSAL_LM",
|
| 14 |
+
"token_dim": 1024,
|
| 15 |
+
"tokenizer_name_or_path": "bigscience/bloomz-560m"
|
| 16 |
}
|
adapter_model.safetensors
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:43508f47f86d2d3763e1ee76d2befa79735bc95caef330255aaad5fa50124d20
|
| 3 |
+
size 32888
|