jantigny commited on
Commit
5e2c363
·
verified ·
1 Parent(s): 19c39fe

test with small T5 model and 5e-4 learning rate

Browse files
Files changed (2) hide show
  1. adapter_config.json +4 -4
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -19,14 +19,14 @@
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
- "r": 4,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "v",
27
- "k",
28
  "q",
29
- "o"
 
 
30
  ],
31
  "task_type": "SEQ_2_SEQ_LM",
32
  "use_dora": false,
 
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
+ "r": 6,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "q",
27
+ "v",
28
+ "o",
29
+ "k"
30
  ],
31
  "task_type": "SEQ_2_SEQ_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16ae681e220ed2479ed57254e3ba20b8a8981959c63dc8f503bb8e860fdaabf0
3
- size 1402608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6db6bb5fa7b02144cd17f4ea4c68f7224161dcc8c681c096a5edde4d382273
3
+ size 2090840