Commit
·
f9235cf
1
Parent(s):
507e177
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:d01e3e06c39a351356a7170299fbcdb7a1bc5348868ef140b76a53a8789ab39a
|
3 |
+
size 33533
|