regex_inference / adapter_config.json
jeffrey82221's picture
epoch=1: train_epoch_loss.item()=0.0011055214563384652 eval_epoch_loss.item()=7.347813152591698e-06{"valid_regex_ratio": 0.43}
2cb3b74
raw
history blame
501 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "Salesforce/codegen-350M-mono",
"inference_mode": true,
"num_attention_heads": 16,
"num_layers": 20,
"num_transformer_submodules": 1,
"num_virtual_tokens": 8,
"peft_type": "PROMPT_TUNING",
"prompt_tuning_init": "TEXT",
"prompt_tuning_init_text": "Infer regex that full match the patterns provided\n",
"revision": null,
"task_type": "CAUSAL_LM",
"token_dim": 1024,
"tokenizer_name_or_path": "Salesforce/codegen-350M-mono"
}