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

kxx-kkk
/
FYP_qa_final

Question Answering
Transformers
TensorBoard
Safetensors
English
deberta-v2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use kxx-kkk/FYP_qa_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kxx-kkk/FYP_qa_final with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="kxx-kkk/FYP_qa_final")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("kxx-kkk/FYP_qa_final")
    model = AutoModelForQuestionAnswering.from_pretrained("kxx-kkk/FYP_qa_final", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FYP_qa_final / runs
47.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
kxx-kkk's picture
kxx-kkk
End of training
795d002 verified over 2 years ago
  • Apr07_13-32-20_2143b526a98e
    End of training over 2 years ago
  • Apr07_13-56-35_b3b10cc61d93
    Training in progress, step 300 over 2 years ago
  • Apr07_14-04-10_b3b10cc61d93
    End of training over 2 years ago
  • Apr07_14-32-13_acd4397c66ed
    End of training over 2 years ago
  • Apr09_16-09-14_9c8db612c6e5
    End of training over 2 years ago
  • Apr09_16-25-18_c7d422db5045
    End of training over 2 years ago