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

  • Log In
  • Sign Up

AnonymousSub
/
bert_FT_newsqa

Question Answering
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use AnonymousSub/bert_FT_newsqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AnonymousSub/bert_FT_newsqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="AnonymousSub/bert_FT_newsqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/bert_FT_newsqa")
    model = AutoModelForQuestionAnswering.from_pretrained("AnonymousSub/bert_FT_newsqa")
  • Notebooks
  • Google Colab
  • Kaggle
bert_FT_newsqa
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AnonymousSub's picture
AnonymousSub
add tokenizer
78b8658 about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • config.json
    682 Bytes
    add model about 4 years ago
  • pytorch_model.bin
    436 MB
    xet
    add model about 4 years ago
  • special_tokens_map.json
    112 Bytes
    add tokenizer about 4 years ago
  • tokenizer.json
    466 kB
    add tokenizer about 4 years ago
  • tokenizer_config.json
    379 Bytes
    add tokenizer about 4 years ago
  • vocab.txt
    232 kB
    add tokenizer about 4 years ago