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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

injala
/
bert-universal-classifier-7class

Text Classification
Transformers
Safetensors
English
bert_universal_classifier
feature-extraction
bert
insurance
universal
kinetic
riskguru
custom_code
Model card Files Files and versions
xet
Community

Instructions to use injala/bert-universal-classifier-7class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use injala/bert-universal-classifier-7class with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="injala/bert-universal-classifier-7class", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("injala/bert-universal-classifier-7class", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-universal-classifier-7class
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
DhruvMevada3's picture
DhruvMevada3
Export 7-class Universal BERT from best_model.pt with production ReLU architecture
39272b1 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    1.58 kB
    Export 7-class Universal BERT from best_model.pt with production ReLU architecture 8 days ago
  • bert_universal_classifier_model.py
    1.28 kB
    Export 7-class Universal BERT from best_model.pt with production ReLU architecture 8 days ago
  • config.json
    1.11 kB
    Export 7-class Universal BERT from best_model.pt with production ReLU architecture 8 days ago
  • model.safetensors
    438 MB
    xet
    Export 7-class Universal BERT from best_model.pt with production ReLU architecture 8 days ago
  • special_tokens_map.json
    125 Bytes
    Export 7-class Universal BERT from best_model.pt with production ReLU architecture 8 days ago
  • tokenizer_config.json
    366 Bytes
    Export 7-class Universal BERT from best_model.pt with production ReLU architecture 8 days ago
  • vocab.txt
    232 kB
    Export 7-class Universal BERT from best_model.pt with production ReLU architecture 8 days ago