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

  • Log In
  • Sign Up

ArmandS11
/
DeepSeekR1-7B-FineTuned-python

Text Generation
MLX
English
French
code
python
deepseek
fine-tuned
lora
Model card Files Files and versions
xet
Community

Instructions to use ArmandS11/DeepSeekR1-7B-FineTuned-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use ArmandS11/DeepSeekR1-7B-FineTuned-python with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    # if on a CUDA device, also pip install mlx[cuda]
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("ArmandS11/DeepSeekR1-7B-FineTuned-python")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
  • MLX LM

    How to use ArmandS11/DeepSeekR1-7B-FineTuned-python with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "ArmandS11/DeepSeekR1-7B-FineTuned-python" --prompt "Once upon a time"
DeepSeekR1-7B-FineTuned-python
5.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ArmandS11's picture
ArmandS11
Update README.md
ea0f264 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • DeepSeek-R1-FineTuned-Python.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    5.33 GB
    xet
    Upload the model. I put that in a Zip. Because you know, it's easier. about 2 months ago
  • README.md
    2.31 kB
    Update README.md about 2 months ago