Mo7art commited on
Commit
dcf3c4e
·
verified ·
1 Parent(s): 8a8b3e9

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +115 -0
  2. chunk_records/r0_00000.parquet +3 -0
  3. chunk_records/r0_00001.parquet +3 -0
  4. chunk_records/r0_00002.parquet +3 -0
  5. chunk_records/r0_00003.parquet +3 -0
  6. chunk_records/r0_00004.parquet +3 -0
  7. chunk_records/r1_00000.parquet +3 -0
  8. chunk_records/r1_00001.parquet +3 -0
  9. chunk_records/r1_00002.parquet +3 -0
  10. chunk_records/r1_00003.parquet +3 -0
  11. chunk_records/r1_00004.parquet +3 -0
  12. chunk_records/r2_00000.parquet +3 -0
  13. chunk_records/r2_00001.parquet +3 -0
  14. chunk_records/r2_00002.parquet +3 -0
  15. chunk_records/r2_00003.parquet +3 -0
  16. chunk_records/r2_00004.parquet +3 -0
  17. chunk_records/r3_00000.parquet +3 -0
  18. chunk_records/r3_00001.parquet +3 -0
  19. chunk_records/r3_00002.parquet +3 -0
  20. chunk_records/r3_00003.parquet +3 -0
  21. chunk_records/r3_00004.parquet +3 -0
  22. chunk_records/r4_00000.parquet +3 -0
  23. chunk_records/r4_00001.parquet +3 -0
  24. chunk_records/r4_00002.parquet +3 -0
  25. chunk_records/r4_00003.parquet +3 -0
  26. chunk_records/r4_00004.parquet +3 -0
  27. chunk_records/r5_00000.parquet +3 -0
  28. chunk_records/r5_00001.parquet +3 -0
  29. chunk_records/r5_00002.parquet +3 -0
  30. chunk_records/r5_00003.parquet +3 -0
  31. chunk_records/r5_00004.parquet +3 -0
  32. chunk_records/r6_00000.parquet +3 -0
  33. chunk_records/r6_00001.parquet +3 -0
  34. chunk_records/r6_00002.parquet +3 -0
  35. chunk_records/r6_00003.parquet +3 -0
  36. chunk_records/r6_00004.parquet +3 -0
  37. chunk_records/r7_00000.parquet +3 -0
  38. chunk_records/r7_00001.parquet +3 -0
  39. chunk_records/r7_00002.parquet +3 -0
  40. chunk_records/r7_00003.parquet +3 -0
  41. chunk_records/r7_00004.parquet +3 -0
  42. dataset_manifest.json +440 -0
  43. question_metadata/r0_00001.parquet +3 -0
  44. question_metadata/r0_00014.parquet +3 -0
  45. question_metadata/r0_00015.parquet +3 -0
  46. question_metadata/r0_00016.parquet +3 -0
  47. question_metadata/r0_00017.parquet +3 -0
  48. question_metadata/r0_00024.parquet +3 -0
  49. question_metadata/r0_00027.parquet +3 -0
  50. question_metadata/r0_00030.parquet +3 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - vector-database
