auhide commited on
Commit
05e86bf
1 Parent(s): 35f9a61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,6 +5,8 @@ model-index:
5
  - name: chef-gpt
6
  results: []
7
  pipeline_tag: text-generation
 
 
8
  ---
9
 
10
 
@@ -13,7 +15,7 @@ pipeline_tag: text-generation
13
  This model is a fine-tuned version of [auhide/chef-gpt-base](https://huggingface.co/auhide/chef-gpt-base). Visit this [website](https://chef-gpt.streamlit.app/) to test it out.
14
 
15
  ## Model Description
16
- This is GPT-2 pretrained on a custom dataset.
17
  You can find the dataset [here](https://www.kaggle.com/datasets/auhide/bulgarian-recipes-dataset).
18
 
19
  The difference between this one and the base version is that this one can also generate recipes based on recipe name.
 
5
  - name: chef-gpt
6
  results: []
7
  pipeline_tag: text-generation
8
+ language:
9
+ - bg
10
  ---
11
 
12
 
 
15
  This model is a fine-tuned version of [auhide/chef-gpt-base](https://huggingface.co/auhide/chef-gpt-base). Visit this [website](https://chef-gpt.streamlit.app/) to test it out.
16
 
17
  ## Model Description
18
+ This is GPT-2 pretrained on a custom Bulgarian dataset.
19
  You can find the dataset [here](https://www.kaggle.com/datasets/auhide/bulgarian-recipes-dataset).
20
 
21
  The difference between this one and the base version is that this one can also generate recipes based on recipe name.