fix typos
Browse files- README.md +48 -48
- data/train_sft-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -1,56 +1,56 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
splits:
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
download_size:
|
| 44 |
-
dataset_size:
|
| 45 |
configs:
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
pretty_name: Connections-Like Puzzles
|
| 55 |
---
|
| 56 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: puzzle_id
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: creator
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: difficulty
|
| 9 |
+
dtype: float64
|
| 10 |
+
- name: quality
|
| 11 |
+
dtype: float64
|
| 12 |
+
- name: country
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: created_at
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: tags
|
| 17 |
+
list: string
|
| 18 |
+
- name: title
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: all_words
|
| 21 |
+
list: string
|
| 22 |
+
- name: num_groups
|
| 23 |
+
dtype: int64
|
| 24 |
+
- name: group_words
|
| 25 |
+
list:
|
| 26 |
+
list: string
|
| 27 |
+
- name: group_themes
|
| 28 |
+
list: string
|
| 29 |
+
- name: group_linking_terms
|
| 30 |
+
list: string
|
| 31 |
+
- name: grid_size
|
| 32 |
+
dtype: string
|
| 33 |
splits:
|
| 34 |
+
- name: train_sft
|
| 35 |
+
num_bytes: 954876
|
| 36 |
+
num_examples: 990
|
| 37 |
+
- name: train_rl
|
| 38 |
+
num_bytes: 7149974
|
| 39 |
+
num_examples: 7554
|
| 40 |
+
- name: test
|
| 41 |
+
num_bytes: 922611
|
| 42 |
+
num_examples: 981
|
| 43 |
+
download_size: 5569411
|
| 44 |
+
dataset_size: 9027461
|
| 45 |
configs:
|
| 46 |
+
- config_name: default
|
| 47 |
+
data_files:
|
| 48 |
+
- split: train_sft
|
| 49 |
+
path: data/train_sft-*
|
| 50 |
+
- split: train_rl
|
| 51 |
+
path: data/train_rl-*
|
| 52 |
+
- split: test
|
| 53 |
+
path: data/test-*
|
| 54 |
pretty_name: Connections-Like Puzzles
|
| 55 |
---
|
| 56 |
|
data/train_sft-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31b612c4f7baccb13bddfcd28f7c50413f17bf5d40ea2ed03a6724e342bf9299
|
| 3 |
+
size 652644
|