ashishp-wiai commited on
Commit
cc8dc9d
1 Parent(s): 1011298

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. adapter_config.json +33 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +1 -1
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "VisionTransformer",
5
+ "parent_library": "timm.models.vision_transformer"
6
+ },
7
+ "base_model_name_or_path": null,
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "classifier"
22
+ ],
23
+ "peft_type": "LORA",
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "qkv"
29
+ ],
30
+ "task_type": null,
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b903f398cd7537afbcbd4c914c79fbf009d355a8bc505719c47cb5b228bd426f
3
+ size 2367862
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2015e4d6c07aa79cc33223635abbbf6a78a76998f095565ccf470ecb08877aa
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cf121d97c2c5d479650ad65900eee069711b6bf59e9998daedea1d1e5d63013
3
  size 5048