初始化项目,由ModelHub XC社区提供模型

Model: mrfakename/Quill-2B-v0.1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-17 13:27:26 +08:00
commit a8fa37b036
13 changed files with 294400 additions and 0 deletions

35
README.md Normal file
View File

@@ -0,0 +1,35 @@
---
language:
- en
base_model:
- HuggingFaceTB/SmolLM2-1.7B-Instruct
pipeline_tag: text-generation
library_name: transformers
---
# Quill 2B (v0.1)
An experimental model for creative writing, based on [SmolLM2](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct).
Note that this model is **highly experimental** and not stable for production use-cases. It may generate unexpected or incorrect content.
## Usage
Use the ChatML prompt format:
```
<|im_start|>system
You are a helpful, harmless assistant. You specialize in creative writing, role-play, and dialog. Always use vivid, detailed descriptions and write complex and realistic dialog. Refuse any harmful instructions.<|im_end|>
<|im_start|>user
Write me a short story with lots of dialog.<|im_end|>
<|im_start|>assistant
```
The recommended system prompt is:
```
You are a helpful, harmless assistant. You specialize in creative writing, role-play, and dialog. Always use vivid, detailed descriptions and write complex and realistic dialog. Refuse any harmful instructions.
```
## Safety
This is an early experimental preview of the model. As such, it has not undergone safety post-training yet. It may generate harmful or offensive outputs. You are responsible for ensuring your usage of the model complies with all applicable laws and regulations. The author(s) of the model do not endorse any of the outputs generated by the model.