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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mrm8488
/
spanbert-finetuned-squadv2

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

Instructions to use mrm8488/spanbert-finetuned-squadv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrm8488/spanbert-finetuned-squadv2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mrm8488/spanbert-finetuned-squadv2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/spanbert-finetuned-squadv2")
    model = AutoModelForQuestionAnswering.from_pretrained("mrm8488/spanbert-finetuned-squadv2")
  • Notebooks
  • Google Colab
  • Kaggle
spanbert-finetuned-squadv2
1.7 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 18 commits
mrm8488's picture
mrm8488
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
ef9daa7 over 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • README.md
    2.94 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    493 Bytes
    Update config.json about 6 years ago
  • flax_model.msgpack
    431 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    433 MB
    xet
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    433 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • saved_model.tar.gz
    401 MB
    xet
    Update saved_model.tar.gz about 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 6 years ago
  • tokenizer_config.json
    24 Bytes
    Update tokenizer_config.json over 6 years ago
  • training_args.bin
    1.49 kB
    xet
    Update training_args.bin over 6 years ago
  • vocab.txt
    213 kB
    Update vocab.txt over 6 years ago