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

imnbharath
/
IndicTransLoRA

Translation
Transformers
Safetensors
English
legal
lora
indic
fine-tuned
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use imnbharath/IndicTransLoRA with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="imnbharath/IndicTransLoRA")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("imnbharath/IndicTransLoRA", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
IndicTransLoRA
17.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
imnbharath's picture
imnbharath
Update README.md
795373f verified 2 months ago
  • .gitattributes
    1.61 kB
    Upload 11 files 2 months ago
  • README.md
    605 Bytes
    Update README.md 2 months ago
  • adapter_config.json
    712 Bytes
    Upload 11 files 2 months ago
  • adapter_model.safetensors
    7.11 MB
    xet
    Upload 11 files 2 months ago
  • best_summary.json
    236 Bytes
    Upload 11 files 2 months ago
  • dict.SRC.json
    726 kB
    Upload 11 files 2 months ago
  • dict.TGT.json
    5.28 MB
    Upload 11 files 2 months ago
  • model.SRC
    759 kB
    xet
    Upload 11 files 2 months ago
  • model.TGT
    3.26 MB
    xet
    Upload 11 files 2 months ago
  • special_tokens_map.json
    552 Bytes
    Upload 11 files 2 months ago
  • tokenization_indictrans.py
    8.2 kB
    Upload 11 files 2 months ago
  • tokenizer_config.json
    1.43 kB
    Upload 11 files 2 months ago