KGsteven's picture
Rename config.json to adapter_config.json
add4f53
raw
history blame contribute delete
No virus
832 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "bigscience/bloomz-560m",
"inference_mode": true,
"num_attention_heads": 16,
"num_layers": 24,
"num_transformer_submodules": 1,
"num_virtual_tokens": 8,
"peft_type": "PROMPT_TUNING",
"prompt_tuning_init": "TEXT",
"prompt_tuning_init_text": "Which of the following options matches the sentence of input1. credit_card_labels 2. payment_method_labels 3. atm_related_labels 4. bank_transfer_balance_related_labels 5. personnel_and_safety_related_labels 6. recharge_related_labels 7. account_password_related_labels 8. exchange_rate_related_labels 9. billing_related_labels 10. legal_currency_funding_sources_related_labels 11. other_labels",
"revision": null,
"task_type": "CAUSAL_LM",
"token_dim": 1024,
"tokenizer_name_or_path": "bigscience/bloomz-560m"
}