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

mrm8488
/
squeezebert-finetuned-squadv1

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

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

  • Libraries
  • Transformers

    How to use mrm8488/squeezebert-finetuned-squadv1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mrm8488/squeezebert-finetuned-squadv1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/squeezebert-finetuned-squadv1")
    model = AutoModelForQuestionAnswering.from_pretrained("mrm8488/squeezebert-finetuned-squadv1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
squeezebert-finetuned-squadv1
50.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
system's picture
system HF Staff
Update config.json
85a621d almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • config.json
    666 Bytes
    Update config.json almost 6 years ago
  • nbest_predictions_.json
    49.5 MB
    xet
    Update nbest_predictions_.json almost 6 years ago
  • predictions_.json
    597 kB
    Update predictions_.json almost 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    188 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "argparse.Namespace",
    • "torch.device"

    How to fix it?

    1.78 kB
    xet
    Update training_args.bin almost 6 years ago
  • vocab.txt
    232 kB
    Update vocab.txt almost 6 years ago