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

  • Log In
  • Sign Up

Vaylenid
/
simple-text-classifier

Text Classification
Transformers
Model card Files Files and versions
xet
Community

Instructions to use Vaylenid/simple-text-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Vaylenid/simple-text-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Vaylenid/simple-text-classifier")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Vaylenid/simple-text-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
simple-text-classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Vaylenid's picture
Vaylenid
Create README.md
d1bf959 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    165 Bytes
    Create README.md 5 months ago