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
/
MiniLM-L6_SQuAD

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

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

  • Libraries
  • Transformers

    How to use RyyDer/MiniLM-L6_SQuAD with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="RyyDer/MiniLM-L6_SQuAD")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("RyyDer/MiniLM-L6_SQuAD")
    model = AutoModelForQuestionAnswering.from_pretrained("RyyDer/MiniLM-L6_SQuAD")
  • Notebooks
  • Google Colab
  • Kaggle
MiniLM-L6_SQuAD / runs
17.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
RyyDer's picture
RyyDer
End of training
79e7cd0 verified about 1 year ago
  • Feb20_14-48-43_7019d496fa0e
    Training in progress, step 750 about 1 year ago
  • Feb22_10-20-27_1a29da9bfe63
    End of training about 1 year ago