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

ktrapeznikov
/
albert-xlarge-v2-squad-v2

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

Instructions to use ktrapeznikov/albert-xlarge-v2-squad-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ktrapeznikov/albert-xlarge-v2-squad-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ktrapeznikov/albert-xlarge-v2-squad-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ktrapeznikov/albert-xlarge-v2-squad-v2")
    model = AutoModelForQuestionAnswering.from_pretrained("ktrapeznikov/albert-xlarge-v2-squad-v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
albert-xlarge-v2-squad-v2
236 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
julien-c's picture
julien-c HF Staff
Migrate model card from transformers-repo
fb1e054 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 6 years ago
  • README.md
    2.09 kB
    Migrate model card from transformers-repo over 5 years ago
  • added_tokens.json
    2 Bytes
    Update added_tokens.json over 6 years ago
  • config.json
    717 Bytes
    Update config.json over 6 years ago
  • eval.csv
    312 Bytes
    Update eval.csv over 6 years ago
  • pytorch_model.bin
    235 MB
    xet
    Update pytorch_model.bin over 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
    58 Bytes
    Update tokenizer_config.json over 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.42 kB
    xet
    Update training_args.bin over 6 years ago