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

arnastofnun
/
Qwen3-4B-wmt26-AMI-en-is-lora

Translation
PEFT
Safetensors
Transformers
English
Icelandic
lora
unsloth
icelandic
Model card Files Files and versions
xet
Community

Instructions to use arnastofnun/Qwen3-4B-wmt26-AMI-en-is-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use arnastofnun/Qwen3-4B-wmt26-AMI-en-is-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("./merged_qwen3_4b_icelandic")
    model = PeftModel.from_pretrained(base_model, "arnastofnun/Qwen3-4B-wmt26-AMI-en-is-lora")
  • Transformers

    How to use arnastofnun/Qwen3-4B-wmt26-AMI-en-is-lora 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="arnastofnun/Qwen3-4B-wmt26-AMI-en-is-lora")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("arnastofnun/Qwen3-4B-wmt26-AMI-en-is-lora", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
Qwen3-4B-wmt26-AMI-en-is-lora
144 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
stofnun-arna's picture
stofnun-arna
Upload README.md with huggingface_hub
de9d6fa verified 7 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 7 days ago
  • README.md
    4.04 kB
    Upload README.md with huggingface_hub 7 days ago
  • adapter_config.json
    1.24 kB
    Upload folder using huggingface_hub 7 days ago
  • adapter_model.safetensors
    132 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • chat_template.jinja
    2.63 kB
    Upload folder using huggingface_hub 7 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • tokenizer_config.json
    5.16 kB
    Upload folder using huggingface_hub 7 days ago