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": 8,
|
| 8 |
+
"peft_type": "PROMPT_TUNING",
|
| 9 |
+
"prompt_tuning_init": "TEXT",
|
| 10 |
+
"prompt_tuning_init_text": "Classify if the tweet is a complaint or not:",
|
| 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:8b9b52fe3ffe2a4f94bec96cd99372016864bfa646df017e337239363d6232d3
|
| 3 |
+
size 33533
|