|
|
--- |
|
|
dataset_info: |
|
|
features: |
|
|
- name: anchor |
|
|
dtype: string |
|
|
- name: positive |
|
|
dtype: string |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 97557664 |
|
|
num_examples: 253332 |
|
|
- name: test |
|
|
num_bytes: 12182498 |
|
|
num_examples: 31692 |
|
|
- name: validation |
|
|
num_bytes: 12158486 |
|
|
num_examples: 31540 |
|
|
download_size: 77102823 |
|
|
dataset_size: 121898648 |
|
|
configs: |
|
|
- config_name: default |
|
|
data_files: |
|
|
- split: train |
|
|
path: data/train-* |
|
|
- split: test |
|
|
path: data/test-* |
|
|
- split: validation |
|
|
path: data/validation-* |
|
|
--- |
|
|
|
|
|
# Dataset Card for MsMarco-TR |
|
|
|
|
|
## Table of Contents |
|
|
- [Dataset Description](#dataset-description) |
|
|
- [Dataset Structure](#dataset-structure) |
|
|
- [Data Fields](#data-fields) |
|
|
- [Source Data](#source-data) |
|
|
|
|
|
## Dataset Description |
|
|
|
|
|
MsMarco-TR is originally [released](https://huggingface.co/datasets/trmteb/msmarco-tr_fine_tuning_dataset) by [TR-MTEB](https://huggingface.co/trmteb) group. |
|
|
|
|
|
### Dataset Structure |
|
|
|
|
|
We kept the original data structure. |
|
|
|
|
|
### Data Fields |
|
|
|
|
|
- **anchor** (string): A user query or question in Turkish. |
|
|
- **positive** (string): A factual answer in Turkish related to the anchor. |
|
|
|
|
|
## Source Dataset |
|
|
|
|
|
[hf.co/trmteb/msmarco-tr_fine_tuning_dataset](https://huggingface.co/datasets/trmteb/msmarco-tr_fine_tuning_dataset) |
|
|
|