Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -14,6 +14,21 @@ size_categories:
|
|
| 14 |
task_categories:
|
| 15 |
- text-generation
|
| 16 |
pretty_name: NYT Spelling Bee Human Difficulty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# NYT Spelling Bee — Human Difficulty Dataset
|
|
|
|
| 14 |
task_categories:
|
| 15 |
- text-generation
|
| 16 |
pretty_name: NYT Spelling Bee Human Difficulty
|
| 17 |
+
dataset_info:
|
| 18 |
+
features:
|
| 19 |
+
- name: date
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: center_letter
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: outer_letters
|
| 24 |
+
sequence: string
|
| 25 |
+
- name: answer_words
|
| 26 |
+
sequence: string
|
| 27 |
+
- name: answer_user_counts
|
| 28 |
+
sequence: int32
|
| 29 |
+
splits:
|
| 30 |
+
- name: train
|
| 31 |
+
num_examples: 58
|
| 32 |
---
|
| 33 |
|
| 34 |
# NYT Spelling Bee — Human Difficulty Dataset
|