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

Gordon119
/
qa_test

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

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

  • Libraries
  • Transformers

    How to use Gordon119/qa_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Gordon119/qa_test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Gordon119/qa_test")
    model = AutoModelForQuestionAnswering.from_pretrained("Gordon119/qa_test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
qa_test / .cache
1.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Gordon119's picture
Gordon119
End of training
a921a3b verified over 2 years ago
  • .locks
    End of training over 2 years ago
  • downloads
    End of training over 2 years ago
  • models--google-bert--bert-base-uncased
    End of training over 2 years ago
  • squad
    End of training over 2 years ago
  • squad_v2
    End of training over 2 years ago
  • .cache_squad_plain_text_0.0.0_7b6d24c440a36b6815f21b70d25016731768db1f.lock
    0 Bytes
    End of training over 2 years ago
  • .cache_squad_v2_squad_v2_0.0.0_3ffb306f725f7d2ce8394bc1873b24868140c412.lock
    0 Bytes
    End of training over 2 years ago