Commit
·
b2961bc
1
Parent(s):
9e9b1f8
Update README.md
Browse filesPreformatted code block did not end in three quotes.
README.md
CHANGED
|
@@ -309,6 +309,7 @@ DatasetDict({
|
|
| 309 |
|
| 310 |
>>> data["train"][1000]
|
| 311 |
{'annot_score': 0.0, 'gem_id': 'gem-opusparcus-train-12501001', 'lang': 'en', 'sent1': 'Am I beautiful ?', 'sent2': 'Am I pretty ?'}
|
|
|
|
| 312 |
|
| 313 |
#### Splitting Criteria
|
| 314 |
|
|
|
|
| 309 |
|
| 310 |
>>> data["train"][1000]
|
| 311 |
{'annot_score': 0.0, 'gem_id': 'gem-opusparcus-train-12501001', 'lang': 'en', 'sent1': 'Am I beautiful ?', 'sent2': 'Am I pretty ?'}
|
| 312 |
+
```
|
| 313 |
|
| 314 |
#### Splitting Criteria
|
| 315 |
|