Add data notes
Browse files
README.md
CHANGED
@@ -15,4 +15,20 @@ configs:
|
|
15 |
data_files:
|
16 |
- split: train
|
17 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
data_files:
|
16 |
- split: train
|
17 |
path: data/train-*
|
18 |
+
license: mit
|
19 |
+
task_categories:
|
20 |
+
- feature-extraction
|
21 |
+
language:
|
22 |
+
- en
|
23 |
+
tags:
|
24 |
+
- medical
|
25 |
+
pretty_name: ColBERT TREC COVID
|
26 |
+
size_categories:
|
27 |
+
- 100K<n<1M
|
28 |
---
|
29 |
+
|
30 |
+
This dataset consists ColBERTv2.0 document vectors for the entire TREC-COVID dataset from BeIR. That 128 dimension per token, with 180 tokens for each of 171332 documents.
|
31 |
+
|
32 |
+
The dataset was created using A100-40GB sponsored by Qdrant. The code to create these vectors is here: https://colab.research.google.com/drive/1hEhyleSrBz_mPyQJnRc0MwBenDuX1ahY?usp=sharing
|
33 |
+
|
34 |
+
This dataset was created for indexing experiments by Qdrant.
|