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

  • Log In
  • Sign Up

ClergeF
/
bigmac-qa-model

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

Instructions to use ClergeF/bigmac-qa-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ClergeF/bigmac-qa-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ClergeF/bigmac-qa-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ClergeF/bigmac-qa-model")
    model = AutoModelForQuestionAnswering.from_pretrained("ClergeF/bigmac-qa-model")
  • Notebooks
  • Google Colab
  • Kaggle
bigmac-qa-model
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ClergeF's picture
ClergeF
Upload tokenizer
b1c4860 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.17 kB
    Upload DistilBertForQuestionAnswering 11 months ago
  • config.json
    515 Bytes
    Upload DistilBertForQuestionAnswering 11 months ago
  • model.safetensors
    265 MB
    xet
    Upload DistilBertForQuestionAnswering 11 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    1.23 kB
    Upload tokenizer 11 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 11 months ago