Asterisk52187 commited on
Commit
160cf39
·
verified ·
1 Parent(s): e195940

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -11
README.md CHANGED
@@ -1,24 +1,91 @@
1
  ---
2
- license: cc0-1.0
3
- format: [jsonl]
4
  language:
5
  - en
 
 
 
 
6
  tags:
7
  - code
 
 
 
 
 
 
8
  pretty_name: Minecraft Command Dataset
9
  size_categories:
10
- - 1K<n<100K
11
  task_categories:
12
  - question-answering
 
 
13
  configs:
14
- - config_name: minecraft_command_dataset_large
15
- data_files: minecraft_command_dataset_large_70k.jsonl
16
- - config_name: minecraft_command_dataset_medium
17
- data_files: minecraft_command_dataset_medium_40k.jsonl
18
- - config_name: minecraft_command_dataset_small
19
- data_files: minecraft_command_dataset_small_10k.jsonl
20
- - config_name: minecraft_command_dataset_tiny
21
- data_files: minecraft_command_dataset_tiny_1k.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
  # Dataset Card for 'Minecraft Command Dataset'
24
 
 
1
  ---
 
 
2
  language:
3
  - en
4
+ - ko
5
+ license: cc0-1.0
6
+ license_name: cc0-1.0
7
+ license_link: https://creativecommons.org/publicdomain/zero/1.0/
8
  tags:
9
  - code
10
+ - gaming
11
+ - nlp
12
+ annotations_creators:
13
+ - machine-generated
14
+ 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:
22
+ - extractive-qa
23
  configs:
24
+ - config_name: minecraft_command_dataset_large
25
+ data_files:
26
+ - split: train
27
+ path: minecraft_command_dataset_large_70k.jsonl
28
+ - split: val
29
+ path: minecraft_command_dataset_large_70k.jsonl
30
+ - split: test
31
+ path: minecraft_command_dataset_large_70k.jsonl
32
+ - config_name: minecraft_command_dataset_medium
33
+ data_files:
34
+ - split: train
35
+ path: minecraft_command_dataset_medium_40k.jsonl
36
+ - split: val
37
+ path: minecraft_command_dataset_medium_40k.jsonl
38
+ - split: test
39
+ path: minecraft_command_dataset_medium_40k.jsonl
40
+ - config_name: minecraft_command_dataset_small
41
+ data_files:
42
+ - split: train
43
+ path: minecraft_command_dataset_small_10k.jsonl
44
+ - split: val
45
+ path: minecraft_command_dataset_small_10k.jsonl
46
+ - split: test
47
+ path: minecraft_command_dataset_small_10k.jsonl
48
+ - config_name: minecraft_command_dataset_tiny
49
+ data_files:
50
+ - split: train
51
+ path: minecraft_command_dataset_tiny_1k.jsonl
52
+ - split: val
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