This is a research project to create a model that can work with text
How to launch in docker environment
How to launch in your environment
Clone repository
Install dependencies by
pip install poetry && poetry install
Run code
python
1from Translator import Writer
2writer = Writer.from_pretrained()# .to("cuda")3print(writer(input_seq="One day I saw a ", temperature=2))# I highly recommend high temperature