Skip to content

Commit

Permalink
add checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Merz committed Apr 25, 2023
1 parent 6a61f66 commit c9ed4d4
Show file tree
Hide file tree
Showing 235 changed files with 8,640 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
outputs*/
#outputs*/
bad_checkpoints/
22 changes: 22 additions & 0 deletions checkpoints_selfies/outputs_b3lyp_gpt2/adapter_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"base_model_name_or_path": "gpt2",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"c_attn"
],
"task_type": "CAUSAL_LM"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c9ed4d4

Please sign in to comment.