|
|
--- |
|
|
license: apache-2.0 |
|
|
--- |
|
|
|
|
|
- Original Dataset: [heegyu/glaive-function-calling-v2-ko](https://huggingface.co/datasets/heegyu/glaive-function-calling-v2-ko) |
|
|
- [nayohan/llama3-instrucTrans-enko-8b](https://huggingface.co/nayohan/llama3-instrucTrans-enko-8b) 모델을 gguf로 4bit 양자화 한 모델로 추론 변역함. |
|
|
- function_description 필드의 description, properties 부분만 한글로 번역하여 데이터셋을 정재함. |
|
|
- Ollama Modelfile Format: |
|
|
``` |
|
|
FROM nayohan/llama3-instrucTrans-enko-8b |
|
|
|
|
|
SYSTEM 당신은 번역기 입니다. 영어를 한국어로 번역하세요. |
|
|
|
|
|
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|> |
|
|
|
|
|
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|> |
|
|
|
|
|
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|> |
|
|
|
|
|
{{ .Response }}<|eot_id|>""" |
|
|
|
|
|
PARAMETER stop "<|start_header_id|>" |
|
|
PARAMETER stop "<|end_header_id|>" |
|
|
PARAMETER stop "<|eot_id|>" |
|
|
``` |
|
|
- 이후 데이터를 en, ko 형식으로 json 데이터로 별도로 수집 |