YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

简单的Hugging Face测试仓库

这是一个用于测试Hugging Face Pro账号的简单仓库。

模型信息

  • 模型类型: 文本分类模型(示例)
  • 用途: 账号测试
  • 创建日期: 2025年6月24日

使用方法

from transformers import pipeline

# 加载模型
classifier = pipeline("text-classification", model="your-username/your-model-name")

# 使用示例
result = classifier("这是一个测试文本")
print(result)

许可证

MIT License

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support