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

  • Log In
  • Sign Up

interneuronai
/
az-tinyllama

PEFT
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use interneuronai/az-tinyllama with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tog/TinyLlama-1.1B-alpaca-chat-v1.5")
    model = PeftModel.from_pretrained(base_model, "interneuronai/az-tinyllama")
  • Notebooks
  • Google Colab
  • Kaggle
az-tinyllama
9.53 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
nijatzeynalov's picture
nijatzeynalov
Update README.md
661335a verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.34 kB
    Update README.md about 2 years ago
  • adapter_config.json
    610 Bytes
    Upload 6 files about 2 years ago
  • adapter_model.safetensors
    9.02 MB
    xet
    Upload 6 files about 2 years ago
  • special_tokens_map.json
    437 Bytes
    Upload 6 files about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 6 files about 2 years ago
  • tokenizer_config.json
    960 Bytes
    Upload 6 files about 2 years ago