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

rajaykumar12959
/
nllb-en-kn-v1

Translation
Transformers
Safetensors
PEFT
English
Kannada
nllb
kannada
english
lora
qlora
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use rajaykumar12959/nllb-en-kn-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rajaykumar12959/nllb-en-kn-v1 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="rajaykumar12959/nllb-en-kn-v1")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("rajaykumar12959/nllb-en-kn-v1", device_map="auto")
  • PEFT

    How to use rajaykumar12959/nllb-en-kn-v1 with PEFT:

    Task type is invalid.
  • Notebooks
  • Google Colab
  • Kaggle
nllb-en-kn-v1
65.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
rajaykumar12959's picture
rajaykumar12959
Update README.md
5ce4e95 verified 7 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 8 months ago
  • README.md
    5.52 kB
    Update README.md 7 months ago
  • adapter_config.json
    1.02 kB
    Upload model 8 months ago
  • adapter_model.safetensors
    28.3 MB
    xet
    Upload model 8 months ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Upload tokenizer 8 months ago
  • special_tokens_map.json
    4.23 kB
    Upload tokenizer 8 months ago
  • tokenizer.json
    32.2 MB
    xet
    Upload tokenizer 8 months ago
  • tokenizer_config.json
    39.9 kB
    Upload tokenizer 8 months ago