Skip to content
/ Pyllm Public template

template for making a large language model in python.

License

Notifications You must be signed in to change notification settings

mustafaC0der/Pyllm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLLM: Python Lightweight Language Model

PyLLM is a simple template for building lightweight language models in Python. It provides basic tokenization and a mock inference framework.

Features

  • Basic tokenizer using a vocabulary file.
  • Mock model inference.
  • Modular design with tests.

Getting Started

Prerequisites

  • Python 3.7 or higher

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/pyllm.git
    cd pyllm
  2. Install the package:
    pip install .

Usage

Run the main program:

pyllm

License

This project is licensed under the MIT License.

About

template for making a large language model in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages