File size: 464 Bytes
728d080
 
4c58fde
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728d080
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
---
license: mit
dataset_info:
  features:
  - name: joke
    dtype: string
  - name: id
    dtype: string
  - name: name
    dtype: string
  splits:
  - name: train
    num_bytes: 6172.5
    num_examples: 44
  - name: test
    num_bytes: 2525.1136363636365
    num_examples: 18
  download_size: 12578
  dataset_size: 8697.613636363636
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---