Datasets:

Modalities:
Text
Formats:
parquet
Languages:
French
ArXiv:
DOI:
Libraries:
Datasets
Dask
bourdoiscatie commited on
Commit
e0a1fa1
1 Parent(s): 47059a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -43,9 +43,10 @@ Ci-dessous, vous trouverez pour chacune des X tâches, les prompts utilisés, un
43
 
44
 
45
  <details>
46
- <summary># Sentence similarity</summary>
47
- Sentence similarity is the task of determining how similar two texts are.
48
  In our case, the target/output is a score between 0 (the two sentences are semantically distant) and 1 (the two sentences are semantically close).
 
49
  ## 18 prompts
50
  <code>
51
  'Déterminer le score de similarité entre les deux phrases suivantes. Phrase 1 : "'+sentence1+'"\n Phrase 2 : "'+sentence2+'"', <br>
 
43
 
44
 
45
  <details>
46
+ <summary><h1>Sentence similarity</h1></summary>
47
+ Sentence similarity is the task of determining how similar two texts are.
48
  In our case, the target/output is a score between 0 (the two sentences are semantically distant) and 1 (the two sentences are semantically close).
49
+
50
  ## 18 prompts
51
  <code>
52
  'Déterminer le score de similarité entre les deux phrases suivantes. Phrase 1 : "'+sentence1+'"\n Phrase 2 : "'+sentence2+'"', <br>