Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,15 @@ configs:
|
|
43 |
path: data/shots-*
|
44 |
- split: test
|
45 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
---
|
47 |
|
48 |
|
@@ -131,4 +140,4 @@ The dataset was created using images from the English VQA v2 dataset (which incl
|
|
131 |
|
132 |
Metrics for aggregated evaluation of responses:
|
133 |
|
134 |
-
- `Exact match`: Exact match is the average of scores for all processed cases, where a given case score is 1 if the predicted string is the exact same as its reference string, and is 0 otherwise.
|
|
|
43 |
path: data/shots-*
|
44 |
- split: test
|
45 |
path: data/test-*
|
46 |
+
license: cc-by-4.0
|
47 |
+
task_categories:
|
48 |
+
- question-answering
|
49 |
+
- image-to-text
|
50 |
+
language:
|
51 |
+
- ru
|
52 |
+
pretty_name: ruVQA
|
53 |
+
size_categories:
|
54 |
+
- 1K<n<10K
|
55 |
---
|
56 |
|
57 |
|
|
|
140 |
|
141 |
Metrics for aggregated evaluation of responses:
|
142 |
|
143 |
+
- `Exact match`: Exact match is the average of scores for all processed cases, where a given case score is 1 if the predicted string is the exact same as its reference string, and is 0 otherwise.
|