Commit
·
ab31f9a
1
Parent(s):
8790b19
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 equivalent sentences and is
|
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 equivalent sentences and is formatted as a dictionary:
|
60 |
|
61 |
```
|
62 |
{"set": [sentence_1, sentence_2]}
|