Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mohammadmahdinouri
/
mol-base-squad

Question Answering
Transformers
Safetensors
ModernALBERT
Model card Files Files and versions
xet
Community

Instructions to use mohammadmahdinouri/mol-base-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mohammadmahdinouri/mol-base-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mohammadmahdinouri/mol-base-squad")
    # Load model directly
    from transformers import AutoModelForQuestionAnswering
    model = AutoModelForQuestionAnswering.from_pretrained("mohammadmahdinouri/mol-base-squad", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mol-base-squad
305 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mohammadmahdinouri's picture
mohammadmahdinouri
Upload ModernALBERTForQuestionAnswering
5d8e33e verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.17 kB
    Upload ModernALBERTForQuestionAnswering 7 months ago
  • config.json
    865 Bytes
    Upload ModernALBERTForQuestionAnswering 7 months ago
  • model.safetensors
    305 MB
    xet
    Upload ModernALBERTForQuestionAnswering 7 months ago