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

Sindhu
/
muril-large-squad2

Question Answering
Transformers
PyTorch
Safetensors
bert
nlp
low-resource-languages
Model card Files Files and versions
xet
Community
2

Instructions to use Sindhu/muril-large-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sindhu/muril-large-squad2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Sindhu/muril-large-squad2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Sindhu/muril-large-squad2")
    model = AutoModelForQuestionAnswering.from_pretrained("Sindhu/muril-large-squad2")
  • Notebooks
  • Google Colab
  • Kaggle
muril-large-squad2
4.05 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
9baf5b2 verified 5 days ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model 5 days ago
  • README.md
    1.26 kB
    Update README.md 8 days ago
  • config.json
    762 Bytes
    add model over 4 years ago
  • model.safetensors
    2.02 GB
    xet
    Adding `safetensors` variant of this model 5 days ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.02 GB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    add tokenizer over 4 years ago
  • tokenizer.json
    4.83 MB
    add tokenizer over 4 years ago
  • tokenizer_config.json
    592 Bytes
    add tokenizer over 4 years ago
  • vocab.txt
    3.16 MB
    add tokenizer over 4 years ago