Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -304,8 +304,8 @@ A row is dropped if the positive side text is shorter than 30 characters.
|
|
| 304 |
- Pair configs: `pos` length >= 30 required
|
| 305 |
- Hard-negative configs: `pos` length >= 30 required
|
| 306 |
|
| 307 |
-
3. Hard-negative
|
| 308 |
-
For hard-negative configs,
|
| 309 |
|
| 310 |
4. Query-level deduplication
|
| 311 |
Within each subset split, rows are grouped by exact `query` string.
|
|
|
|
| 304 |
- Pair configs: `pos` length >= 30 required
|
| 305 |
- Hard-negative configs: `pos` length >= 30 required
|
| 306 |
|
| 307 |
+
3. Hard-negative size constraint
|
| 308 |
+
For hard-negative configs in this release, each row keeps exactly seven negatives after normalization (`len(negs) = 7`, equivalent to `min_negs = 7`).
|
| 309 |
|
| 310 |
4. Query-level deduplication
|
| 311 |
Within each subset split, rows are grouped by exact `query` string.
|