Kosuke-Yamada commited on
Commit
c7caeb0
1 Parent(s): e265c1c

change split name

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -45,7 +45,7 @@ dataset_info:
45
  - name: test
46
  num_bytes: 2528981570
47
  num_examples: 872
48
- - name: validation
49
  num_bytes: 13133740369.43
50
  num_examples: 3098
51
  - name: train
@@ -87,7 +87,7 @@ dataset_info:
87
  - name: test
88
  num_bytes: 14634833
89
  num_examples: 872
90
- - name: validation
91
  num_bytes: 69170878
92
  num_examples: 3098
93
  - name: train
@@ -100,7 +100,7 @@ configs:
100
  data_files:
101
  - split: test
102
  path: with-lp-images/test-*
103
- - split: validation
104
  path: with-lp-images/validation-*
105
  - split: train
106
  path: with-lp-images/train-*
@@ -109,7 +109,7 @@ configs:
109
  data_files:
110
  - split: test
111
  path: without-lp-images/test-*
112
- - split: validation
113
  path: without-lp-images/validation-*
114
  - split: train
115
  path: without-lp-images/train-*
 
45
  - name: test
46
  num_bytes: 2528981570
47
  num_examples: 872
48
+ - name: val
49
  num_bytes: 13133740369.43
50
  num_examples: 3098
51
  - name: train
 
87
  - name: test
88
  num_bytes: 14634833
89
  num_examples: 872
90
+ - name: val
91
  num_bytes: 69170878
92
  num_examples: 3098
93
  - name: train
 
100
  data_files:
101
  - split: test
102
  path: with-lp-images/test-*
103
+ - split: val
104
  path: with-lp-images/validation-*
105
  - split: train
106
  path: with-lp-images/train-*
 
109
  data_files:
110
  - split: test
111
  path: without-lp-images/test-*
112
+ - split: val
113
  path: without-lp-images/validation-*
114
  - split: train
115
  path: without-lp-images/train-*