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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Vijayendra
/
DeepSeek-Llama3.1-8B-DeepThinker-v1

Text Generation
PEFT
Safetensors
English
conversational
Model card Files Files and versions
xet
Community

Instructions to use Vijayendra/DeepSeek-Llama3.1-8B-DeepThinker-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Vijayendra/DeepSeek-Llama3.1-8B-DeepThinker-v1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Llama-8B")
    model = PeftModel.from_pretrained(base_model, "Vijayendra/DeepSeek-Llama3.1-8B-DeepThinker-v1")
  • Notebooks
  • Google Colab
  • Kaggle
DeepSeek-Llama3.1-8B-DeepThinker-v1
185 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Vijayendra's picture
Vijayendra
Update README.md
92dffec verified 7 months ago
  • .gitattributes
    1.57 kB
    Upload 6 files over 1 year ago
  • README.md
    4.45 kB
    Update README.md 7 months ago
  • adapter_config.json
    866 Bytes
    Upload 6 files over 1 year ago
  • adapter_model.safetensors
    168 MB
    xet
    Upload 6 files over 1 year ago
  • special_tokens_map.json
    485 Bytes
    Upload 6 files over 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Upload 6 files over 1 year ago
  • tokenizer_config.json
    52.9 kB
    Upload 6 files over 1 year ago