MythSus commited on
Commit
f6cd54c
·
verified ·
1 Parent(s): a29a52d

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -12
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
- }