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

akhauriyash
/
DeepSeek-R1-Distill-Llama-8B-Butler

Feature Extraction
Transformers
PyTorch
Safetensors
llama_butler
custom_code
Model card Files Files and versions
xet
Community
4

Instructions to use akhauriyash/DeepSeek-R1-Distill-Llama-8B-Butler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use akhauriyash/DeepSeek-R1-Distill-Llama-8B-Butler with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="akhauriyash/DeepSeek-R1-Distill-Llama-8B-Butler", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("akhauriyash/DeepSeek-R1-Distill-Llama-8B-Butler", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DeepSeek-R1-Distill-Llama-8B-Butler / __pycache__
35.9 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
akhauriyash's picture
akhauriyash
Force update all
264455b about 1 year ago
  • modeling_llama_butler.cpython-310.pyc
    35.9 kB
    Force update all about 1 year ago