medric49 commited on
Commit
8b68d56
·
verified ·
1 Parent(s): 79500ea

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. adapter_config.json +20 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +1 -1
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "airedefined/pythia-14m-dolly-rag",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.0,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query_key_value"
18
+ ],
19
+ "task_type": "CAUSAL_LM"
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2bca31cf77b18c08005cd69939e34fff685c15005ed5e3da16480be453a960
3
+ size 791061
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55ce48173e4f54a893a2900058ea996367988f778746b67901f415ecff1736b8
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10db4242a366a35362cdf25c80ef648b40e280dfb5f8514d127d4cdb04c6b477
3
  size 4091