Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Adi362
/
Lumo

PEFT
Safetensors
conversational-ai
chatbot
lora
qlora
nlp
openassistant
fine-tuning
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Adi362/Lumo with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "Adi362/Lumo")
  • Notebooks
  • Google Colab
  • Kaggle
Lumo
205 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Adi362's picture
Adi362
Update README.md
51c5cbd verified 5 months ago
  • checkpoint-1500
    Upload folder using huggingface_hub 5 months ago
  • checkpoint-2000
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    7.59 kB
    Update README.md 5 months ago
  • adapter_config.json
    687 Bytes
    Upload folder using huggingface_hub 5 months ago
  • adapter_model.safetensors
    50.5 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • special_tokens_map.json
    437 Bytes
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.json
    1.84 MB
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    1.34 kB
    Upload folder using huggingface_hub 5 months ago