将README.md重命名为MODEL.CARD.md
Browse filesModel Name: my-chatbot-llama2-7b
Version: 1.0.0
Authors: Your Name or Organization
License: MIT License (see LICENSE)
Repository: https://huggingface.co/your-username/my-chatbot-llama2-7b
Library Dependencies: llama.cpp (v0.1+), FastAPI, Python >=3.8
Hardware Requirements: CPU-only (4+ cores, 8 GB RAM) or GPU (≥4 GB VRAM recommended)
Model Description
my-chatbot-llama2-7b is a fine-tuned variant of Meta’s LLaMA 2 7B model, optimized for chatbot interactions in Chinese and English. The model has been adapted via supervised fine-tuning on a mixed dataset of conversational logs, code snippets, and knowledge-base Q&A pairs. It supports up to 2048 tokens of context and responds with balanced informativeness and conciseness.
Intended Use
Primary Use Cases:
Chatbot applications (customer support, personal assistant)
FAQ generation and knowledge retrieval
Low-latency on-premises inference
Users: Developers seeking an open-source, self-hosted chat model.
Exclusions: Not for generating disallowed content (hate speech, misinformation, medical or legal advice without expert oversight).
H
- MODEL_CARD.md +36 -0
- README.md +0 -3
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
|
| 4 |
+
data:
|
| 5 |
+
|
| 6 |
+
Chinese conversational pairs (Weibo, Zhihu)
|
| 7 |
+
|
| 8 |
+
English conversational pairs (Reddit, StackExchange)
|
| 9 |
+
|
| 10 |
+
Domain-specific Q&A (IT, healthcare, finance)
|
| 11 |
+
|
| 12 |
+
language: zh, en
|
| 13 |
+
|
| 14 |
+
metrics:
|
| 15 |
+
|
| 16 |
+
C-Eval EM: 68.3%
|
| 17 |
+
|
| 18 |
+
GPT4Bot-Bench F1: 72.1%
|
| 19 |
+
|
| 20 |
+
SelfChat Sim: 0.87
|
| 21 |
+
|
| 22 |
+
base_model: LLaMA 2 7B
|
| 23 |
+
|
| 24 |
+
new_version: 1.0.0
|
| 25 |
+
|
| 26 |
+
pipeline_tag: text-generation, conversational
|
| 27 |
+
|
| 28 |
+
auto_detect: language, sentiment
|
| 29 |
+
|
| 30 |
+
library_name: llama.cpp, FastAPI
|
| 31 |
+
|
| 32 |
+
tags: chatbot, self-hosted, bilingual, low-latency
|
| 33 |
+
|
| 34 |
+
eval_results: see Evaluation Results section
|
| 35 |
+
|
| 36 |
+
documentation: https://huggingface.co/your-username/my-chatbot-llama2-7b
|
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|