Darius07 commited on
Commit
4bd7bf5
1 Parent(s): 8f2fef5

Training in progress, epoch 5

Browse files
adapter_config.json CHANGED
@@ -2,10 +2,14 @@
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "xlm-roberta-base",
 
 
5
  "bias": "none",
 
6
  "fan_in_fan_out": false,
7
  "inference_mode": false,
8
  "init_lora_weights": true,
 
9
  "layer_replication": null,
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
@@ -17,15 +21,20 @@
17
  "modules_to_save": [
18
  "classifier"
19
  ],
20
- "peft_type": "LORA",
 
21
  "r": 16,
22
- "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "value",
26
- "query"
27
  ],
 
28
  "task_type": "SEQ_CLS",
 
 
 
29
  "use_dora": false,
30
  "use_rslora": false
31
  }
 
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "xlm-roberta-base",
5
+ "beta1": 0.85,
6
+ "beta2": 0.85,
7
  "bias": "none",
8
+ "deltaT": 10,
9
  "fan_in_fan_out": false,
10
  "inference_mode": false,
11
  "init_lora_weights": true,
12
+ "init_r": 12,
13
  "layer_replication": null,
14
  "layers_pattern": null,
15
  "layers_to_transform": null,
 
21
  "modules_to_save": [
22
  "classifier"
23
  ],
24
+ "orth_reg_weight": 0.5,
25
+ "peft_type": "ADALORA",
26
  "r": 16,
27
+ "rank_pattern": null,
28
  "revision": null,
29
  "target_modules": [
30
+ "query",
31
+ "value"
32
  ],
33
+ "target_r": 8,
34
  "task_type": "SEQ_CLS",
35
+ "tfinal": 1000,
36
+ "tinit": 200,
37
+ "total_step": null,
38
  "use_dora": false,
39
  "use_rslora": false
40
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f17e297ce33d80e7758083b3c8be46ce8ce46e8774d7ae7771ea4d29451ee398
3
- size 4738276
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6464627e55bb741b0c29bb62dc4ae314ec90041b3ba7ea2637515dd3fb15bd02
3
+ size 4152508
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:643a1ce598413e67938ff0f41a5e6430e0bc1e49e9ec3caa778f742bb3e4681a
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aabda3f84153696767200aed0279e99e0e7e8216f277257eb84749b43e621cdc
3
  size 5112