Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ToluClassics
/
extractive_reader_nq_squad_v2

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

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

  • Libraries
  • Transformers

    How to use ToluClassics/extractive_reader_nq_squad_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ToluClassics/extractive_reader_nq_squad_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ToluClassics/extractive_reader_nq_squad_v2")
    model = AutoModelForQuestionAnswering.from_pretrained("ToluClassics/extractive_reader_nq_squad_v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
extractive_reader_nq_squad_v2
728 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ToluClassics's picture
ToluClassics
Update README.md
b6c44c1 over 3 years ago
  • runs
    End of training over 3 years ago
  • .gitattributes
    1.54 kB
    Training in progress, step 10000 over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 10000 over 3 years ago
  • README.md
    1.77 kB
    Update README.md over 3 years ago
  • all_results.json
    696 Bytes
    End of training over 3 years ago
  • config.json
    846 Bytes
    Training in progress, step 10000 over 3 years ago
  • eval_nbest_predictions.json
    56.3 MB
    xet
    End of training over 3 years ago
  • eval_null_odds.json
    618 kB
    End of training over 3 years ago
  • eval_predictions.json
    567 kB
    End of training over 3 years ago
  • eval_results.json
    519 Bytes
    End of training over 3 years ago
  • pytorch_model.bin
    667 MB
    xet
    Model save over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 10000 over 3 years ago
  • tokenizer.json
    2.56 MB
    Training in progress, step 10000 over 3 years ago
  • tokenizer_config.json
    364 Bytes
    Training in progress, step 10000 over 3 years ago
  • train_results.json
    197 Bytes
    End of training over 3 years ago
  • trainer_state.json
    7.33 kB
    End of training over 3 years ago
  • training_args.bin
    3.58 kB
    xet
    Training in progress, step 10000 over 3 years ago
  • vocab.txt
    872 kB
    Training in progress, step 10000 over 3 years ago