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

  • Log In
  • Sign Up

bunsenfeng
/
bot_classifier

Text Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use bunsenfeng/bot_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bunsenfeng/bot_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bunsenfeng/bot_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("bunsenfeng/bot_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
bot_classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ac6736a verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    24 Bytes
    initial commit almost 2 years ago
  • config.json
    691 Bytes
    Upload 2 files almost 2 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    499 MB
    xet
    Upload 2 files almost 2 years ago