CluelessNovice
commited on
Commit
•
bd2e991
1
Parent(s):
fa3e343
Upload adapter model
Browse files- Model-demo-35M.zip +2 -2
- README.md +5 -1
- 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:
|
3 |
-
size
|
|
|
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:** ['
|
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 |
-
"
|
26 |
"intermediate.dense",
|
27 |
"key",
|
28 |
-
"
|
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",
|