Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

whybeyoung
/
yolo

Text Classification
Transformers
English
exbert
Model card Files Files and versions
xet
Community

Instructions to use whybeyoung/yolo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use whybeyoung/yolo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="whybeyoung/yolo")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("whybeyoung/yolo", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
yolo
9.63 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
whybeyoung's picture
whybeyoung
Update README.md
5ad77b0 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    8.15 kB
    Update README.md about 3 years ago
  • config.json
    2 Bytes
    Create config.json about 3 years ago