Upload LoRA adapter
Browse files- README.md +10 -10
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -4,17 +4,17 @@ library_name: transformers
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
base_model: GSAI-ML/LLaDA-8B-Instruct
|
| 6 |
language:
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
---
|
| 19 |
|
| 20 |
# LLaDA-8B-Tools-LoRA
|
|
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
base_model: GSAI-ML/LLaDA-8B-Instruct
|
| 6 |
language:
|
| 7 |
+
- en
|
| 8 |
tags:
|
| 9 |
+
- llada
|
| 10 |
+
- tool-calling
|
| 11 |
+
- lora
|
| 12 |
+
- peft
|
| 13 |
+
- function-calling
|
| 14 |
+
- tools
|
| 15 |
+
- chatbot
|
| 16 |
+
- assistant
|
| 17 |
+
- sft
|
| 18 |
---
|
| 19 |
|
| 20 |
# LLaDA-8B-Tools-LoRA
|
adapter_config.json
CHANGED
|
@@ -24,9 +24,9 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
| 27 |
"k_proj",
|
| 28 |
"v_proj",
|
| 29 |
-
"gate_proj",
|
| 30 |
"q_proj"
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"gate_proj",
|
| 28 |
"k_proj",
|
| 29 |
"v_proj",
|
|
|
|
| 30 |
"q_proj"
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 402679936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b12743217bf8dc2a817f06a98accfcce3de288969cec2e19b6eecb167adba1e
|
| 3 |
size 402679936
|