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-deepseek-1.3b-instruct

PEFT
Safetensors
llama
Model card Files Files and versions
xet
Community

Instructions to use AswanthCManoj/azma-deepseek-1.3b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AswanthCManoj/azma-deepseek-1.3b-instruct with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base")
    model = PeftModel.from_pretrained(base_model, "AswanthCManoj/azma-deepseek-1.3b-instruct")
  • Notebooks
  • Google Colab
  • Kaggle
azma-deepseek-1.3b-instruct
3.08 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
AswanthCManoj's picture
AswanthCManoj
Upload tokenizer
d83ebf6 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
    703 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    387 MB
    xet
    Upload model over 2 years ago
  • config.json
    744 Bytes
    Upload LlamaForCausalLM over 2 years ago
  • generation_config.json
    119 Bytes
    Upload LlamaForCausalLM over 2 years ago
  • model.safetensors
    2.69 GB
    xet
    Upload LlamaForCausalLM over 2 years ago
  • special_tokens_map.json
    369 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.37 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    5.48 kB
    Upload tokenizer over 2 years ago