An open API service indexing awesome lists of open source software.

https://github.com/yodhevauhe/llm-train-me

Train a Large Language Model on JSON as input
https://github.com/yodhevauhe/llm-train-me

deep-learning llm llm-training machine-learning python reinforcement-learning-algorithms

Last synced: 3 months ago
JSON representation

Train a Large Language Model on JSON as input

Awesome Lists containing this project

README

        

# 🤖 LLM Train Me

Train a Large Language Model on JSON as input

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://blank-app-template.streamlit.app/)

### How to run it on your own machine

1. Install the requirements

```
$ pip install -r requirements.txt
```

2. Run the app

```
$ streamlit run main.py
```