Commit ·
78a2232
1
Parent(s): f7d240f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: Id
|
| 5 |
+
dtype: int64
|
| 6 |
+
- name: PostTypeId
|
| 7 |
+
dtype: int64
|
| 8 |
+
- name: AcceptedAnswerId
|
| 9 |
+
dtype: int64
|
| 10 |
+
- name: ParentId
|
| 11 |
+
dtype: int64
|
| 12 |
+
- name: Score
|
| 13 |
+
dtype: int64
|
| 14 |
+
- name: ViewCount
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: Body
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: Title
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: ContentLicense
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: FavoriteCount
|
| 23 |
+
dtype: int64
|
| 24 |
+
- name: CreationDate
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: LastActivityDate
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: LastEditDate
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: LastEditorUserId
|
| 31 |
+
dtype: int64
|
| 32 |
+
- name: OwnerUserId
|
| 33 |
+
dtype: int64
|
| 34 |
+
- name: Tags
|
| 35 |
+
sequence: string
|
| 36 |
+
splits:
|
| 37 |
+
- name: train
|
| 38 |
+
num_bytes: 1600405639.5087392
|
| 39 |
+
num_examples: 1250664
|
| 40 |
+
download_size: 767605805
|
| 41 |
+
dataset_size: 1600405639.5087392
|
| 42 |
+
configs:
|
| 43 |
+
- config_name: default
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: data/train-*
|
| 47 |
+
---
|
| 48 |
+
# Dataset Card for "stackoverflowVQA-l"
|
| 49 |
+
|
| 50 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|