Vasanth commited on
Commit
59546b0
1 Parent(s): 45e6cff

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "google/flan-t5-large",
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.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q",
18
+ "v"
19
+ ],
20
+ "task_type": "SEQ_2_SEQ_LM"
21
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca15134daea04eed1eefca7249f8f9e06748bb743f5382baa2229bd9636af21
3
+ size 9543245
logs/events.out.tfevents.1690524237.2968cf1df49d.14858.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e533f3f0ef63e2d746b789ad47791f4ec8dbc95d1367a8df0a166bb37507210c
3
+ size 4298
logs/events.out.tfevents.1690524540.2968cf1df49d.14858.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1454400fd7e7ec30396c854c0168e3844067fd4d736c82c267b541f2a74e5788
3
+ size 4298
logs/events.out.tfevents.1690524642.2968cf1df49d.14858.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4bf70edffcc2ed7d884bc19998f9cf790e9bf736cf592d323533dcc857f1ccf
3
+ size 4184
logs/events.out.tfevents.1690525119.2968cf1df49d.17548.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17f1c29f7b65559b3a05db2062809db367e67c77ddeb8a77f7a6d4fbed9cb4f8
3
+ size 4455
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bdc965df208731baa4a633206ec987fd97cd89df4d5a01423eec5869f5b28ff
3
+ size 4091