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

  • Log In
  • Sign Up

ai4bharat
/
IndicBART

Transformers
PyTorch
mbart
text2text-generation
multilingual
nlp
indicnlp
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use ai4bharat/IndicBART with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ai4bharat/IndicBART")
    model = AutoModelForSeq2SeqLM.from_pretrained("ai4bharat/IndicBART")
  • Notebooks
  • Google Colab
  • Kaggle
IndicBART
978 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 37 commits
anoopk's picture
anoopk
lbourdois's picture
lbourdois
Update README.md (#1)
78466a0 almost 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    8.02 kB
    Update README.md (#1) almost 4 years ago
  • added_tokens.json
    221 Bytes
    Added tokenizer and model in a single repo. over 4 years ago
  • config.json
    832 Bytes
    The tokenizer and model are now in one place. over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    976 MB
    xet
    Fixed the model. over 4 years ago
  • special_tokens_map.json
    398 Bytes
    Added tokenizer and model in a single repo. over 4 years ago
  • spiece.model
    1.9 MB
    xet
    Added tokenizer and model in a single repo. over 4 years ago
  • tokenizer_config.json
    498 Bytes
    Update tokenizer_config.json over 4 years ago