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

rohitsroch
/
indic-mALBERT-static-INT8-squad-v2

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

Instructions to use rohitsroch/indic-mALBERT-static-INT8-squad-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rohitsroch/indic-mALBERT-static-INT8-squad-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="rohitsroch/indic-mALBERT-static-INT8-squad-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("rohitsroch/indic-mALBERT-static-INT8-squad-v2")
    model = AutoModelForQuestionAnswering.from_pretrained("rohitsroch/indic-mALBERT-static-INT8-squad-v2")
  • Notebooks
  • Google Colab
  • Kaggle
indic-mALBERT-static-INT8-squad-v2
88.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rohitsroch's picture
rohitsroch
Update README.md
9442fcf almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    333 Bytes
    Update README.md almost 3 years ago
  • config.json
    872 Bytes
    Upload 7 files almost 3 years ago
  • eval_nbest_predictions.json
    1.12 MB
    Upload 7 files almost 3 years ago
  • eval_null_odds.json
    12.7 kB
    Upload 7 files almost 3 years ago
  • eval_predictions.json
    12.4 kB
    Upload 7 files almost 3 years ago
  • inc_config.json
    287 Bytes
    Upload 7 files almost 3 years ago
  • pytorch_model.bin
    87 MB
    xet
    Upload 7 files almost 3 years ago
  • summary.json
    136 Bytes
    Upload 7 files almost 3 years ago