File size: 644 Bytes
bc73095 fcda7c5 bc73095 fcda7c5 bc73095 fcda7c5 bc73095 fcda7c5 bc73095 fcda7c5 bc73095 fcda7c5 |
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 26 |
---
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 |