Commit
·
cb23c19
1
Parent(s):
78a2232
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,18 @@ configs:
|
|
44 |
data_files:
|
45 |
- split: train
|
46 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
---
|
48 |
-
# Dataset Card for "stackoverflowVQA
|
49 |
|
50 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
44 |
data_files:
|
45 |
- split: train
|
46 |
path: data/train-*
|
47 |
+
license: mit
|
48 |
+
task_categories:
|
49 |
+
- visual-question-answering
|
50 |
+
- question-answering
|
51 |
+
language:
|
52 |
+
- en
|
53 |
+
tags:
|
54 |
+
- code
|
55 |
+
pretty_name: StackOverflowVQA
|
56 |
+
size_categories:
|
57 |
+
- 1M<n<10M
|
58 |
---
|
59 |
+
# Dataset Card for "stackoverflowVQA"
|
60 |
|
61 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|