Commit
·
566ae2e
1
Parent(s):
ab31f9a
Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ These steps were done by the Hugging Face team.
|
|
| 56 |
|
| 57 |
## Dataset Structure: Equivalent sentence pairs.
|
| 58 |
|
| 59 |
-
Each example in the dataset contains a pair of
|
| 60 |
|
| 61 |
```
|
| 62 |
{"set": [sentence_1, sentence_2]}
|
|
|
|
| 56 |
|
| 57 |
## Dataset Structure: Equivalent sentence pairs.
|
| 58 |
|
| 59 |
+
Each example in the dataset contains a pair of similar sentences and is formatted as a dictionary with the key "set" and a list with the sentences as "value":
|
| 60 |
|
| 61 |
```
|
| 62 |
{"set": [sentence_1, sentence_2]}
|