Datasets:
ANANDHU-SCT
commited on
Update README.md
Browse filesupdated the metadata, added the config datas
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- image-classification
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- image-classification
|
4 |
+
configs:
|
5 |
+
- config_name: .
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: plain_text/train_*
|
9 |
+
- split: test
|
10 |
+
path: plain_text/test_*
|
11 |
+
default: true
|
12 |
+
---
|
13 |
+
|