File size: 708 Bytes
eb16608
 
 
11059cc
2fb1ede
 
11059cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11449c3
11059cc
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: cc-by-2.0
---

[Github for Inference and Training](https://github.com/Quicksticks-oss/GPTX-RL)

### Features
- Just like GPT this model generates text based on an input prompt.
- This project uses Reinforcement Learning (RL) for training and inference.
- All models can be found on hugging face.

---

### Training

- First step is to run ``generate_vocab.py`` on whatever text data you would like to train on for example ``python3 generate_vocab.py -i train.txt``
- Next step is to run ``train.py``
- Now all you have to do is wait!
---
### Inference

- Run ``inference.py`` with ``-i`` as an argumentand with models path.

### Logging
- Output plot graphs will be avalible in the next version.