Oliver Adams
commited on
Commit
•
cb5bc41
1
Parent(s):
227802b
Bugfix in small question training data.
Browse filesPreviously the yield status of these questions was erroneously False. It
has now been retrained with them set to True.
- README.md +1 -0
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- tokenizer.json +0 -0
README.md
CHANGED
@@ -199,4 +199,5 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
199 |
[More Information Needed]
|
200 |
### Framework versions
|
201 |
|
|
|
202 |
- PEFT 0.12.0
|
|
|
199 |
[More Information Needed]
|
200 |
### Framework versions
|
201 |
|
202 |
+
- PEFT 0.13.2
|
203 |
- PEFT 0.12.0
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
-
"up_proj",
|
25 |
-
"down_proj",
|
26 |
"q_proj",
|
27 |
-
"
|
|
|
|
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"up_proj",
|
25 |
+
"o_proj",
|
26 |
+
"gate_proj",
|
27 |
"k_proj",
|
28 |
+
"v_proj",
|
29 |
+
"down_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_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:
|
3 |
size 100966336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:198363de248dbd0237eea27db4ea777ce6230f60385b22f3b0f7d7fcc87a89cd
|
3 |
size 100966336
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|