Open SourceFreePythonModelsAI 开发框架
Hugging Face Transformers
最大的开源 AI 模型库,30 万+模型一键部署
🔗 https://github.com/huggingface/transformers什么是 Hugging Face?
AI 领域的 GitHub,30 万+开源模型。
快速开始
from transformers import pipeline
pipe = pipeline("sentiment-analysis")
result = pipe("I love this!")