pgsyttch commited on
Commit
18e7f63
·
verified ·
1 Parent(s): 62b1a1a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -55
README.md CHANGED
@@ -1,57 +1,20 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: messages
5
- list:
6
- - name: role
7
- dtype: string
8
- - name: content
9
- dtype: string
10
- - name: metadata
11
- struct:
12
- - name: task_type
13
- dtype: string
14
- - name: description
15
- dtype: string
16
- - name: room_type
17
- dtype: string
18
- - name: difficulty
19
- dtype: string
20
- - name: num_steps
21
- dtype: int64
22
- - name: has_recovery_steps
23
- dtype: bool
24
- - name: has_close_open
25
- dtype: bool
26
- - name: has_admissible
27
- dtype: bool
28
- - name: num_actions
29
- dtype: int64
30
- - name: num_observations
31
- dtype: int64
32
- - name: num_detours
33
- dtype: int64
34
- - name: num_recovery_steps
35
- dtype: int64
36
- - name: has_open_action
37
- dtype: bool
38
- - name: subgoals
39
- list: string
40
- - name: total_chars
41
- dtype: int64
42
- - name: trajectory_outcome
43
- dtype: string
44
- - name: failure_reason
45
- dtype: string
46
- splits:
47
- - name: train
48
- num_bytes: 1064826
49
- num_examples: 288
50
- download_size: 203030
51
- dataset_size: 1064826
52
- configs:
53
- - config_name: default
54
- data_files:
55
- - split: train
56
- path: data/train-*
57
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ tags:
4
+ - alfworld
5
+ - synthetic
6
+ - balanced
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
+
9
+ # ALFWorld v5 Sampled Balanced Dataset
10
+
11
+ This dataset is a balanced subset of `u-10bei/sft_alfworld_trajectory_dataset_v5`.
12
+ It contains randomly sampled trajectories filtered by specific keywords in the first user message.
13
+ Keywords 'Think:' and 'Act:' have been replaced with 'THOUGHT:' and 'ACTION:'.
14
+
15
+ ## Category Counts
16
+ - **put two**: 88 samples
17
+ - **clean**: 100 samples
18
+ - **cool**: 100 samples
19
+
20
+ **Total size**: 288 samples