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

DanielAvelar09
/
mi_chatbot

Question Answering
Transformers
TensorBoard
Safetensors
Spanish
deberta-v2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use DanielAvelar09/mi_chatbot with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="DanielAvelar09/mi_chatbot")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("DanielAvelar09/mi_chatbot")
    model = AutoModelForQuestionAnswering.from_pretrained("DanielAvelar09/mi_chatbot")
  • Notebooks
  • Google Colab
  • Kaggle
mi_chatbot / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
DanielAvelar09's picture
DanielAvelar09
End of training
f361ffc verified over 2 years ago
  • Feb16_19-53-07_4da6a56571ad
    End of training over 2 years ago
  • Feb18_00-20-52_ab13d288f27c
    End of training over 2 years ago
  • Feb20_15-12-57_b6125835f067
    End of training over 2 years ago
  • Feb20_15-17-34_b6125835f067
    End of training over 2 years ago
  • Feb24_20-36-28_ed064940385f
    End of training over 2 years ago
  • Feb25_00-27-24_66a705353b88
    End of training over 2 years ago
  • Feb25_00-29-55_66a705353b88
    End of training over 2 years ago
  • Feb25_00-30-44_66a705353b88
    End of training over 2 years ago
  • Feb25_00-31-12_66a705353b88
    End of training over 2 years ago
  • Feb25_00-31-36_66a705353b88
    End of training over 2 years ago
  • Feb25_00-31-59_66a705353b88
    End of training over 2 years ago
  • Feb25_00-33-28_66a705353b88
    End of training over 2 years ago
  • Feb25_00-46-23_66a705353b88
    End of training over 2 years ago
  • Feb25_00-57-31_66a705353b88
    End of training over 2 years ago
  • Feb25_00-58-23_66a705353b88
    End of training over 2 years ago
  • Feb25_01-18-11_66a705353b88
    End of training over 2 years ago