d0rj commited on
Commit
504af7c
1 Parent(s): e18a8b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: page_url
7
+ dtype: string
8
+ - name: main_image_url
9
+ dtype: string
10
+ - name: description
11
+ dtype: string
12
+ - name: creation_datetime
13
+ dtype: string
14
+ - name: views
15
+ dtype: int64
16
+ - name: kroshki
17
+ sequence: string
18
+ - name: ingredients
19
+ list:
20
+ - name: count
21
+ dtype: string
22
+ - name: name
23
+ dtype: string
24
+ - name: cooking_time
25
+ dtype: string
26
+ - name: portions_count
27
+ dtype: string
28
+ - name: cooking_steps
29
+ sequence: string
30
+ - name: cooking_steps_images_urls
31
+ sequence: string
32
+ - name: cooking_additional_images_urls
33
+ sequence: string
34
+ - name: purposes
35
+ sequence: string
36
+ - name: tags
37
+ sequence: string
38
+ - name: tastes
39
+ sequence: string
40
+ - name: nae_value
41
+ struct:
42
+ - name: 100 г блюда
43
+ struct:
44
+ - name: carb
45
+ dtype: float64
46
+ - name: fats
47
+ dtype: float64
48
+ - name: kcal
49
+ dtype: float64
50
+ - name: protein
51
+ dtype: float64
52
+ - name: Готового блюда
53
+ struct:
54
+ - name: carb
55
+ dtype: float64
56
+ - name: fats
57
+ dtype: float64
58
+ - name: kcal
59
+ dtype: float64
60
+ - name: protein
61
+ dtype: float64
62
+ - name: Порции
63
+ struct:
64
+ - name: carb
65
+ dtype: float64
66
+ - name: fats
67
+ dtype: float64
68
+ - name: kcal
69
+ dtype: float64
70
+ - name: protein
71
+ dtype: float64
72
+ - name: user_photos_urls
73
+ sequence: string
74
+ - name: recipe_variants_urls
75
+ sequence: string
76
+ splits:
77
+ - name: train
78
+ num_bytes: 634033697
79
+ num_examples: 154158
80
+ download_size: 200014387
81
+ dataset_size: 634033697
82
+ ---
83
+ # Dataset Card for "povarenok_recipes_detail"
84
+
85
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)