model upload
Browse files- adapter_config.json +3 -3
- config.json +1 -1
adapter_config.json
CHANGED
|
@@ -20,12 +20,12 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
"up_proj",
|
| 25 |
"gate_proj",
|
| 26 |
-
"down_proj",
|
| 27 |
-
"v_proj",
|
| 28 |
"o_proj",
|
|
|
|
|
|
|
| 29 |
"q_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"v_proj",
|
| 24 |
"up_proj",
|
| 25 |
"gate_proj",
|
|
|
|
|
|
|
| 26 |
"o_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
"q_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"defog/llama-3-sqlcoder-8b"
|
| 4 |
],
|
| 5 |
"model_type": "llama",
|
| 6 |
-
"task": "
|
| 7 |
"language": "th",
|
| 8 |
"max_sequence_length": 2048,
|
| 9 |
"do_sample": true,
|
|
|
|
| 3 |
"defog/llama-3-sqlcoder-8b"
|
| 4 |
],
|
| 5 |
"model_type": "llama",
|
| 6 |
+
"task": "question-answering",
|
| 7 |
"language": "th",
|
| 8 |
"max_sequence_length": 2048,
|
| 9 |
"do_sample": true,
|