|
--- |
|
dataset_info: |
|
features: |
|
- name: link |
|
dtype: string |
|
- name: image_link |
|
dtype: string |
|
- name: title |
|
dtype: string |
|
- name: description |
|
dtype: string |
|
- name: ingredients |
|
sequence: string |
|
- name: recipe |
|
sequence: string |
|
splits: |
|
- name: train |
|
num_bytes: 200372136 |
|
num_examples: 92144 |
|
download_size: 79390943 |
|
dataset_size: 200372136 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
license: cc-by-nc-4.0 |
|
language: |
|
- ru |
|
tags: |
|
- food |
|
- captions |
|
- image |
|
- text |
|
size_categories: |
|
- 10K<n<100K |
|
--- |
|
|
|
# **RuRecipes-93k** |
|
This is a raw dataset from [RussianFood](https://www.russianfood.com) site, dataset consists of 92144 unique recipes in Russian language. |
|
|
|
## **Structure** |
|
Each object consists of several fields listed below: |
|
- `link`: link to the original recipe from site. |
|
- `image_link`: link to recipe image preview. |
|
- `title`: name of recipe. |
|
- `description`: recipe description. |
|
- `ingredients`: list of ingredients for this recipe. |
|
- `recipe`: step by step recipe instructions. |
|
|
|
## **License** |
|
The RuRecipes dataset is licensed under the [CC-BY-NC-4.0](https://spdx.org/licenses/CC-BY-NC-4.0). |
|
|
|
## **Citation** |
|
```bibtex |
|
@misc {ru_recipes_93k, |
|
author = { {Evgenii Pishchik} }, |
|
title = { RuRecipes-93k }, |
|
year = 2025, |
|
url = { https://huggingface.co/datasets/epishchik/RuRecipes-93k }, |
|
publisher = { Hugging Face } |
|
} |
|
``` |
|
|