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

  • Log In
  • Sign Up

deprem-ml
/
deprem-roberta-intent

Text Classification
Transformers
TensorBoard
Turkish
deprem-clf-v1
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use deprem-ml/deprem-roberta-intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use deprem-ml/deprem-roberta-intent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="deprem-ml/deprem-roberta-intent")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("deprem-ml/deprem-roberta-intent", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deprem-roberta-intent
1.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
merve's picture
merve HF Staff
Update README.md
76f250b about 3 years ago
  • checkpoint-500
    Upload ./ with huggingface_hub over 3 years ago
  • runs
    Upload ./ with huggingface_hub over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.71 kB
    Update README.md about 3 years ago