Financial_Agent / adapter_config.json
Chaitanya14's picture
Upload 2 files
ddeb713 verified
{
"auto_mapping": null,
"base_model_name_or_path": "bigscience/bloom-7b1",
"inference_mode": true,
"modules_to_save": null,
"num_attention_heads": 32,
"num_layers": 30,
"num_transformer_submodules": 1,
"num_virtual_tokens": 64,
"peft_type": "PROMPT_TUNING",
"prompt_tuning_init": "TEXT",
"prompt_tuning_init_text": "Analyse the query and provide the names of the companies, the relevant information and their related concepts, and the dates for which the information is required:",
"revision": null,
"task_type": "CAUSAL_LM",
"token_dim": 4096,
"tokenizer_kwargs": null,
"tokenizer_name_or_path": "bigscience/bloom-7b1"
}