CluelessNovice commited on
Commit
bd2e991
1 Parent(s): fa3e343

Upload adapter model

Browse files
Files changed (3) hide show
  1. Model-demo-35M.zip +2 -2
  2. README.md +5 -1
  3. adapter_config.json +2 -2
Model-demo-35M.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:425415ac567567956f0f560f3949a6b30d9e3e149e6d48b53723d26cc42fd0ca
3
- size 3568758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68491a0b51b8838446509dadb8aa568d12d60b5a5b84b33b6ab4e5a15711d86a
3
+ size 3567421
README.md CHANGED
@@ -24,13 +24,17 @@ SA Sequence
24
 
25
  1: B
26
 
 
 
 
 
27
 
28
  ## LoRA config
29
 
30
  - **r:** 8
31
  - **lora_dropout:** 0.0
32
  - **lora_alpha:** 16
33
- - **target_modules:** ['value', 'intermediate.dense', 'key', 'query', 'output.dense']
34
  - **modules_to_save:** ['classifier']
35
 
36
  ## Training config
 
24
 
25
  1: B
26
 
27
+ 2: C
28
+
29
+ 3: D
30
+
31
 
32
  ## LoRA config
33
 
34
  - **r:** 8
35
  - **lora_dropout:** 0.0
36
  - **lora_alpha:** 16
37
+ - **target_modules:** ['query', 'intermediate.dense', 'key', 'value', 'output.dense']
38
  - **modules_to_save:** ['classifier']
39
 
40
  ## Training config
adapter_config.json CHANGED
@@ -22,10 +22,10 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "value",
26
  "intermediate.dense",
27
  "key",
28
- "query",
29
  "output.dense"
30
  ],
31
  "task_type": "SEQ_CLS",
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "query",
26
  "intermediate.dense",
27
  "key",
28
+ "value",
29
  "output.dense"
30
  ],
31
  "task_type": "SEQ_CLS",