Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,10 @@ configs:
|
|
| 15 |
path: MMTR.jsonl
|
| 16 |
---
|
| 17 |
# MMTR-Bench: Multimodal Masked Text Reconstruction Benchmark
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## ๐ Abstract
|
| 20 |
|
|
@@ -89,7 +93,7 @@ from datasets import load_dataset
|
|
| 89 |
# Load the benchmark dataset
|
| 90 |
# Note: Hugging Face maps single data files to the 'train' split by default.
|
| 91 |
dataset = load_dataset(
|
| 92 |
-
"MMTR-Bench/
|
| 93 |
data_files="metadata.json" # or metadata.jsonl
|
| 94 |
)
|
| 95 |
benchmark_data = dataset["train"]
|
|
|
|
| 15 |
path: MMTR.jsonl
|
| 16 |
---
|
| 17 |
# MMTR-Bench: Multimodal Masked Text Reconstruction Benchmark
|
| 18 |
+
[](#)
|
| 19 |
+
[](https://mmtr-bench-dataset.github.io/MMTR-Bench/)
|
| 20 |
+
[](https://github.com/MMTR-Bench-Dataset/MMTR-Bench-eval)
|
| 21 |
+
|
| 22 |
|
| 23 |
## ๐ Abstract
|
| 24 |
|
|
|
|
| 93 |
# Load the benchmark dataset
|
| 94 |
# Note: Hugging Face maps single data files to the 'train' split by default.
|
| 95 |
dataset = load_dataset(
|
| 96 |
+
"MMTR-Bench/MMTR_Bench_Dataset",
|
| 97 |
data_files="metadata.json" # or metadata.jsonl
|
| 98 |
)
|
| 99 |
benchmark_data = dataset["train"]
|