piercemaloney
commited on
Commit
•
06d55c4
1
Parent(s):
b4e0163
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: artifact_qid
|
5 |
+
dtype: string
|
6 |
+
- name: pixel_values
|
7 |
+
dtype:
|
8 |
+
array3_d:
|
9 |
+
shape:
|
10 |
+
- 3
|
11 |
+
- 224
|
12 |
+
- 224
|
13 |
+
dtype: float32
|
14 |
+
- name: input_ids
|
15 |
+
sequence: int64
|
16 |
+
- name: attention_mask
|
17 |
+
sequence: int64
|
18 |
+
- name: bbox
|
19 |
+
dtype:
|
20 |
+
array2_d:
|
21 |
+
shape:
|
22 |
+
- 512
|
23 |
+
- 4
|
24 |
+
dtype: int64
|
25 |
+
- name: start_positions
|
26 |
+
dtype: int64
|
27 |
+
- name: end_positions
|
28 |
+
dtype: int64
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 2695967418.0
|
32 |
+
num_examples: 4269
|
33 |
+
- name: test
|
34 |
+
num_bytes: 337232748.0
|
35 |
+
num_examples: 534
|
36 |
+
- name: validation
|
37 |
+
num_bytes: 337232748.0
|
38 |
+
num_examples: 534
|
39 |
+
download_size: 111171516
|
40 |
+
dataset_size: 3370432914.0
|
41 |
+
---
|
42 |
+
# Dataset Card for "fuel_surcharge_vqa_positive"
|
43 |
+
|
44 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|