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:8f4c4d50401f30907294e1229aa0bded17242b77c1078d5b7fa8d4fefc3bc63b
|
3 |
+
size 33533
|