haneulpark
commited on
Commit
•
a5c1db8
1
Parent(s):
0d205fa
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,13 @@ config_names:
|
|
24 |
- HematoxLong2022
|
25 |
configs:
|
26 |
- config_name: HematoxLong2022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
dataset_info:
|
28 |
- config_name: HematoxLong2022
|
29 |
features:
|
@@ -36,10 +43,10 @@ dataset_info:
|
|
36 |
'0': 0
|
37 |
'1': 1
|
38 |
splits:
|
39 |
-
- name: train
|
40 |
-
num_examples: 1330
|
41 |
- name: test
|
42 |
num_examples: 442
|
|
|
|
|
43 |
- name: validation
|
44 |
num_examples: 610
|
45 |
---
|
|
|
24 |
- HematoxLong2022
|
25 |
configs:
|
26 |
- config_name: HematoxLong2022
|
27 |
+
data_files:
|
28 |
+
- split: test
|
29 |
+
path: HematoxLong2022/test.csv
|
30 |
+
- split: train
|
31 |
+
path: HematoxLong2022/train.csv
|
32 |
+
- split: validation
|
33 |
+
path: HematoxLong2022/validation.csv
|
34 |
dataset_info:
|
35 |
- config_name: HematoxLong2022
|
36 |
features:
|
|
|
43 |
'0': 0
|
44 |
'1': 1
|
45 |
splits:
|
|
|
|
|
46 |
- name: test
|
47 |
num_examples: 442
|
48 |
+
- name: train
|
49 |
+
num_examples: 1330
|
50 |
- name: validation
|
51 |
num_examples: 610
|
52 |
---
|