Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Den4ikAI
/
rubert-large-squad

Question Answering
Transformers
PyTorch
Model card Files Files and versions
xet
Community
2

Instructions to use Den4ikAI/rubert-large-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Den4ikAI/rubert-large-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Den4ikAI/rubert-large-squad")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Den4ikAI/rubert-large-squad", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rubert-large-squad
715 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
Den4ikAI's picture
Den4ikAI
Update README.md
38d9324 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    790 Bytes
    Update README.md over 3 years ago
  • added_tokens.json
    2 Bytes
    Upload added_tokens.json over 3 years ago
  • config.json
    712 Bytes
    Upload config.json 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?

    713 MB
    xet
    Upload pytorch_model.bin over 3 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json over 3 years ago
  • tokenizer_config.json
    43 Bytes
    Upload tokenizer_config.json over 3 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.71 kB
    xet
    Upload training_args.bin over 3 years ago
  • vocab.txt
    1.78 MB
    Upload vocab.txt over 3 years ago