MythSus commited on
Commit
dd64bff
·
verified ·
1 Parent(s): 1f2688d

Delete lora_ft_weights/adapter_config.json

Browse files
Files changed (1) hide show
  1. lora_ft_weights/adapter_config.json +0 -12
lora_ft_weights/adapter_config.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "base_model_name": "gpt2-medium",
3
- "task_type": "CAUSAL_LM",
4
- "r": 8,
5
- "lora_alpha": 16,
6
- "lora_dropout": 0.1,
7
- "target_modules": [
8
- "c_fc",
9
- "c_proj",
10
- "c_attn"
11
- ]
12
- }