stevhliu HF Staff commited on
Commit
e5ead14
·
1 Parent(s): 91c0cc5

Upload config

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -15
adapter_config.json CHANGED
@@ -1,21 +1,6 @@
1
  {
2
  "base_model_name_or_path": "bigscience/bloom-560m",
3
- "bias": "all",
4
- "enable_lora": [
5
- true,
6
- false,
7
- true
8
- ],
9
- "fan_in_fan_out": true,
10
  "inference_mode": true,
11
- "lora_alpha": 16,
12
- "lora_dropout": 0.1,
13
- "merge_weights": false,
14
- "modules_to_save": null,
15
  "peft_type": "LORA",
16
- "r": 16,
17
- "target_modules": [
18
- "query_key_value"
19
- ],
20
  "task_type": "TOKEN_CLS"
21
  }
 
1
  {
2
  "base_model_name_or_path": "bigscience/bloom-560m",
 
 
 
 
 
 
 
3
  "inference_mode": true,
 
 
 
 
4
  "peft_type": "LORA",
 
 
 
 
5
  "task_type": "TOKEN_CLS"
6
  }