Yingxu He
commited on
Commit
•
4168f37
1
Parent(s):
3bf3154
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: filename
|
5 |
+
dtype: string
|
6 |
+
- name: captions
|
7 |
+
sequence: string
|
8 |
+
- name: image
|
9 |
+
dtype: image
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 450123178.25
|
13 |
+
num_examples: 8734
|
14 |
+
- name: test
|
15 |
+
num_bytes: 60150977.375
|
16 |
+
num_examples: 1093
|
17 |
+
- name: valid
|
18 |
+
num_bytes: 57334082.25
|
19 |
+
num_examples: 1094
|
20 |
+
download_size: 529003664
|
21 |
+
dataset_size: 567608237.875
|
22 |
+
---
|
23 |
+
# Dataset Card for "rsicd_deduplicate_99"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|