File size: 863 Bytes
bc45d01
 
b6aa3f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3598fe4
 
b6aa3f2
 
3598fe4
b6aa3f2
 
3598fe4
b6aa3f2
 
3598fe4
b6aa3f2
3598fe4
 
bbc847e
 
 
 
 
 
 
 
 
bc45d01
bbc847e
 
1
2
3
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
34
35
36
37
38
39
40
41
42
43
---
license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: output
    dtype: string
  - name: input
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 829501
    num_examples: 3510
  - name: validation
    num_bytes: 239903
    num_examples: 1021
  - name: test
    num_bytes: 249470
    num_examples: 1184
  download_size: 651507
  dataset_size: 1318874
task_categories:
- question-answering
language:
- en
tags:
- reasoning
pretty_name: Riddle Sen
size_categories:
- 1K<n<10K
---

[riddle_sense](https://huggingface.co/datasets/riddle_sense) dataset formatted into an alpaca format dataset for instruction tuning LLMs for reasoning capabilities.