espiusedwards commited on
Commit
fce82b4
1 Parent(s): 24e3e4a

fix evaluation, r = 24, 3 epoch (#16)

Browse files

- fix evaluation, r = 24, 3 epoch (1266d8e991499a5ce6ebe7bd4602c4661250b1b9)

Files changed (3) hide show
  1. README.md +10 -0
  2. adapter_config.json +6 -3
  3. adapter_model.bin +2 -2
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+ ### Framework versions
7
+
8
+ - PEFT 0.5.0
9
+
10
+ - PEFT 0.5.0
adapter_config.json CHANGED
@@ -1,15 +1,18 @@
1
  {
2
- "base_model_name_or_path": "google/flan-t5-large",
 
3
  "bias": "none",
4
- "enable_lora": null,
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
 
 
7
  "lora_alpha": 32,
8
  "lora_dropout": 0.05,
9
- "merge_weights": false,
10
  "modules_to_save": null,
11
  "peft_type": "LORA",
12
  "r": 24,
 
13
  "target_modules": [
14
  "q",
15
  "v"
 
1
  {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": null,
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": 32,
11
  "lora_dropout": 0.05,
 
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 24,
15
+ "revision": null,
16
  "target_modules": [
17
  "q",
18
  "v"
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51be09b6fb8ac3196a84769ff8ce229b0a38cbe06c1a6211773461bb6bb02cd5
3
- size 28417613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e967b5dcc9e4d46e8527418fea2039bc6b99cfd3bbfc179867fb7fbda7817fca
3
+ size 28427405