Datasets:
Update corpus for reranking_hybrid candidates
Browse files
README.md
CHANGED
|
@@ -13,13 +13,13 @@ configs:
|
|
| 13 |
- config_name: corpus
|
| 14 |
data_files:
|
| 15 |
- split: NanoCodeRAGLibraryDocumentationSolutions
|
| 16 |
-
path:
|
| 17 |
- split: NanoCodeRAGOnlineTutorials
|
| 18 |
-
path:
|
| 19 |
- split: NanoCodeRAGProgrammingSolutions
|
| 20 |
-
path:
|
| 21 |
- split: NanoCodeRAGStackoverflowPosts
|
| 22 |
-
path:
|
| 23 |
- config_name: qrels
|
| 24 |
data_files:
|
| 25 |
- split: NanoCodeRAGLibraryDocumentationSolutions
|
|
@@ -48,6 +48,28 @@ tags:
|
|
| 48 |
- retrieval
|
| 49 |
- nano
|
| 50 |
- bm25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
---
|
| 52 |
|
| 53 |
# NanoCodeRAG
|
|
|
|
| 13 |
- config_name: corpus
|
| 14 |
data_files:
|
| 15 |
- split: NanoCodeRAGLibraryDocumentationSolutions
|
| 16 |
+
path: corpus/NanoCodeRAGLibraryDocumentationSolutions-*
|
| 17 |
- split: NanoCodeRAGOnlineTutorials
|
| 18 |
+
path: corpus/NanoCodeRAGOnlineTutorials-*
|
| 19 |
- split: NanoCodeRAGProgrammingSolutions
|
| 20 |
+
path: corpus/NanoCodeRAGProgrammingSolutions-*
|
| 21 |
- split: NanoCodeRAGStackoverflowPosts
|
| 22 |
+
path: corpus/NanoCodeRAGStackoverflowPosts-*
|
| 23 |
- config_name: qrels
|
| 24 |
data_files:
|
| 25 |
- split: NanoCodeRAGLibraryDocumentationSolutions
|
|
|
|
| 48 |
- retrieval
|
| 49 |
- nano
|
| 50 |
- bm25
|
| 51 |
+
dataset_info:
|
| 52 |
+
config_name: corpus
|
| 53 |
+
features:
|
| 54 |
+
- name: _id
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: text
|
| 57 |
+
dtype: string
|
| 58 |
+
splits:
|
| 59 |
+
- name: NanoCodeRAGLibraryDocumentationSolutions
|
| 60 |
+
num_bytes: 17956921
|
| 61 |
+
num_examples: 8683
|
| 62 |
+
- name: NanoCodeRAGOnlineTutorials
|
| 63 |
+
num_bytes: 57578239
|
| 64 |
+
num_examples: 9997
|
| 65 |
+
- name: NanoCodeRAGProgrammingSolutions
|
| 66 |
+
num_bytes: 200886
|
| 67 |
+
num_examples: 984
|
| 68 |
+
- name: NanoCodeRAGStackoverflowPosts
|
| 69 |
+
num_bytes: 47533159
|
| 70 |
+
num_examples: 10000
|
| 71 |
+
download_size: 56258007
|
| 72 |
+
dataset_size: 123269205
|
| 73 |
---
|
| 74 |
|
| 75 |
# NanoCodeRAG
|
corpus/NanoCodeRAGLibraryDocumentationSolutions-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e64e1f93a3e26d9a9517cac725d8bdd64841b52a1975915c972a9d102999da6
|
| 3 |
+
size 5341861
|
corpus/NanoCodeRAGOnlineTutorials-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b66c9308bc9d1030d48286e565a6f9dd94fef284a55bea49c3af203ac021dc52
|
| 3 |
+
size 24617955
|
corpus/NanoCodeRAGProgrammingSolutions-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a99620d4ef85ff45b43ed38df1a29b2e42fa2bff62706cc74dd22f533c7e5145
|
| 3 |
+
size 96798
|
corpus/NanoCodeRAGStackoverflowPosts-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10ee170e76c4bd53e8c7d93da3ccc23af2af93964e6057bf894664068e21fa60
|
| 3 |
+
size 26201393
|