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

Doter
/
faq_model

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

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

  • Libraries
  • Transformers

    How to use Doter/faq_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Doter/faq_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Doter/faq_model")
    model = AutoModelForQuestionAnswering.from_pretrained("Doter/faq_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
faq_model / runs
65 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
Doter's picture
Doter
End of training
673f817 verified over 2 years ago
  • Apr20_17-00-35_4ef846a27039
    End of training over 2 years ago
  • Apr20_17-04-43_4ef846a27039
    Training in progress, step 500 over 2 years ago
  • Apr20_18-15-01_4ef846a27039
    Training in progress, step 500 over 2 years ago
  • Apr20_18-26-21_4ef846a27039
    End of training over 2 years ago
  • Apr20_19-55-58_658439ea8cd5
    End of training over 2 years ago
  • Apr20_20-07-39_658439ea8cd5
    End of training over 2 years ago
  • Apr20_20-17-28_658439ea8cd5
    End of training over 2 years ago
  • Apr20_20-22-50_658439ea8cd5
    End of training over 2 years ago
  • Apr20_20-26-25_658439ea8cd5
    End of training over 2 years ago
  • Apr20_20-34-45_658439ea8cd5
    End of training over 2 years ago
  • Apr20_21-21-31_658439ea8cd5
    End of training over 2 years ago