vinhowe commited on
Commit
48756d4
·
verified ·
1 Parent(s): 72890aa

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -64
dataset_infos.json DELETED
@@ -1,64 +0,0 @@
1
- {
2
- "1.0.0": {
3
- "description": "\nRecipeNLG: A Cooking Recipes Dataset for Semi-Structured Text Generation - Lite version\nThe dataset we publish contains 7,198 cooking recipes (>7K). \nIt's processed in more careful way and provides more samples than any other dataset in the area.",
4
- "citation": "\n@misc{RecipeNLGLite, \n author = {Mehrdad Farahani},\n title = {RecipeNLG: A Cooking Recipes Dataset for Semi-Structured Text Generation (Lite)},\n year = 2021,\n publisher = {GitHub},\n journal = {GitHub repository},\n howpublished = {url{https://github.com/m3hrdadfi/recipe-nlg-lite}},\n} \n",
5
- "homepage": "https://github.com/m3hrdadfi/recipe-nlg-lite",
6
- "license": "",
7
- "features": {
8
- "uid": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "name": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "description": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "link": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "ner": {
25
- "dtype": "string",
26
- "_type": "Value"
27
- },
28
- "ingredients": {
29
- "dtype": "string",
30
- "_type": "Value"
31
- },
32
- "steps": {
33
- "dtype": "string",
34
- "_type": "Value"
35
- }
36
- },
37
- "builder_name": "recipe_nlg_lite",
38
- "dataset_name": "recipe_nlg_lite",
39
- "config_name": "1.0.0",
40
- "version": {
41
- "version_str": "1.0.0",
42
- "major": 1,
43
- "minor": 0,
44
- "patch": 0
45
- },
46
- "splits": {
47
- "train": {
48
- "name": "train",
49
- "num_bytes": 9672342,
50
- "num_examples": 6118,
51
- "dataset_name": null
52
- },
53
- "test": {
54
- "name": "test",
55
- "num_bytes": 1694979,
56
- "num_examples": 1080,
57
- "dataset_name": null
58
- }
59
- },
60
- "download_size": 5850986,
61
- "dataset_size": 11367321,
62
- "size_in_bytes": 17218307
63
- }
64
- }