File size: 1,277 Bytes
d427564
 
f251bbf
 
 
 
 
 
 
 
 
 
 
 
b6ac9fe
 
 
 
 
 
 
 
 
 
 
 
fc79641
 
 
 
 
 
 
 
 
 
 
 
 
d427564
 
 
 
 
 
 
 
 
 
 
 
f251bbf
 
 
 
b6ac9fe
 
 
 
d427564
 
 
 
fc79641
 
 
 
d427564
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
dataset_info:
- config_name: anotherone
  features:
  - name: pokemon
    dtype: string
  - name: type
    dtype: string
  splits:
  - name: testing
    num_bytes: 180000
    num_examples: 10000
  download_size: 3818
  dataset_size: 180000
- config_name: anotherone2
  features:
  - name: pokemon
    dtype: string
  - name: type
    dtype: string
  splits:
  - name: testing
    num_bytes: 180000
    num_examples: 10000
  download_size: 3818
  dataset_size: 180000
- config_name: mysubset
  features:
  - name: pokemon
    dtype: string
  - name: type
    dtype: string
  splits:
  - name: testing
    num_bytes: 180000
    num_examples: 10000
  download_size: 3818
  dataset_size: 180000
- config_name: other
  features:
  - name: pokemon
    dtype: string
  - name: type
    dtype: string
  splits:
  - name: testing
    num_bytes: 180000
    num_examples: 10000
  download_size: 3818
  dataset_size: 180000
configs:
- config_name: anotherone
  data_files:
  - split: testing
    path: anotherone/testing-*
- config_name: anotherone2
  data_files:
  - split: testing
    path: anotherone2/testing-*
- config_name: mysubset
  data_files:
  - split: testing
    path: mysubset/testing-*
- config_name: other
  data_files:
  - split: testing
    path: other/testing-*
---