Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,17 +8,21 @@ configs:
|
|
| 8 |
path: data/test-*
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
dtype: string
|
| 13 |
splits:
|
| 14 |
- name: train
|
| 15 |
-
num_bytes:
|
| 16 |
-
num_examples:
|
| 17 |
- name: test
|
| 18 |
-
num_bytes:
|
| 19 |
-
num_examples:
|
| 20 |
-
download_size:
|
| 21 |
-
dataset_size:
|
| 22 |
---
|
| 23 |
# Dataset Card for "LLava_Instruct"
|
| 24 |
|
|
|
|
| 8 |
path: data/test-*
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
+
- name: question
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: answer
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: image
|
| 16 |
dtype: string
|
| 17 |
splits:
|
| 18 |
- name: train
|
| 19 |
+
num_bytes: 10134246
|
| 20 |
+
num_examples: 8000
|
| 21 |
- name: test
|
| 22 |
+
num_bytes: 2515383
|
| 23 |
+
num_examples: 2000
|
| 24 |
+
download_size: 5627066
|
| 25 |
+
dataset_size: 12649629
|
| 26 |
---
|
| 27 |
# Dataset Card for "LLava_Instruct"
|
| 28 |
|