Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 408 Bytes

ReFT

Here is a small implementation of ReFT to go along with our weekly Arxiv Dive.

Training / Test

# Download the minimal training data
oxen download ox/oxen-qa train.jsonl
# Train the model
python train.py
# Test the model
python -i test.py

Acknowledgements

Thanks to the hard work and references from