Datasets:
edadaltocg
commited on
Commit
•
8e18d7c
1
Parent(s):
5fc91df
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,21 @@ size_categories: n<1K
|
|
4 |
task_categories:
|
5 |
- image-classification
|
6 |
pretty_name: SSB (hard)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for SSB (hard) for OOD Detection
|
|
|
4 |
task_categories:
|
5 |
- image-classification
|
6 |
pretty_name: SSB (hard)
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files:
|
10 |
+
- split: train
|
11 |
+
path: data/train-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 64639425.0
|
19 |
+
num_examples: 208
|
20 |
+
download_size: 0
|
21 |
+
dataset_size: 64639425.0
|
22 |
---
|
23 |
|
24 |
# Dataset Card for SSB (hard) for OOD Detection
|