anejaisha commited on
Commit
6d9b9aa
·
1 Parent(s): a94a1d5

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "google/flan-t5-large",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "lora_alpha": 32,
10
+ "lora_dropout": 0.05,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 16,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "q",
17
+ "v"
18
+ ],
19
+ "task_type": "SEQ_2_SEQ_LM"
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c99c5b4c5fbb7b623e8067e0921d33830a7f9366a00c80898c4aaae5a3b8a2
3
+ size 18980429
runs/Jul05_05-00-40_ef84a1ee887d/events.out.tfevents.1688533263.ef84a1ee887d.17542.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f9cd2e956bed6f807b65eefb51ee12087ced285b110e3d2c6a4def5600129d
3
+ size 5016
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9939024bb72db0ce3e5b71c8ed4dd994361dece9c0bec303ba7f03234ab8135b
3
+ size 3963