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

OpenLLM-Ro
/
RoLlama-3.2-1B

PEFT
Safetensors
Romanian
romanian
continual-pretraining
qlora
4-bit precision
bitsandbytes
llama
Model card Files Files and versions
xet
Community

Instructions to use OpenLLM-Ro/RoLlama-3.2-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use OpenLLM-Ro/RoLlama-3.2-1B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3.2-1b-unsloth-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "OpenLLM-Ro/RoLlama-3.2-1B")
  • Notebooks
  • Google Colab
  • Kaggle
RoLlama-3.2-1B
1.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
danp27's picture
danp27
Update README.md
71733f9 verified 26 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    5.87 kB
    Update README.md 26 days ago
  • adapter_config.json
    1.24 kB
    Upload folder using huggingface_hub about 1 month ago
  • adapter_model.safetensors
    1.23 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    459 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    17.2 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    50.6 kB
    Upload folder using huggingface_hub about 1 month ago