bourdoiscatie
commited on
Commit
•
0ff2b7a
1
Parent(s):
667ca3f
Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,10 @@ task_ids:
|
|
12 |
- semantic-similarity-scoring
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
## Summary
|
17 |
|
18 |
-
**
|
19 |
It contains **X** rows that can be used for a semantic similarity scoring task.
|
20 |
The original data (without prompts) comes from the dataset [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt) by May where only the French part has been kept.
|
21 |
A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
|
@@ -64,7 +64,8 @@ targets = float(stsb['train'][i]['similarity_score'])/5.0)
|
|
64 |
|
65 |
# How to use?
|
66 |
```
|
67 |
-
|
|
|
68 |
```
|
69 |
|
70 |
# Citation
|
|
|
12 |
- semantic-similarity-scoring
|
13 |
---
|
14 |
|
15 |
+
# stsb_multi_mt_fr_prompt_sentence_similarity
|
16 |
## Summary
|
17 |
|
18 |
+
**stsb_multi_mt_fr_prompt_sentence_similarity** is a subset of the [**Dataset of French Prompts (DFP)**]().
|
19 |
It contains **X** rows that can be used for a semantic similarity scoring task.
|
20 |
The original data (without prompts) comes from the dataset [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt) by May where only the French part has been kept.
|
21 |
A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
|
|
|
64 |
|
65 |
# How to use?
|
66 |
```
|
67 |
+
from datasets import load_dataset
|
68 |
+
dataset = load_dataset("CATIE-AQ/stsb_multi_mt_fr_prompt_sentence_similarity")
|
69 |
```
|
70 |
|
71 |
# Citation
|