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

  • Log In
  • Sign Up

GautamR
/
org_bot_classifier

Text Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use GautamR/org_bot_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="GautamR/org_bot_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("GautamR/org_bot_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("GautamR/org_bot_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
org_bot_classifier
438 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
GautamR's picture
GautamR
Update config.json
1dbd58d verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    21 Bytes
    initial commit about 2 years ago
  • config.json
    921 Bytes
    Update config.json about 2 years ago
  • model.safetensors
    438 MB
    xet
    Updated model commit about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Updated model commit about 2 years ago
  • tokenizer_config.json
    1.24 kB
    Updated model commit about 2 years ago
  • vocab.txt
    232 kB
    Updated model commit about 2 years ago