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

  • Log In
  • Sign Up

rooftopcoder
/
bert-base-uncased-coqa

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

Instructions to use rooftopcoder/bert-base-uncased-coqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rooftopcoder/bert-base-uncased-coqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="rooftopcoder/bert-base-uncased-coqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/bert-base-uncased-coqa")
    model = AutoModelForQuestionAnswering.from_pretrained("rooftopcoder/bert-base-uncased-coqa")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-coqa
Ctrl+K
Ctrl+K
  • 3 contributors
History: 38 commits
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model
d834138 over 2 years ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 3 years ago
  • README.md
    1.4 kB
    Librarian Bot: Add base_model information to model over 2 years ago
  • config.json
    673 Bytes
    Training in progress, step 500 almost 3 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin
    436 MB
    xet
    Training in progress, step 5500 almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 almost 3 years ago
  • tokenizer.json
    712 kB
    Training in progress, step 500 almost 3 years ago
  • tokenizer_config.json
    314 Bytes
    Training in progress, step 500 almost 3 years ago
  • training_args.bin
    3.96 kB
    xet
    Training in progress, step 500 almost 3 years ago
  • vocab.txt
    232 kB
    Training in progress, step 500 almost 3 years ago