Riferimenti:
ro_sts
Utilizzare il comando seguente per caricare questo set di dati in TFDS:
ds = tfds.load('huggingface:ro_sts/ro_sts')
- Descrizione :
The RO-STS (Romanian Semantic Textual Similarity) dataset contains 8628 pairs of sentences with their similarity score. It is a high-quality translation of the STS benchmark dataset.
- Licenza : licenza CC BY-SA 4.0
- Versione : 1.0.0
- Divide :
Diviso | Esempi |
---|---|
'test' | 1379 |
'train' | 5749 |
'validation' | 1500 |
- Caratteristiche :
{
"score": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"sentence1": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sentence2": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}