Text Generation
PEFT
Safetensors
Chinese
English
lora
tool-selection
tool-call
guardrail
chinese
traditional-chinese
fine-tuned
qwen2
conversational
Instructions to use GOSHUNCLE/tool_call_validator_zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use GOSHUNCLE/tool_call_validator_zh with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "GOSHUNCLE/tool_call_validator_zh") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ tags:
|
|
| 27 |
|
| 28 |
## 中文說明
|
| 29 |
|
| 30 |
-
本模型是針對 **Tool Call Validation
|
| 31 |
|
| 32 |
1. 讀取使用者請求(user prompt)與多個候選工具的 description
|
| 33 |
2. 透過語意比對選出最適合的工具,或在無合適工具時拒絕匹配
|
|
|
|
| 27 |
|
| 28 |
## 中文說明
|
| 29 |
|
| 30 |
+
本模型是針對 **Tool Call Validation** 場景微調的繁體中文模型。基於 [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) 用 LoRA 訓練,能夠:
|
| 31 |
|
| 32 |
1. 讀取使用者請求(user prompt)與多個候選工具的 description
|
| 33 |
2. 透過語意比對選出最適合的工具,或在無合適工具時拒絕匹配
|