baseten-admin/gpt-oss-20b-multilingual-reasoner
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -28,10 +28,10 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"k_proj",
|
32 |
"o_proj",
|
33 |
"q_proj",
|
34 |
-
"v_proj"
|
|
|
35 |
],
|
36 |
"target_parameters": [
|
37 |
"7.mlp.experts.gate_up_proj",
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
31 |
"o_proj",
|
32 |
"q_proj",
|
33 |
+
"v_proj",
|
34 |
+
"k_proj"
|
35 |
],
|
36 |
"target_parameters": [
|
37 |
"7.mlp.experts.gate_up_proj",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 60189176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7ab4413a0f5b9d1cd45a0d531e1592085c49a655f1ed728ef5b394ecd9e70a1
|
3 |
size 60189176
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6225
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e2d5ddca05a96f0e22bfce89e9b4b09cfd80359620674fc774e5dd5efad5d69
|
3 |
size 6225
|