--- license: mit model-index: - name: chef-gpt-base results: [] language: - bg pipeline_tag: text-generation --- # chef-gpt-base GPT-2 architecture trained to generate recipes based on ingredients. ## Model description This is GPT-2 pretrained on a custom dataset of recipies in Bulgarian. You can find the dataset [here](https://www.kaggle.com/datasets/auhide/bulgarian-recipes-dataset). ## Usage ```python ``` ## Additional tokens - [ING] - ingredients token; denotes the begining of the tokens representing the ingredients - [EOL] - end-of-line token; equivalent to a newline - [REC] - recipe token; denotes the begining of the recipe