mikehemberger
commited on
Commit
·
6ca0e85
1
Parent(s):
a541c9f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: image
|
10 |
+
dtype: image
|
11 |
+
- name: label
|
12 |
+
dtype:
|
13 |
+
class_label:
|
14 |
+
names:
|
15 |
+
'0': quest-under-capricorn-s01-e01-the-desert-gods
|
16 |
+
'1': quest-under-capricorn-s01-e02-hermits-of-borroloola
|
17 |
+
'2': quest-under-capricorn-s01-e03-buffalo,-geese-and-men
|
18 |
+
'3': quest-under-capricorn-s01-e04-the-artists-of-arnhem-land
|
19 |
+
'4': quest-under-capricorn-s01-e05-bush-walkabout
|
20 |
+
'5': quest-under-capricorn-s01-e06-the-first-australians
|
21 |
+
- name: file_name
|
22 |
+
dtype: string
|
23 |
+
- name: show_name
|
24 |
+
dtype: string
|
25 |
+
- name: relative_path
|
26 |
+
dtype: string
|
27 |
+
splits:
|
28 |
+
- name: train
|
29 |
+
num_bytes: 269324911.0
|
30 |
+
num_examples: 21207
|
31 |
+
download_size: 266520230
|
32 |
+
dataset_size: 269324911.0
|
33 |
+
---
|
34 |
+
# Dataset Card for "quest-under-capricorn"
|
35 |
+
|
36 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|