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

  • Log In
  • Sign Up

hassan7272
/
tinyllama-lora-eval

PEFT
Safetensors
Transformers
lora
fine-tuning
evaluation
Model card Files Files and versions
xet
Community

Instructions to use hassan7272/tinyllama-lora-eval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use hassan7272/tinyllama-lora-eval 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, "hassan7272/tinyllama-lora-eval")
  • Transformers

    How to use hassan7272/tinyllama-lora-eval with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("hassan7272/tinyllama-lora-eval", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tinyllama-lora-eval
13.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hassan7272's picture
hassan7272
Upload README.md with huggingface_hub
53f7326 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    1.18 kB
    Upload README.md with huggingface_hub 4 months ago
  • adapter_config.json
    1.02 kB
    Upload folder using huggingface_hub 4 months ago
  • adapter_model.safetensors
    9.03 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • chat_template.jinja
    410 Bytes
    Upload folder using huggingface_hub 4 months ago
  • special_tokens_map.json
    437 Bytes
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    3.62 MB
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • tokenizer_config.json
    951 Bytes
    Upload folder using huggingface_hub 4 months ago