nave cohen
commited on
Commit
•
1aec538
1
Parent(s):
2bde5aa
initial commit: readme added
Browse files- .gitignore +1 -0
- README.md +8 -6
.gitignore
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
Test
|
3 |
Val
|
4 |
Train
|
|
|
5 |
data
|
|
|
2 |
Test
|
3 |
Val
|
4 |
Train
|
5 |
+
Brain
|
6 |
data
|
README.md
CHANGED
@@ -2,14 +2,16 @@
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
dataset_info:
|
12 |
features:
|
|
|
|
|
13 |
- name: image
|
14 |
dtype: image
|
15 |
- name: mask
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
+
train:
|
6 |
+
- "train/*.parquet"
|
7 |
+
validation:
|
8 |
+
- "validation/*.parquet"
|
9 |
+
test:
|
10 |
+
- "test/*.parquet"
|
11 |
dataset_info:
|
12 |
features:
|
13 |
+
- name: type
|
14 |
+
dtype: string
|
15 |
- name: image
|
16 |
dtype: image
|
17 |
- name: mask
|