BlackKakapo commited on
Commit
59a10a6
·
verified ·
1 Parent(s): 06df94f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/RO-STS-Corpus")
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={RO-STS-Corpus: A Romanian Semantic Textual Similarity Dataset},
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
  }