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

yusasifAI
/
nllb

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use yusasifAI/nllb with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/nllb-200-1.3B")
    model = PeftModel.from_pretrained(base_model, "yusasifAI/nllb")
  • Transformers

    How to use yusasifAI/nllb with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("yusasifAI/nllb", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
nllb
207 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yusasifAI's picture
yusasifAI
Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model)
04debc6 verified 8 months ago
  • .gitattributes
    1.57 kB
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago
  • README.md
    5.17 kB
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago
  • adapter_config.json
    1.03 kB
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago
  • adapter_model.safetensors
    170 MB
    xet
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago
  • special_tokens_map.json
    4.23 kB
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago
  • tokenizer.json
    32.2 MB
    xet
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago
  • tokenizer_config.json
    39.9 kB
    Upload NLLB 1.3B Hausa LoRA checkpoint (fine-tuned model) 8 months ago