Upload model
Browse files- adapter_config.json +14 -0
- adapter_model.bin +3 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_name_or_path": "bigscience/bloomz-560m",
|
| 3 |
+
"inference_mode": true,
|
| 4 |
+
"num_attention_heads": 16,
|
| 5 |
+
"num_layers": 24,
|
| 6 |
+
"num_transformer_submodules": 1,
|
| 7 |
+
"num_virtual_tokens": 42,
|
| 8 |
+
"peft_type": "PROMPT_TUNING",
|
| 9 |
+
"prompt_tuning_init": "TEXT",
|
| 10 |
+
"prompt_tuning_init_text": "\nFor the given input text below, provide the following JSON format, and nothing more: \n{\n \"topic\": \"topic of the input text\",\n \"type\": \"type of the input text\",\n}\n\nHere is an example:\nDo you like apples?\n{\n \"topic\": \"apples\",\n \"type\": \"question\",\n}\n\nHere is the input text:\n",
|
| 11 |
+
"task_type": "CAUSAL_LM",
|
| 12 |
+
"token_dim": 1024,
|
| 13 |
+
"tokenizer_name_or_path": "bigscience/bloomz-560m"
|
| 14 |
+
}
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd7f5c5bd584b50e031f1d80f3e4cc310e9bd094672dfc1ecf141d09ceb98136
|
| 3 |
+
size 172797
|