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

Koushim
/
lora-mbart-en-te

PEFT
Safetensors
English
Telugu
machine-translation
mbart
multilingual
huggingface
lora
english
telugu
Model card Files Files and versions
xet
Community

Instructions to use Koushim/lora-mbart-en-te with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Koushim/lora-mbart-en-te with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/mbart-large-50-many-to-many-mmt")
    model = PeftModel.from_pretrained(base_model, "Koushim/lora-mbart-en-te")
  • Notebooks
  • Google Colab
  • Kaggle
lora-mbart-en-te
26.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Koushim's picture
Koushim
Update README.md
4905964 verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 11 months ago
  • README.md
    3.42 kB
    Update README.md 11 months ago
  • adapter_config.json
    738 Bytes
    Upload model 11 months ago
  • adapter_model.safetensors
    4.74 MB
    xet
    Upload model 11 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer 11 months ago
  • special_tokens_map.json
    992 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    11 kB
    Upload tokenizer 11 months ago