rokset3 commited on
Commit
c976586
1 Parent(s): 93d9213

Upload 8 files

Browse files
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+ ### Framework versions
7
+
8
+
9
+ - PEFT 0.4.0.dev0
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "roberta-base",
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": 16,
10
+ "lora_dropout": 0.1,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 32,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "query",
17
+ "value"
18
+ ],
19
+ "task_type": "TOKEN_CLS"
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80f5ef287c64183b1fc03493bda9ee6b28ec069db25ab32a36493a53e5111fb
3
+ size 4736193
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3943ef8c358b07936250d8151cc9a9ff805a3e3a81d12cff0ce571bcd9762a81
3
+ size 9465865
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2748ebc03a36077d9d926595f582cebfeea7eb3400eb7beb71eb6ae2d35d7bd9
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abccfe8402dda4f5a4872eb9846acf8ec209c6b6aedd95c507d3dedefbad831
3
+ size 563
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b601298a132c381c786ed68259bbd4c2d4e8270f27fd83079d6c9403b6daa00
3
+ size 3899