mathiascreutz
commited on
Commit
•
bc72843
1
Parent(s):
fbd22b8
Minor modifications
Browse files
README.md
CHANGED
@@ -125,6 +125,11 @@ to specify the level of quality you desire, such as:
|
|
125 |
|
126 |
`data = load_dataset("GEM/opusparcus", lang="fr", quality=90)`
|
127 |
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
|
130 |
### Data Instances
|
|
|
125 |
|
126 |
`data = load_dataset("GEM/opusparcus", lang="fr", quality=90)`
|
127 |
|
128 |
+
The entries in the training sets have been ranked automatically by how
|
129 |
+
likely they are paraphrases, best first, worst last. The quality
|
130 |
+
parameter indicates the estimated proportion (in percent) of true
|
131 |
+
paraphrases in the set. Allowed quality values range between 60 and
|
132 |
+
100, in increments of 5 (60, 65, 70, ... 100).
|
133 |
|
134 |
|
135 |
### Data Instances
|