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

  • Log In
  • Sign Up

CARIBencana
/
dmphase-classification

Text Classification
Transformers
Indonesian
English
bert
research abstract
Model card Files Files and versions
xet
Community

Instructions to use CARIBencana/dmphase-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CARIBencana/dmphase-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CARIBencana/dmphase-classification")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("CARIBencana/dmphase-classification", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
dmphase-classification
5.36 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Odir's picture
Odir
Update README.md
6b17f81 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    3.88 kB
    Update README.md almost 3 years ago