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

mlovelli
/
chatbot-model

Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use mlovelli/chatbot-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mlovelli/chatbot-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mlovelli/chatbot-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mlovelli/chatbot-model")
    model = AutoModelForSequenceClassification.from_pretrained("mlovelli/chatbot-model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chatbot-model / runs
72.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
mlovelli's picture
mlovelli
Training in progress, epoch 3
c227eb5 over 2 years ago
  • Nov23_16-01-24_9d8ed92bbca3
    Training in progress, epoch 2 over 2 years ago
  • Nov24_09-15-41_de3536559d3b
    Training in progress, epoch 1 over 2 years ago
  • Nov24_09-23-18_de3536559d3b
    Training in progress, epoch 3 over 2 years ago
  • Nov24_13-26-26_3641d8b39981
    Training in progress, epoch 3 over 2 years ago
  • Nov24_13-33-30_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_13-40-35_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_13-50-03_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_13-53-49_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_13-55-44_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_13-58-03_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_14-03-41_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_14-05-41_3641d8b39981
    Training in progress, epoch 1 over 2 years ago
  • Nov24_14-08-25_3641d8b39981
    Training in progress, epoch 3 over 2 years ago
  • Nov27_16-14-49_0f2521997db3
    Training in progress, epoch 3 over 2 years ago