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

  • Log In
  • Sign Up

apps90
/
bert-finetuned-squad-accelerate

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

Instructions to use apps90/bert-finetuned-squad-accelerate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use apps90/bert-finetuned-squad-accelerate with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="apps90/bert-finetuned-squad-accelerate")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("apps90/bert-finetuned-squad-accelerate")
    model = AutoModelForQuestionAnswering.from_pretrained("apps90/bert-finetuned-squad-accelerate")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-squad-accelerate
432 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
apps90's picture
apps90
Training in progress epoch 2
9b13208 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    671 Bytes
    Training in progress epoch 0 almost 2 years ago
  • model.safetensors
    431 MB
    xet
    Training in progress epoch 2 almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress epoch 0 almost 2 years ago
  • tokenizer.json
    669 kB
    Training in progress epoch 0 almost 2 years ago
  • tokenizer_config.json
    1.19 kB
    Training in progress epoch 0 almost 2 years ago
  • vocab.txt
    213 kB
    Training in progress epoch 0 almost 2 years ago