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

ahotrod
/
albert_xxlargev1_squad2_512

Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
albert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use ahotrod/albert_xxlargev1_squad2_512 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ahotrod/albert_xxlargev1_squad2_512")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ahotrod/albert_xxlargev1_squad2_512")
    model = AutoModelForQuestionAnswering.from_pretrained("ahotrod/albert_xxlargev1_squad2_512")
  • Notebooks
  • Google Colab
  • Kaggle
albert_xxlargev1_squad2_512
945 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
system's picture
system HF Staff
Update pytorch_model.bin
7a66ca8 almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit over 6 years ago
  • albert_xxlargev1_sqd2_512.sh
    887 Bytes
    Update albert_xxlargev1_sqd2_512.sh almost 6 years ago
  • config.json
    1.47 kB
    Update config.json almost 6 years ago
  • lrate_tensorboard.png
    46.6 kB
    Update lrate_tensorboard.png almost 6 years ago
  • nbest_predictions_.json
    53.2 MB
    xet
    Update nbest_predictions_.json almost 6 years ago
  • nvidia-smi.png
    61.7 kB
    Update nvidia-smi.png almost 6 years ago
  • predictions_.json
    562 kB
    Update predictions_.json almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    890 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    156 Bytes
    Update special_tokens_map.json over 6 years ago
  • spiece.model
    760 kB
    Update spiece.model over 6 years ago
  • tokenizer_config.json
    48 Bytes
    Update tokenizer_config.json almost 6 years ago