epishchik commited on
Commit
6d20698
·
verified ·
1 Parent(s): a17fd89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -24,4 +24,40 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: cc-by-nc-4.0
28
+ language:
29
+ - ru
30
+ tags:
31
+ - food
32
+ - captions
33
+ - image
34
+ - text
35
+ size_categories:
36
+ - 10K<n<100K
37
  ---
38
+
39
+ # **RuRecipes-93k**
40
+ This is a raw dataset from [RussianFood](https://www.russianfood.com) site, dataset consists of 92144 unique recipes in Russian language.
41
+
42
+ ## **Structure**
43
+ Each object consists of several fields listed below:
44
+ - `link`: link to the original recipe from site.
45
+ - `image_link`: link to recipe image preview.
46
+ - `title`: name of recipe.
47
+ - `description`: recipe description.
48
+ - `ingredients`: list of ingredients for this recipe.
49
+ - `recipe`: step by step recipe instructions.
50
+
51
+ ## **License**
52
+ The RuRecipes dataset is licensed under the [CC-BY-NC-4.0](https://spdx.org/licenses/CC-BY-NC-4.0).
53
+
54
+ ## **Citation**
55
+ ```bibtex
56
+ @misc {ru_recipes_93k,
57
+ author = { {Evgenii Pishchik} },
58
+ title = { RuRecipes-93k },
59
+ year = 2025,
60
+ url = { https://huggingface.co/datasets/epishchik/RuRecipes-93k },
61
+ publisher = { Hugging Face }
62
+ }
63
+ ```