Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
csv
Languages:
Romanian
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ You can load the dataset using the `datasets` library from Hugging Face:
|
|
51 |
```python
|
52 |
from datasets import load_dataset
|
53 |
|
54 |
-
dataset = load_dataset("BlackKakapo/
|
55 |
|
56 |
# Access the train split
|
57 |
train_data = dataset["train"]
|
@@ -78,7 +78,7 @@ This dataset is licensed under **Apache 2.0**.
|
|
78 |
If you use RO-STS-Corpus in your research, please cite this dataset as follows:
|
79 |
```
|
80 |
@misc{ro_sts_corpus,
|
81 |
-
title={
|
82 |
author={BlackKakapo},
|
83 |
year={2025},
|
84 |
}
|
|
|
51 |
```python
|
52 |
from datasets import load_dataset
|
53 |
|
54 |
+
dataset = load_dataset("BlackKakapo/RoSTSC")
|
55 |
|
56 |
# Access the train split
|
57 |
train_data = dataset["train"]
|
|
|
78 |
If you use RO-STS-Corpus in your research, please cite this dataset as follows:
|
79 |
```
|
80 |
@misc{ro_sts_corpus,
|
81 |
+
title={RoSTSC: A Romanian STS Cupidon},
|
82 |
author={BlackKakapo},
|
83 |
year={2025},
|
84 |
}
|