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

AIPsy
/
bert-base-client-topic-classification-eng

Text Classification
Transformers
Safetensors
English
bert
PyTorch
multi-class-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use AIPsy/bert-base-client-topic-classification-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AIPsy/bert-base-client-topic-classification-eng with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AIPsy/bert-base-client-topic-classification-eng")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AIPsy/bert-base-client-topic-classification-eng")
    model = AutoModelForSequenceClassification.from_pretrained("AIPsy/bert-base-client-topic-classification-eng")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-client-topic-classification-eng
438 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
myentity's picture
myentity
Upload tokenizer
2fe5e38 verified 24 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    8.11 kB
    Update README.md about 1 month ago
  • config.json
    2.62 kB
    Upload BertForSequenceClassification 24 days ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification 24 days ago
  • tokenizer.json
    2.72 kB
    Upload tokenizer 24 days ago
  • tokenizer_config.json
    350 Bytes
    Upload tokenizer 24 days ago