modify README
Browse files
README.md
CHANGED
|
@@ -3,11 +3,15 @@ This dataset is a jsonl format for PAWS dataset from: https://github.com/google-
|
|
| 3 |
`PAWS-Wiki Labeled (Swap-only)` training sections of the original PAWS dataset. Duplicates data are removed.
|
| 4 |
|
| 5 |
Each line contains a dict in the following format:
|
|
|
|
| 6 |
`{"guid": <id>, "texts": [anchor, positive]}` or
|
|
|
|
| 7 |
`{"guid": <id>, "texts": [anchor, positive, negative]}`
|
| 8 |
|
| 9 |
positives_negatives.jsonl.gz: 24,723
|
|
|
|
| 10 |
positives_only.jsonl.gz: 13,487
|
|
|
|
| 11 |
**Total**: 38,210
|
| 12 |
|
| 13 |
## Dataset summary
|
|
|
|
| 3 |
`PAWS-Wiki Labeled (Swap-only)` training sections of the original PAWS dataset. Duplicates data are removed.
|
| 4 |
|
| 5 |
Each line contains a dict in the following format:
|
| 6 |
+
|
| 7 |
`{"guid": <id>, "texts": [anchor, positive]}` or
|
| 8 |
+
|
| 9 |
`{"guid": <id>, "texts": [anchor, positive, negative]}`
|
| 10 |
|
| 11 |
positives_negatives.jsonl.gz: 24,723
|
| 12 |
+
|
| 13 |
positives_only.jsonl.gz: 13,487
|
| 14 |
+
|
| 15 |
**Total**: 38,210
|
| 16 |
|
| 17 |
## Dataset summary
|