majickdave / my_transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transformers - A journey into LLM

This is an attempt to recreate a LLM in Python. The goal is to create a LLM that can be used to generate text in the style of a given author. The LLM will be trained on a corpus of text from the author and will then be able to generate text in the style of the author.

python transformer

Build Status License: MIT

Getting Started

Instructions on how to install and run the project on a user's local machine.

Prerequisites

List any dependencies, system requirements, or configuration files that are needed.

Installing

Step-by-step instructions on how to install the project.

Usage

Examples and explanations of how to use the project.

Contributing

Guidelines for contributing to the project, including bug reports, feature requests, and pull requests. Include any coding or style standards that contributors should follow.

License

Specify the license under which the project is released.

Contact

Provide contact information for the project's maintainers or contributors.

Acknowledgments

List any external libraries, tools, or contributors that have helped with the development of the project.

About