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

  • Log In
  • Sign Up

djsull
/
begging_classification

Text Classification
Transformers
TensorBoard
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use djsull/begging_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="djsull/begging_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("djsull/begging_classification")
    model = AutoModelForSequenceClassification.from_pretrained("djsull/begging_classification")
  • Notebooks
  • Google Colab
  • Kaggle
begging_classification / runs
135 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
djsull's picture
djsull
djsull/begging_classification
977ca90 verified almost 2 years ago
  • Jul25_07-04-34_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul25_07-06-26_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul25_07-14-10_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul25_07-14-48_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul25_08-56-28_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_02-11-53_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_02-12-36_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_05-10-32_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_05-11-52_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_07-17-16_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_08-04-24_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_08-06-46_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_08-07-56_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_08-08-28_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_08-08-54_129-146-79-76
    djsull/begging_classification almost 2 years ago
  • Jul26_08-26-23_129-146-79-76
    djsull/begging_classification almost 2 years ago