CoolFace
Modelpublic

chenang121/deepseek-r1-distill-error-correcter

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes8downloads
Model Card

Your Model Name

Model Description

  • —Architecture: 基于LLaMA-2-7B微调
  • —训练数据: 自定义数据集(100万条样本)
  • —应用场景: 对话生成/文本分类等

使用示例

python
from transformers import pipeline

pipe = pipeline("text-generation", model="your_hf_username/your_model_name")
print(pipe("What is AI?"))