File size: 665 Bytes
c258408
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e28233c
 
c6b2dee
e28233c
c6b2dee
e28233c
 
c258408
 
 
 
 
c6b2dee
 
c258408
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
---
dataset_info:
  features:
  - name: datasetId
    dtype: string
  - name: author
    dtype: string
  - name: downloads
    dtype: int64
  - name: likes
    dtype: int64
  - name: tags
    sequence: string
  - name: task_categories
    sequence: string
  - name: card
    dtype: string
  - name: sample_rows
    dtype: string
  splits:
  - name: train
    num_bytes: 1088596539.2295918
    num_examples: 774
  - name: test
    num_bytes: 14064554.770408163
    num_examples: 10
  download_size: 554573105
  dataset_size: 1102661094.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---