4
+ - embeddings
5
+ - parquet
6
+ - qdrant
7
+ - stackoverflow
8
+ - question-answering
9
+ pretty_name: StackOverflow Vector Dataset - Bash
10
+ license: cc-by-sa-4.0
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # Bash StackOverflow Vector Dataset Datasheet
16
+
17
+ ## 1. What This Dataset Is
18
+
19
+ This dataset is the Bash-specific vector shard of the Stack2Graph StackOverflow retrieval corpus.
20
+ Each Hugging Face dataset repository contains exactly one language dataset.
21
+
22
+ It is optimized for dense+sparse retrieval, Qdrant restoration, and embedding-based RAG experiments.
23
+
24
+ It is used in the Stack2Graph project as the vector counterpart to the language-scoped RDF knowledge graph shards.
25
+
26
+ See the Stack2Graph repository for more details:
27
+ [https://github.com/tha-atlas/Stack2Graph](https://github.com/tha-atlas/Stack2Graph)
28
+
29
+ ## 2. Repository Layout
30
+
31
+ ```text
32
+ dataset_manifest.json
33
+ question_metadata_*.parquet
34
+ chunk_records_*.parquet
35
+ question_records_*.parquet
36
+ ```
37
+
38
+ - `dataset_manifest.json`: language-scoped manifest for this dataset shard.
39
+ - `question_metadata_*.parquet`: per-question metadata and retrieval bookkeeping.
40
+ - `chunk_records_*.parquet`: chunk-level vector rows when parent-child indexing is enabled.
41
+ - `question_records_*.parquet`: question-level vector rows when chunking is disabled or exported alongside chunk data.
42
+
43
+ ## 3. Data Model And Coverage
44
+
45
+ The dataset is derived from Stack Overflow questions selected for the Bash programming language.
46
+ It contains the structured records needed to rebuild the Stack2Graph Qdrant collection for that language.
47
+
48
+ Coverage scope:
49
+
50
+ - records are retained when they match the Stack2Graph supported language-tag set
51
+ - this repository contains only the Bash shard
52
+ - the archive may contain both metadata-only and retrieval-ready vector rows depending on the export mode
53
+
54
+ ## 4. Recommended Preprocessing
55
+
56
+ 1. Read `dataset_manifest.json` first and use it as the source of truth for included Parquet files.
57
+ 2. Load all Parquet shards for this repository into your vector indexing pipeline.
58
+ 3. Rebuild or restore the Qdrant collection `stackoverflow_bash_vector`.
59
+ 4. Preserve attribution and license metadata during downstream export.
60
+
61
+ ## 5. Automatic Download And Vector DB Setup
62
+
63
+ You do not need to regenerate embeddings from GraphDB to use this dataset.
64
+
65
+ In the Stack2Graph repository, you can use the automation script
66
+ `python -m experiment.load_hf_datasets_into_services --skip-kg` to download dataset artifacts
67
+ and prepare the vector database service state automatically.
68
+
69
+ Typical workflow:
70
+
71
+ 1. Clone and configure Stack2Graph (`.env` with HF token and service paths).
72
+ 1. Clone and configure Stack2Graph (`.env` with HF token and service paths).
73
+ 1. Start required local services:
74
+
75
+ ```bash
76
+ docker compose up -d
77
+ ```
78
+
79
+ 1. Run the loader script:
80
+
81
+ ```bash
82
+ python -m experiment.load_hf_datasets_into_services --skip-kg
83
+ ```
84
+
85
+ For manual usage without automation, directly ingest the listed Parquet files into your vector database.
86
+
87
+ ## 6. Quality Notes And Caveats
88
+
89
+ - A Stack Overflow question may belong to multiple language shards when tagged with multiple languages.
90
+ - Embeddings and sparse representations depend on the configured export pipeline and model versions.
91
+ - As with community-generated data, content may include noise, bias, and temporal drift.
92
+
93
+ ## 7. Intended Use
94
+
95
+ - semantic retrieval and reranking
96
+ - RAG and hybrid retriever experiments
97
+ - vector database benchmarking and diagnostics
98
+ - language-scoped developer tooling research
99
+
100
+ ## 8. Limitations
101
+
102
+ - Not a complete mirror of all Stack Overflow content.
103
+ - Not all export modes include the same row types or chunk layouts.
104
+ - Best used together with the Stack2Graph retrieval pipeline and Qdrant-compatible tooling.
105
+
106
+ ## 9. Licensing And Attribution
107
+
108
+ This dataset inherits Stack Overflow source licensing and attribution requirements.
109
+ Ensure compliant attribution and redistribution practices in all derived artifacts.
110
+
111
+ ## 10. Suggested Citation
112
+
113
+ If you use this dataset, cite the Stack2Graph work:
114
+
115
+ - Stack2Graph: A Structured Knowledge Representation of Stack Overflow Data for Retrieval-based Question Answering
chunk_records/r0_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824e9466a978abcd0ac76a638f9c519fae0014922462cf337f5d0cbba17fc116
3
+ size 30110546
chunk_records/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:905f0abc6fcc6d7e6602766f20c5d6d812a4a7d174935ceda99b9d98ef73d102
3
+ size 31297992
chunk_records/r0_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e05c8e49a3be3ca55fb3310a66f71908ad1721b20b1b2d9d1ffd13bd8b7e6c13
3
+ size 32644654
chunk_records/r0_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6184729eb171474da814b6f8bea0afb6c9a4224e3209c91f87c995e84ee9f20c
3
+ size 34620151
chunk_records/r0_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:406f261fdd4b64e5695eb9f71506cffc7842af45331c0147efbed475531bca79
3
+ size 18248651
chunk_records/r1_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0aa67c5fe197677855a699b0db1ed04645f0dd0198b71ffdbb8d1fb72223f4
3
+ size 30075855
chunk_records/r1_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2235a2ad135f6f62266e2204ff1fc1fc8ccc9ae2d98f8b5d2c42950a577c93
3
+ size 31338736
chunk_records/r1_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303f0041d3623b5fdf1a273df17895360ebb0d3b3da2d2bb7271511c34ea64c7
3
+ size 32640687
chunk_records/r1_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390c207a4ff25115302e61d2aa7848aae4ae75f2b25be1caf000f83d3605197d
3
+ size 34692074
chunk_records/r1_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43b9938db728ae565e6c976781f7eb30d7082355e4eeb2ebf27d325e17af298d
3
+ size 18198773
chunk_records/r2_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4d0d49fcfa0b16b6c8357a6fb7241c2ed1e62d2810bc2c0f89b797afc2765f
3
+ size 30064557
chunk_records/r2_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba13765a37fc71efccf8386864ab8db1d7e936b7bb46ed076720f2b4f926923
3
+ size 31287778
chunk_records/r2_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9d22aefac23df5141a716d17a53531883dbda3f7bf577ba8172e0a60a5dae2
3
+ size 32589425
chunk_records/r2_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721bfc7802eef9f07064f85a6d1e6ca12f60b2b30cd416834f6db1be2dc62d98
3
+ size 34605306
chunk_records/r2_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a729e46b1a5256c671b6ee18d087ab6376605bab4d2dd34643adc250f74e431
3
+ size 18201796
chunk_records/r3_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef9deedbd76597b24a3f6264b1e35331569e97eba1ec67ae8c71c0d12bf4bf6
3
+ size 30063861
chunk_records/r3_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a1f20670070c8d5d1a8ab9dcd77cbce51800e459bdb3a4d975c992f113c20c
3
+ size 31334566
chunk_records/r3_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e37287b5fdf8a56550cd0314bb393d3f2de7ec4c998744305774bd2c90ab280
3
+ size 32644932
chunk_records/r3_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aae4d3a9733bae7e39205365c64afaaace2ecb0252b2d61f4dcc65237e6cb3cb
3
+ size 34669323
chunk_records/r3_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f258d3c67571ef819a44ce7498ca85d0f861c7b42b1b8002bdce5dad2f002e
3
+ size 18208358
chunk_records/r4_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b1962f111b4992deba6bd3991b0c82c39e10f531fc8b8a3714c56b7cc26a451
3
+ size 30098898
chunk_records/r4_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6fe515fa6079e8d52e89d8cb2d4c0d465fa02687457338656d02d9fb58eaea
3
+ size 31315534
chunk_records/r4_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b917d637003e7839a1ad980846338aa3aa78484ac0af5e76b9d0ea2a03e81367
3
+ size 32624949
chunk_records/r4_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3fa4d102afbeef6681a64eec08f27f2ab5618c2ed98d7c49a2d9525bb241efb
3
+ size 34620004
chunk_records/r4_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc51ef5d6466c85aa842f4f59e68aff8290ecd8c6afecd2bd64974d2d2e5571c
3
+ size 18176601
chunk_records/r5_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9652000cde75e90991a854e2c77c060844ef4fc2c64567d0b4915d0c5cadd540
3
+ size 30072560
chunk_records/r5_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a47b8b9a700f9acec0f49e43c37cbeed414fc25b461938301b246daaa44722f
3
+ size 31316675
chunk_records/r5_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c8c5ce0d6c199ca7e165e52299cf51e5b81657605a1a7a0e69384a711149d09
3
+ size 32640693
chunk_records/r5_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1c3c147dfe19add9f4556a3d2f20c093f3fb31bd6825d5ae934550b28429d0
3
+ size 34640596
chunk_records/r5_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd8083ddc2327f489cf881136f0720a26dc40cbae7002b88f033ef10d2be6cd
3
+ size 18250527
chunk_records/r6_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a2130ceba4d1e15744767b5bec8dad796e2ae602ae653cbd9815265267b46d
3
+ size 30097404
chunk_records/r6_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834684fa765b56aee15fadb3906da0e55f1746d86b8ef5fed3ed4354c7196386
3
+ size 31304265
chunk_records/r6_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95793cdcc9d645d80caebc683344577e9d93b7fd38f7477dee6c9252f4540b4
3
+ size 32632786
chunk_records/r6_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bac9ae7eff41d3ee512d0c87196509a52cef9bb69db96cda5d4f50225780a5c
3
+ size 34706019
chunk_records/r6_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef3a57dc19579fb163c7e3475023beb94ea7428118ecfdfa8c3dfad7109abfc
3
+ size 18231213
chunk_records/r7_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ae91d0696aa4353ceb2ed0cfb452418305a0000676ff7d7cba2c18ae1637e0
3
+ size 30060850
chunk_records/r7_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbff58b38ce918acd02dab3f3da3e60b83777972c0922664d90d1b4b7b91d305
3
+ size 31319352
chunk_records/r7_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23391a9adca3b1a2fb9a48033ae6de352c8d528d65c0cce935c022c00e6b8880
3
+ size 32625516
chunk_records/r7_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ff0a2e30770385c9e6b7f7b4d7ca22fd1a1b34c4931c76d7d1916ae290608b
3
+ size 34640790
chunk_records/r7_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce95c2026794ee2c29438ef31dec62f1e7d0071b9c3314e7d3ea3308188bf75d
3
+ size 18206305
dataset_manifest.json ADDED
@@ -0,0 +1,440 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file_count": 72,
3
+ "files": [
4
+ {
5
+ "category": "chunk_records",
6
+ "language": "bash",
7
+ "relative_path": "chunk_records/r0_00000.parquet",
8
+ "rows": 5000
9
+ },
10
+ {
11
+ "category": "chunk_records",
12
+ "language": "bash",
13
+ "relative_path": "chunk_records/r0_00001.parquet",
14
+ "rows": 5000
15
+ },
16
+ {
17
+ "category": "chunk_records",
18
+ "language": "bash",
19
+ "relative_path": "chunk_records/r0_00002.parquet",
20
+ "rows": 5000
21
+ },
22
+ {
23
+ "category": "chunk_records",
24
+ "language": "bash",
25
+ "relative_path": "chunk_records/r0_00003.parquet",
26
+ "rows": 5000
27
+ },
28
+ {
29
+ "category": "chunk_records",
30
+ "language": "bash",
31
+ "relative_path": "chunk_records/r0_00004.parquet",
32
+ "rows": 2454
33
+ },
34
+ {
35
+ "category": "chunk_records",
36
+ "language": "bash",
37
+ "relative_path": "chunk_records/r1_00000.parquet",
38
+ "rows": 5000
39
+ },
40
+ {
41
+ "category": "chunk_records",
42
+ "language": "bash",
43
+ "relative_path": "chunk_records/r1_00001.parquet",
44
+ "rows": 5000
45
+ },
46
+ {
47
+ "category": "chunk_records",
48
+ "language": "bash",
49
+ "relative_path": "chunk_records/r1_00002.parquet",
50
+ "rows": 5000
51
+ },
52
+ {
53
+ "category": "chunk_records",
54
+ "language": "bash",
55
+ "relative_path": "chunk_records/r1_00003.parquet",
56
+ "rows": 5000
57
+ },
58
+ {
59
+ "category": "chunk_records",
60
+ "language": "bash",
61
+ "relative_path": "chunk_records/r1_00004.parquet",
62
+ "rows": 2454
63
+ },
64
+ {
65
+ "category": "chunk_records",
66
+ "language": "bash",
67
+ "relative_path": "chunk_records/r2_00000.parquet",
68
+ "rows": 5000
69
+ },
70
+ {
71
+ "category": "chunk_records",
72
+ "language": "bash",
73
+ "relative_path": "chunk_records/r2_00001.parquet",
74
+ "rows": 5000
75
+ },
76
+ {
77
+ "category": "chunk_records",
78
+ "language": "bash",
79
+ "relative_path": "chunk_records/r2_00002.parquet",
80
+ "rows": 5000
81
+ },
82
+ {
83
+ "category": "chunk_records",
84
+ "language": "bash",
85
+ "relative_path": "chunk_records/r2_00003.parquet",
86
+ "rows": 5000
87
+ },
88
+ {
89
+ "category": "chunk_records",
90
+ "language": "bash",
91
+ "relative_path": "chunk_records/r2_00004.parquet",
92
+ "rows": 2453
93
+ },
94
+ {
95
+ "category": "chunk_records",
96
+ "language": "bash",
97
+ "relative_path": "chunk_records/r3_00000.parquet",
98
+ "rows": 5000
99
+ },
100
+ {
101
+ "category": "chunk_records",
102
+ "language": "bash",
103
+ "relative_path": "chunk_records/r3_00001.parquet",
104
+ "rows": 5000
105
+ },
106
+ {
107
+ "category": "chunk_records",
108
+ "language": "bash",
109
+ "relative_path": "chunk_records/r3_00002.parquet",
110
+ "rows": 5000
111
+ },
112
+ {
113
+ "category": "chunk_records",
114
+ "language": "bash",
115
+ "relative_path": "chunk_records/r3_00003.parquet",
116
+ "rows": 5000
117
+ },
118
+ {
119
+ "category": "chunk_records",
120
+ "language": "bash",
121
+ "relative_path": "chunk_records/r3_00004.parquet",
122
+ "rows": 2453
123
+ },
124
+ {
125
+ "category": "chunk_records",
126
+ "language": "bash",
127
+ "relative_path": "chunk_records/r4_00000.parquet",
128
+ "rows": 5000
129
+ },
130
+ {
131
+ "category": "chunk_records",
132
+ "language": "bash",
133
+ "relative_path": "chunk_records/r4_00001.parquet",
134
+ "rows": 5000
135
+ },
136
+ {
137
+ "category": "chunk_records",
138
+ "language": "bash",
139
+ "relative_path": "chunk_records/r4_00002.parquet",
140
+ "rows": 5000
141
+ },
142
+ {
143
+ "category": "chunk_records",
144
+ "language": "bash",
145
+ "relative_path": "chunk_records/r4_00003.parquet",
146
+ "rows": 5000
147
+ },
148
+ {
149
+ "category": "chunk_records",
150
+ "language": "bash",
151
+ "relative_path": "chunk_records/r4_00004.parquet",
152
+ "rows": 2453
153
+ },
154
+ {
155
+ "category": "chunk_records",
156
+ "language": "bash",
157
+ "relative_path": "chunk_records/r5_00000.parquet",
158
+ "rows": 5000
159
+ },
160
+ {
161
+ "category": "chunk_records",
162
+ "language": "bash",
163
+ "relative_path": "chunk_records/r5_00001.parquet",
164
+ "rows": 5000
165
+ },
166
+ {
167
+ "category": "chunk_records",
168
+ "language": "bash",
169
+ "relative_path": "chunk_records/r5_00002.parquet",
170
+ "rows": 5000
171
+ },
172
+ {
173
+ "category": "chunk_records",
174
+ "language": "bash",
175
+ "relative_path": "chunk_records/r5_00003.parquet",
176
+ "rows": 5000
177
+ },
178
+ {
179
+ "category": "chunk_records",
180
+ "language": "bash",
181
+ "relative_path": "chunk_records/r5_00004.parquet",
182
+ "rows": 2453
183
+ },
184
+ {
185
+ "category": "chunk_records",
186
+ "language": "bash",
187
+ "relative_path": "chunk_records/r6_00000.parquet",
188
+ "rows": 5000
189
+ },
190
+ {
191
+ "category": "chunk_records",
192
+ "language": "bash",
193
+ "relative_path": "chunk_records/r6_00001.parquet",
194
+ "rows": 5000
195
+ },
196
+ {
197
+ "category": "chunk_records",
198
+ "language": "bash",
199
+ "relative_path": "chunk_records/r6_00002.parquet",
200
+ "rows": 5000
201
+ },
202
+ {
203
+ "category": "chunk_records",
204
+ "language": "bash",
205
+ "relative_path": "chunk_records/r6_00003.parquet",
206
+ "rows": 5000
207
+ },
208
+ {
209
+ "category": "chunk_records",
210
+ "language": "bash",
211
+ "relative_path": "chunk_records/r6_00004.parquet",
212
+ "rows": 2453
213
+ },
214
+ {
215
+ "category": "chunk_records",
216
+ "language": "bash",
217
+ "relative_path": "chunk_records/r7_00000.parquet",
218
+ "rows": 5000
219
+ },
220
+ {
221
+ "category": "chunk_records",
222
+ "language": "bash",
223
+ "relative_path": "chunk_records/r7_00001.parquet",
224
+ "rows": 5000
225
+ },
226
+ {
227
+ "category": "chunk_records",
228
+ "language": "bash",
229
+ "relative_path": "chunk_records/r7_00002.parquet",
230
+ "rows": 5000
231
+ },
232
+ {
233
+ "category": "chunk_records",
234
+ "language": "bash",
235
+ "relative_path": "chunk_records/r7_00003.parquet",
236
+ "rows": 5000
237
+ },
238
+ {
239
+ "category": "chunk_records",
240
+ "language": "bash",
241
+ "relative_path": "chunk_records/r7_00004.parquet",
242
+ "rows": 2453
243
+ },
244
+ {
245
+ "category": "question_metadata",
246
+ "language": "bash",
247
+ "relative_path": "question_metadata/r0_00000.parquet",
248
+ "rows": 5000
249
+ },
250
+ {
251
+ "category": "question_metadata",
252
+ "language": "bash",
253
+ "relative_path": "question_metadata/r0_00001.parquet",
254
+ "rows": 5000
255
+ },
256
+ {
257
+ "category": "question_metadata",
258
+ "language": "bash",
259
+ "relative_path": "question_metadata/r0_00002.parquet",
260
+ "rows": 5000
261
+ },
262
+ {
263
+ "category": "question_metadata",
264
+ "language": "bash",
265
+ "relative_path": "question_metadata/r0_00003.parquet",
266
+ "rows": 5000
267
+ },
268
+ {
269
+ "category": "question_metadata",
270
+ "language": "bash",
271
+ "relative_path": "question_metadata/r0_00004.parquet",
272
+ "rows": 5000
273
+ },
274
+ {
275
+ "category": "question_metadata",
276
+ "language": "bash",
277
+ "relative_path": "question_metadata/r0_00005.parquet",
278
+ "rows": 5000
279
+ },
280
+ {
281
+ "category": "question_metadata",
282
+ "language": "bash",
283
+ "relative_path": "question_metadata/r0_00006.parquet",
284
+ "rows": 5000
285
+ },
286
+ {
287
+ "category": "question_metadata",
288
+ "language": "bash",
289
+ "relative_path": "question_metadata/r0_00007.parquet",
290
+ "rows": 5000
291
+ },
292
+ {
293
+ "category": "question_metadata",
294
+ "language": "bash",
295
+ "relative_path": "question_metadata/r0_00008.parquet",
296
+ "rows": 5000
297
+ },
298
+ {
299
+ "category": "question_metadata",
300
+ "language": "bash",
301
+ "relative_path": "question_metadata/r0_00009.parquet",
302
+ "rows": 5000
303
+ },
304
+ {
305
+ "category": "question_metadata",
306
+ "language": "bash",
307
+ "relative_path": "question_metadata/r0_00010.parquet",
308
+ "rows": 5000
309
+ },
310
+ {
311
+ "category": "question_metadata",
312
+ "language": "bash",
313
+ "relative_path": "question_metadata/r0_00011.parquet",
314
+ "rows": 5000
315
+ },
316
+ {
317
+ "category": "question_metadata",
318
+ "language": "bash",
319
+ "relative_path": "question_metadata/r0_00012.parquet",
320
+ "rows": 5000
321
+ },
322
+ {
323
+ "category": "question_metadata",
324
+ "language": "bash",
325
+ "relative_path": "question_metadata/r0_00013.parquet",
326
+ "rows": 5000
327
+ },
328
+ {
329
+ "category": "question_metadata",
330
+ "language": "bash",
331
+ "relative_path": "question_metadata/r0_00014.parquet",
332
+ "rows": 5000
333
+ },
334
+ {
335
+ "category": "question_metadata",
336
+ "language": "bash",
337
+ "relative_path": "question_metadata/r0_00015.parquet",
338
+ "rows": 5000
339
+ },
340
+ {
341
+ "category": "question_metadata",
342
+ "language": "bash",
343
+ "relative_path": "question_metadata/r0_00016.parquet",
344
+ "rows": 5000
345
+ },
346
+ {
347
+ "category": "question_metadata",
348
+ "language": "bash",
349
+ "relative_path": "question_metadata/r0_00017.parquet",
350
+ "rows": 5000
351
+ },
352
+ {
353
+ "category": "question_metadata",
354
+ "language": "bash",
355
+ "relative_path": "question_metadata/r0_00018.parquet",
356
+ "rows": 5000
357
+ },
358
+ {
359
+ "category": "question_metadata",
360
+ "language": "bash",
361
+ "relative_path": "question_metadata/r0_00019.parquet",
362
+ "rows": 5000
363
+ },
364
+ {
365
+ "category": "question_metadata",
366
+ "language": "bash",
367
+ "relative_path": "question_metadata/r0_00020.parquet",
368
+ "rows": 5000
369
+ },
370
+ {
371
+ "category": "question_metadata",
372
+ "language": "bash",
373
+ "relative_path": "question_metadata/r0_00021.parquet",
374
+ "rows": 5000
375
+ },
376
+ {
377
+ "category": "question_metadata",
378
+ "language": "bash",
379
+ "relative_path": "question_metadata/r0_00022.parquet",
380
+ "rows": 5000
381
+ },
382
+ {
383
+ "category": "question_metadata",
384
+ "language": "bash",
385
+ "relative_path": "question_metadata/r0_00023.parquet",
386
+ "rows": 5000
387
+ },
388
+ {
389
+ "category": "question_metadata",
390
+ "language": "bash",
391
+ "relative_path": "question_metadata/r0_00024.parquet",
392
+ "rows": 5000
393
+ },
394
+ {
395
+ "category": "question_metadata",
396
+ "language": "bash",
397
+ "relative_path": "question_metadata/r0_00025.parquet",
398
+ "rows": 5000
399
+ },
400
+ {
401
+ "category": "question_metadata",
402
+ "language": "bash",
403
+ "relative_path": "question_metadata/r0_00026.parquet",
404
+ "rows": 5000
405
+ },
406
+ {
407
+ "category": "question_metadata",
408
+ "language": "bash",
409
+ "relative_path": "question_metadata/r0_00027.parquet",
410
+ "rows": 5000
411
+ },
412
+ {
413
+ "category": "question_metadata",
414
+ "language": "bash",
415
+ "relative_path": "question_metadata/r0_00028.parquet",
416
+ "rows": 5000
417
+ },
418
+ {
419
+ "category": "question_metadata",
420
+ "language": "bash",
421
+ "relative_path": "question_metadata/r0_00029.parquet",
422
+ "rows": 5000
423
+ },
424
+ {
425
+ "category": "question_metadata",
426
+ "language": "bash",
427
+ "relative_path": "question_metadata/r0_00030.parquet",
428
+ "rows": 5000
429
+ },
430
+ {
431
+ "category": "question_metadata",
432
+ "language": "bash",
433
+ "relative_path": "question_metadata/r0_00031.parquet",
434
+ "rows": 1762
435
+ }
436
+ ],
437
+ "language": "bash",
438
+ "source": "vector_dataset_language_folder",
439
+ "total_rows": 336388
440
+ }
question_metadata/r0_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1171da0fd6d1c22cb953a3a913e601ba11a9b02405d33648a29274ef575632b9
3
+ size 6202100
question_metadata/r0_00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0633feb57041dddafe117a9ff4b5e74d2eaa0e8f39541edf58e0952e46a87a2a
3
+ size 6886461
question_metadata/r0_00015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76f72ea95cb705e7e552f40441e683fb01af1ad88e506b7fb4e7b3230fb0de4
3
+ size 7224508
question_metadata/r0_00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f98c0360e737652585323adc058c2b7fc76854c77061ba3fefc9b2ead7119da
3
+ size 7031337
question_metadata/r0_00017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0894734a11a78e5f22f15d10af5498d590e62f459524877e970c7bd806bccb12
3
+ size 6936200
question_metadata/r0_00024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b1ac192be3ad7eb5d0cb6a02318341473d6b8731df2f3d57acaf83206e6db5
3
+ size 6398417
question_metadata/r0_00027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc9adf85dd085c21775009a70200f86bf69ab2bf47025fb19a411815f1c80f23
3
+ size 7399508
question_metadata/r0_00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af14f134adf6a2e3545537178d4f4a670029cc2e759b84e6df5cb609b232619
3
+ size 6969113