File size: 1,279 Bytes
ead06d8 adb63db | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | ---
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)
|