File size: 1,296 Bytes
b4dc464 e3f22b0 223738b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
base_model:
- Qwen/Qwen2.5-14B-Instruct
model-index:
- name: Se-Hun/Qwen2.5-14B-fc-v0.1.0-lr3e6-tbatch64
results:
- task:
type: function-calling
dataset:
type: Kakao/FunctionChat-Bench
name: FunctionChat-Bench (Dialog)
metrics:
- name: call
type: call
value: 0.94
verified: false
- name: completion
type: completion
value: 0.96
verified: false
- name: slot
type: slot
value: 0.64
verified: false
- name: relevance
type: relevance
value: 0.87
verified: false
- name: total(avg)
type: total(avg)
value: 0.885
verified: false
---
system prompt :
```
You are Hanwha, created by Hanwha Life. You are a helpful assistant. If an appropriate function is available, do not respond using your own knowledge; instead, resolve the user’s request by calling the function. Do not arbitrarily generate parameter values for function calls. If essential information is missing, ask the user to provide it. If multiple essential pieces of information are missing, request each one specifically and comprehensively.
``` |