-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Garrett Merz
committed
Apr 25, 2023
1 parent
6a61f66
commit c9ed4d4
Showing
235 changed files
with
8,640 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
outputs*/ | ||
#outputs*/ | ||
bad_checkpoints/ |
22 changes: 22 additions & 0 deletions
22
checkpoints_selfies/outputs_b3lyp_gpt2/adapter_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+1.13 MB
checkpoints_selfies/outputs_b3lyp_gpt2/checkpoint-15000/pytorch_model.bin
Binary file not shown.
Binary file added
BIN
+14.2 KB
checkpoints_selfies/outputs_b3lyp_gpt2/checkpoint-15000/rng_state.pth
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+627 Bytes
checkpoints_selfies/outputs_b3lyp_gpt2/checkpoint-15000/scheduler.pt
Binary file not shown.
Oops, something went wrong.