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

  • Log In
  • Sign Up

JeswinMS4
/
bert-base-intent

Text Classification
Transformers
PyTorch
TensorBoard
English
bert
finance
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use JeswinMS4/bert-base-intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JeswinMS4/bert-base-intent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JeswinMS4/bert-base-intent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JeswinMS4/bert-base-intent")
    model = AutoModelForSequenceClassification.from_pretrained("JeswinMS4/bert-base-intent")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-intent / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JeswinMS4's picture
JeswinMS4
Training in progress, step 3500
8f9e7dd about 3 years ago
  • Apr14_06-08-36_a34af5cd0d47
    Training in progress, step 3500 about 3 years ago