jingqun commited on
Commit
d729e88
1 Parent(s): bfb0b0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -345,6 +345,8 @@ The data is designed to evaluate and enhance the multilingual textual vqa capabi
345
 
346
  ### -- Huggingface dataloader
347
  ```
 
 
348
  ```
349
 
350
 
 
345
 
346
  ### -- Huggingface dataloader
347
  ```
348
+ from datasets import load_dataset
349
+ dataset = load_dataset("ByteDance/MTVQA")
350
  ```
351
 
352