anejaisha commited on
Commit
fe1fa63
1 Parent(s): c386ff0

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:c9f32408b3bd38c98954b659f088944e7db2c44a370360bd223519370481bc4b
3
+ size 18980429
runs/Jul05_08-30-34_f4bd1c8716db/events.out.tfevents.1688545841.f4bd1c8716db.7235.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1f01ff86eb498bf3270b7dfd42e704959a3a9cd0aff1bc18bed7176c4dc5f0e
3
+ size 4669
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed388eac404853e75dd2b5e07cfbe649846faa8312acc0e87b544c57d92253c
3
+ size 3963