Skip to content

naresh989/LawGPT

Repository files navigation

LAWGPT

This project is a language model training pipeline for legal text analysis.

Features

  • Tokenizer and dataset preparation
  • Model training and evaluation
  • Text generation

Requirements

  • Python 3.8+
  • See requirements.txt for dependencies.

How to Run

  1. Clone the repository.
  2. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # For Linux/Mac
    venv\Scripts\activate     # For Windows
    

Installing Dependencies

To install the required dependencies for this project, run the following command:

pip install -r requirements.txt

About

LawGPT: A GPT-based language model designed for legal Text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages