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

AswanthCManoj
/
azma-tinyllama-instruct-v2-adapter

PEFT
Safetensors
llama
Model card Files Files and versions
xet
Community

Instructions to use AswanthCManoj/azma-tinyllama-instruct-v2-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AswanthCManoj/azma-tinyllama-instruct-v2-adapter 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, "AswanthCManoj/azma-tinyllama-instruct-v2-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
azma-tinyllama-instruct-v2-adapter
2.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
AswanthCManoj's picture
AswanthCManoj
Upload tokenizer
cc9d31c over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.12 kB
    Upload model over 2 years ago
  • adapter_config.json
    677 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    36.1 MB
    xet
    Upload model over 2 years ago
  • config.json
    692 Bytes
    Upload LlamaForCausalLM over 2 years ago
  • generation_config.json
    124 Bytes
    Upload LlamaForCausalLM over 2 years ago
  • model.safetensors
    2.2 GB
    xet
    Upload LlamaForCausalLM over 2 years ago
  • special_tokens_map.json
    437 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.69 kB
    Upload tokenizer over 2 years ago