Transformers
PyTorch
Inference Endpoints
LinhDuong commited on
Commit
67e7524
1 Parent(s): 8e06347

Upload 4 files

Browse files
Files changed (4) hide show
  1. adapter_config.json +21 -0
  2. adapter_model.bin +3 -0
  3. config.json +21 -0
  4. pytorch_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "bigscience/bloomz-7b1",
3
+ "bias": "none",
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.05,
13
+ "merge_weights": false,
14
+ "modules_to_save": null,
15
+ "peft_type": "LORA",
16
+ "r": 8,
17
+ "target_modules": [
18
+ "query_key_value"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffdb53c9b9fe9766879f699aea5aaa45fc6f48f05551f52ed30c9fad88642652
3
+ size 15751077
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "bigscience/bloomz-7b1",
3
+ "bias": "none",
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.05,
13
+ "merge_weights": false,
14
+ "modules_to_save": null,
15
+ "peft_type": "LORA",
16
+ "r": 8,
17
+ "target_modules": [
18
+ "query_key_value"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffdb53c9b9fe9766879f699aea5aaa45fc6f48f05551f52ed30c9fad88642652
3
+ size 15751077