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

  • Log In
  • Sign Up

spuun
/
BERATBOS

Text Classification
Transformers
Indonesian
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use spuun/BERATBOS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="spuun/BERATBOS")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("spuun/BERATBOS", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BERATBOS
2.33 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
spuun's picture
spuun
Update README.md
aacd93b over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    855 Bytes
    Update README.md over 3 years ago