Asterisk52187 commited on
Commit
b93025e
·
verified ·
1 Parent(s): 94dcfe4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -30
README.md CHANGED
@@ -15,7 +15,7 @@ language_creators:
15
  - machine-generated
16
  pretty_name: Minecraft Command Dataset
17
  size_categories:
18
- - 10K<n<100K
19
  task_categories:
20
  - question-answering
21
  task_ids:
@@ -53,39 +53,36 @@ configs:
53
  path: minecraft_command_dataset_tiny_1k.jsonl
54
  - split: test
55
  path: minecraft_command_dataset_tiny_1k.jsonl
56
-
57
  dataset_info:
58
  features:
59
- - name: input
60
- dtype: string
61
- - name: output
62
- dtype: string
63
- - name: metadata
64
- dtype: dict
65
  config_name: minecraft_command_dataset
66
  splits:
67
- - name: train
68
- num_bytes: null
69
- num_examples: null
70
- - name: val
71
- num_bytes: null
72
- num_examples: null
73
- - name: test
74
- num_bytes: null
75
- num_examples: null
76
-
77
  train-eval-index:
78
- - config: minecraft_command_dataset
79
- task: question-answering
80
- task_id: extractive-qa
81
- splits:
82
- train_split: train
83
- eval_split: val
84
- col_mapping:
85
- question: input
86
- answers:
87
- text: output
88
-
89
  ---
90
  # Dataset Card for 'Minecraft Command Dataset'
91
 
@@ -122,4 +119,4 @@ Each command entry contains a natural language explanation (`output`) and metada
122
  "version": "<large_70k/medium_40k/small_10k/tiny_1k>",
123
  "timestamp": "<ISO 8601 timestamp>"
124
  }
125
- }
 
15
  - machine-generated
16
  pretty_name: Minecraft Command Dataset
17
  size_categories:
18
+ - 100K<n<1M
19
  task_categories:
20
  - question-answering
21
  task_ids:
 
53
  path: minecraft_command_dataset_tiny_1k.jsonl
54
  - split: test
55
  path: minecraft_command_dataset_tiny_1k.jsonl
 
56
  dataset_info:
57
  features:
58
+ - name: input
59
+ dtype: string
60
+ - name: output
61
+ dtype: string
62
+ - name: metadata
63
+ dtype: dict
64
  config_name: minecraft_command_dataset
65
  splits:
66
+ - name: train
67
+ num_bytes: null
68
+ num_examples: null
69
+ - name: val
70
+ num_bytes: null
71
+ num_examples: null
72
+ - name: test
73
+ num_bytes: null
74
+ num_examples: null
 
75
  train-eval-index:
76
+ - config: minecraft_command_dataset
77
+ task: question-answering
78
+ task_id: extractive-qa
79
+ splits:
80
+ train_split: train
81
+ eval_split: val
82
+ col_mapping:
83
+ question: input
84
+ answers:
85
+ text: output
 
86
  ---
87
  # Dataset Card for 'Minecraft Command Dataset'
88
 
 
119
  "version": "<large_70k/medium_40k/small_10k/tiny_1k>",
120
  "timestamp": "<ISO 8601 timestamp>"
121
  }
122
+ }