Files
Llama3.1-8b-zh/README.md
ModelHub XC 6e067376a9 初始化项目,由ModelHub XC社区提供模型
Model: Muulor/Llama3.1-8b-zh
Source: Original Platform
2026-05-27 02:08:13 +08:00

42 lines
972 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
license: llama3.1
library_name: transformers
pipeline_tag: text-generation
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
language:
- en
- zh
tags:
- llama-factory
- finetune
---
# 模型简介
基于Meta-Llama-3.1-8B-Instruct自建少量数据进行Qlora 8bit微调中英文数据搭配避免影响模型能力与导致原知识遗忘泛化能力良好。
# 使用建议
Tramsformer当前使用版本是 4.43.1
为保证模型能力转gguf格式的模板建议遵循Llama3模板
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|>"
PARAMETER stop "<|reserved_special_token"
默认参数建议:
temperature 0.6
top_p 0.9