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
/
electra-small-finetuned-squadv1

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

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

  • Libraries
  • Transformers

    How to use mrm8488/electra-small-finetuned-squadv1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mrm8488/electra-small-finetuned-squadv1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/electra-small-finetuned-squadv1")
    model = AutoModelForQuestionAnswering.from_pretrained("mrm8488/electra-small-finetuned-squadv1")
  • Notebooks
  • Google Colab
  • Kaggle
electra-small-finetuned-squadv1
104 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
julien-c's picture
julien-c HF Staff
Migrate model card from transformers-repo
ca872f4 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • README.md
    3.19 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    590 Bytes
    Update config.json almost 6 years ago
  • nbest_predictions_.json
    49 MB
    xet
    Update nbest_predictions_.json almost 6 years ago
  • predictions_.json
    593 kB
    Update predictions_.json almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    54 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    48 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.5 kB
    xet
    Update training_args.bin almost 6 years ago
  • vocab.txt
    232 kB
    Update vocab.txt almost 6 years ago