Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Jjzzzz
/
org_bot_classifier_mobilebert

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

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

  • Libraries
  • Transformers

    How to use Jjzzzz/org_bot_classifier_mobilebert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jjzzzz/org_bot_classifier_mobilebert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jjzzzz/org_bot_classifier_mobilebert")
    model = AutoModelForSequenceClassification.from_pretrained("Jjzzzz/org_bot_classifier_mobilebert")
  • Notebooks
  • Google Colab
  • Kaggle
org_bot_classifier_mobilebert
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Jjzzzz's picture
Jjzzzz
updated id2label and label2id
900becb verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    1.29 kB
    updated id2label and label2id about 2 years ago
  • model.safetensors
    98.5 MB
    xet
    Updated model commit about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Updated model commit about 2 years ago
  • tokenizer.json
    712 kB
    Updated model commit about 2 years ago
  • tokenizer_config.json
    1.22 kB
    Updated model commit about 2 years ago
  • vocab.txt
    232 kB
    Updated model commit about 2 years ago