File size: 991 Bytes
a62db6f
23a7dc4
607343e
 
 
 
 
 
 
a62db6f
 
 
 
 
 
607343e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a62db6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
47
48
49
---
builder_configs:
- config_name: custom
  data_files:
  - split: train
    pattern: custom/train-*
  - split: random
    pattern: custom/random-*
- config_name: default
  data_files:
  - split: train
    pattern: data/train-*
  - split: random
    pattern: data/random-*
dataset_info:
- config_name: custom
  features:
  - name: x
    dtype: int64
  - name: y
    dtype: int64
  splits:
  - name: train
    num_bytes: 1600
    num_examples: 100
  - name: random
    num_bytes: 160
    num_examples: 10
  download_size: 3650
  dataset_size: 1760
- config_name: default
  features:
  - name: x
    dtype: int64
  - name: y
    dtype: int64
  splits:
  - name: train
    num_bytes: 1600
    num_examples: 100
  - name: random
    num_bytes: 800
    num_examples: 50
  download_size: 4042
  dataset_size: 2400
---
# Dataset Card for "push_to_hub_many_configs"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)