JosephFace commited on
Commit
62ec054
·
verified ·
1 Parent(s): aab8642

Add dataset card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -28
README.md CHANGED
@@ -20,7 +20,6 @@ SimpleVQA is a simple vision-language question-answering dataset designed for te
20
 
21
  ## Dataset Description
22
 
23
- - **Homepage**: [https://github.com/your-org/inner_VeOmni](https://github.com/your-org/inner_VeOmni)
24
  - **Repository**: [JosephFace/simpleVQA](https://huggingface.co/datasets/JosephFace/simpleVQA)
25
  - **Paper**: N/A
26
  - **Point of Contact**: N/A
@@ -124,28 +123,6 @@ hf_dataset = load_dataset("JosephFace/simpleVQA", split="train")
124
  dataset = MappingDataset(data=hf_dataset, transform=your_transform_function)
125
  ```
126
 
127
- ## Dataset Creation
128
-
129
- ### Source Data
130
-
131
- The dataset can be created using the provided script:
132
-
133
- ```bash
134
- python recipes/dataset/create_training_dataset.py \
135
- --output_dir recipes/dataset/simplevqa \
136
- --num_samples 128 \
137
- --seed 42
138
- ```
139
-
140
- ### Conversion to HuggingFace Format
141
-
142
- Convert the JSONL format to HuggingFace Arrow format:
143
-
144
- ```bash
145
- cd recipes/dataset/simplevqa
146
- python convert_to_hf_dataset.py --create_loading_script
147
- ```
148
-
149
  ## Dataset Statistics
150
 
151
  - **Total samples**: 128
@@ -166,7 +143,7 @@ python convert_to_hf_dataset.py --create_loading_script
166
  @dataset{josephface_simplevqa,
167
  title={SimpleVQA: A Simple Vision-Language Question-Answering Dataset},
168
  author={JosephFace},
169
- year={2024},
170
  url={https://huggingface.co/datasets/JosephFace/simpleVQA}
171
  }
172
  ```
@@ -175,7 +152,3 @@ python convert_to_hf_dataset.py --create_loading_script
175
 
176
  This dataset is released under the MIT License.
177
 
178
- ## Acknowledgments
179
-
180
- This dataset is created for the VeOmni project to facilitate vision-language model training and testing.
181
-
 
20
 
21
  ## Dataset Description
22
 
 
23
  - **Repository**: [JosephFace/simpleVQA](https://huggingface.co/datasets/JosephFace/simpleVQA)
24
  - **Paper**: N/A
25
  - **Point of Contact**: N/A
 
123
  dataset = MappingDataset(data=hf_dataset, transform=your_transform_function)
124
  ```
125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  ## Dataset Statistics
127
 
128
  - **Total samples**: 128
 
143
  @dataset{josephface_simplevqa,
144
  title={SimpleVQA: A Simple Vision-Language Question-Answering Dataset},
145
  author={JosephFace},
146
+ year={2025},
147
  url={https://huggingface.co/datasets/JosephFace/simpleVQA}
148
  }
149
  ```
 
152
 
153
  This dataset is released under the MIT License.
154