uhhmm let's try to fix retrieval split
Browse files
README.md
CHANGED
|
@@ -45,6 +45,20 @@ dataset_info:
|
|
| 45 |
- name: test
|
| 46 |
num_bytes: 272359
|
| 47 |
num_examples: 858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
configs:
|
| 49 |
- config_name: default
|
| 50 |
data_files:
|
|
|
|
| 45 |
- name: test
|
| 46 |
num_bytes: 272359
|
| 47 |
num_examples: 858
|
| 48 |
+
- config_name: retrieval_bm25
|
| 49 |
+
features:
|
| 50 |
+
- name: hash
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: repo
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: mods
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: context
|
| 57 |
+
list:
|
| 58 |
+
- name: source
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: content
|
| 61 |
+
dtype: string
|
| 62 |
configs:
|
| 63 |
- config_name: default
|
| 64 |
data_files:
|