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

RyyDer
/
ELECTRA-Small_SQuAD

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

Instructions to use RyyDer/ELECTRA-Small_SQuAD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RyyDer/ELECTRA-Small_SQuAD with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="RyyDer/ELECTRA-Small_SQuAD")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("RyyDer/ELECTRA-Small_SQuAD")
    model = AutoModelForQuestionAnswering.from_pretrained("RyyDer/ELECTRA-Small_SQuAD")
  • Notebooks
  • Google Colab
  • Kaggle
ELECTRA-Small_SQuAD / runs
18.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
RyyDer's picture
RyyDer
End of training
f70b02f verified over 1 year ago
  • Feb20_15-24-52_fc4d561ad94f
    Training in progress, step 750 over 1 year ago
  • Feb20_22-03-20_07fcd426cb6d
    Training in progress, step 500 over 1 year ago
  • Feb22_11-33-59_2ceaed177e84
    End of training over 1 year ago