Skip to content

amathur2k/trydeepseek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TryDeepSeek

A Python project that demonstrates the usage of DeepSeek's text generation model using the Hugging Face Transformers library.

Description

This project implements a simple text generation pipeline using the DeepSeek-R1-Distill-Qwen-1.5B model, which is a lightweight but powerful language model capable of generating human-like text responses.

Prerequisites

  • Python 3.7+
  • pip (Python package manager)

Installation

  1. Clone the repository:

    git clone https://github.com/amathur2k/trydeepseek.git
    cd trydeepseek
  2. Install the required dependencies:

    pip install transformers torch

Usage

The project contains a simple script that demonstrates text generation. You can modify the messages list to ask different questions.

Only the 1.5B model works on my machine. The other models are too large to run on my machine. I have 6GB of GPU RAM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages