tintnguyen
commited on
Commit
•
25ade5d
1
Parent(s):
268b7e1
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- vi
|
4 |
+
size_categories:
|
5 |
+
- 10M<n<100M
|
6 |
+
---
|
7 |
+
|
8 |
+
This is a filtered subset of the `triples.train.ids.small.tsv` file from the [unicamp-dl/mmarco](https://huggingface.co/datasets/unicamp-dl/mmarco) dataset.
|
9 |
+
|
10 |
+
## Selection
|
11 |
+
|
12 |
+
Filtered using a custom-trained crossencoder.
|
13 |
+
Each query-positive pair in the original `triples.train.ids.small.tsv` was scored, and only pairs with a score greater than **0.5** were retained.
|