amiguel commited on
Commit
35726c4
·
verified ·
1 Parent(s): 6d49a28

Delete adapter_config (1).json

Browse files
Files changed (1) hide show
  1. adapter_config (1).json +0 -17
adapter_config (1).json DELETED
@@ -1,17 +0,0 @@
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",
10
- "prompt_tuning_init": "TEXT",
11
- "prompt_tuning_init_text": "Classify if the tweet is a complaint or not:",
12
- "revision": null,
13
- "task_type": "CAUSAL_LM",
14
- "token_dim": 1024,
15
- "tokenizer_kwargs": null,
16
- "tokenizer_name_or_path": "bigscience/bloomz-560m"
17
- }