mskov commited on
Commit
3e390b7
·
1 Parent(s): dbda169

Delete results/checkpoint-100/config.json

Browse files
Files changed (1) hide show
  1. results/checkpoint-100/config.json +0 -14
results/checkpoint-100/config.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "model_type": "ybelkada/falcon-7b-sharded-bf16",
3
- "lora_alpha": 16,
4
- "lora_dropout": 0.1,
5
- "r": 64,
6
- "bias": "none",
7
- "task_type": "CAUSAL_LM",
8
- "target_modules": [
9
- "query_key_value",
10
- "dense",
11
- "dense_h_to_4h",
12
- "dense_4h_to_h"
13
- ]
14
- }