Mo7art commited on
Commit
aedf9ea
·
verified ·
1 Parent(s): 81c1644

Clean StackOverflow vector language dataset before upload: dart

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +0 -115
  2. chunk_records/r0_00000.parquet +0 -3
  3. chunk_records/r0_00001.parquet +0 -3
  4. chunk_records/r0_00002.parquet +0 -3
  5. chunk_records/r0_00003.parquet +0 -3
  6. chunk_records/r1_00000.parquet +0 -3
  7. chunk_records/r1_00001.parquet +0 -3
  8. chunk_records/r1_00002.parquet +0 -3
  9. chunk_records/r1_00003.parquet +0 -3
  10. chunk_records/r2_00000.parquet +0 -3
  11. chunk_records/r2_00001.parquet +0 -3
  12. chunk_records/r2_00002.parquet +0 -3
  13. chunk_records/r2_00003.parquet +0 -3
  14. chunk_records/r3_00000.parquet +0 -3
  15. chunk_records/r3_00001.parquet +0 -3
  16. chunk_records/r3_00002.parquet +0 -3
  17. chunk_records/r3_00003.parquet +0 -3
  18. chunk_records/r4_00000.parquet +0 -3
  19. chunk_records/r4_00001.parquet +0 -3
  20. chunk_records/r4_00002.parquet +0 -3
  21. chunk_records/r4_00003.parquet +0 -3
  22. chunk_records/r5_00000.parquet +0 -3
  23. chunk_records/r5_00001.parquet +0 -3
  24. chunk_records/r5_00002.parquet +0 -3
  25. chunk_records/r5_00003.parquet +0 -3
  26. chunk_records/r6_00000.parquet +0 -3
  27. chunk_records/r6_00001.parquet +0 -3
  28. chunk_records/r6_00002.parquet +0 -3
  29. chunk_records/r6_00003.parquet +0 -3
  30. chunk_records/r7_00000.parquet +0 -3
  31. chunk_records/r7_00001.parquet +0 -3
  32. chunk_records/r7_00002.parquet +0 -3
  33. chunk_records/r7_00003.parquet +0 -3
  34. dataset_manifest.json +0 -320
  35. question_metadata/r0_00000.parquet +0 -3
  36. question_metadata/r0_00001.parquet +0 -3
  37. question_metadata/r0_00002.parquet +0 -3
  38. question_metadata/r0_00003.parquet +0 -3
  39. question_metadata/r0_00004.parquet +0 -3
  40. question_metadata/r0_00005.parquet +0 -3
  41. question_metadata/r0_00006.parquet +0 -3
  42. question_metadata/r0_00007.parquet +0 -3
  43. question_metadata/r0_00008.parquet +0 -3
  44. question_metadata/r0_00009.parquet +0 -3
  45. question_metadata/r0_00010.parquet +0 -3
  46. question_metadata/r0_00011.parquet +0 -3
  47. question_metadata/r0_00012.parquet +0 -3
  48. question_metadata/r0_00013.parquet +0 -3
  49. question_metadata/r0_00014.parquet +0 -3
  50. question_metadata/r0_00015.parquet +0 -3
README.md DELETED
@@ -1,115 +0,0 @@
1
- ---
2
- tags:
3
- - vector-database
4
- - embeddings
5
- - parquet
6
- - qdrant
7
- - stackoverflow
8
- - question-answering
9
- pretty_name: StackOverflow Vector Dataset - Dart
10
- license: cc-by-sa-4.0
11
- size_categories:
12
- - 1M<n<10M
13
- ---
14
-
15
- # Dart StackOverflow Vector Dataset Datasheet
16
-
17
- ## 1. What This Dataset Is
18
-
19
- This dataset is the Dart-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 Dart 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 Dart 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_dart_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 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f042e3e5f3f2efefdb82cdd9def361d7ac1e6c2fd9825d8923ded7b2860f811
3
- size 30923052
 
 
 
 
chunk_records/r0_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dbcef779ab13fd5ba9db1a3cd9154464b04040f26012d6b360474df008d0fbb
3
- size 34308303
 
 
 
 
chunk_records/r0_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5eea47dd3ddf45ef3c4daddb749d52ce5decfeff524d319b8d3675a4fda08101
3
- size 36988104
 
 
 
 
chunk_records/r0_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:67d54f4d38385bbc93bec07d7eb90ced11740dc7a08a5eb2f632eb307cbc5a2c
3
- size 5016397
 
 
 
 
chunk_records/r1_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2186e3d46d07e75ab1a535a8e795573dcdb05e56bd96bf18302f04c2ded7d9ce
3
- size 30910806
 
 
 
 
chunk_records/r1_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:efbc5c5a61b0fce120be2730ebb70316dcdea637ba1ccdf9f3825a101f765293
3
- size 34262251
 
 
 
 
chunk_records/r1_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a1f9599f0afae93b6dc02d0bf533bf54f3f0d1b877f8221abea2c30799bd98e
3
- size 37007494
 
 
 
 
chunk_records/r1_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d80769575976391b8496b4cfa6b2c0137e62f65dcb5695a97e9afc307921f732
3
- size 5032925
 
 
 
 
chunk_records/r2_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4dcc1993ead25e8c751bd0d9d642a1dd29381c282cf3e44ba735fcb086cc902
3
- size 30916740
 
 
 
 
chunk_records/r2_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c9bf9d4269bccf4e0e9fa3d5f6c5de2dbedfef6859a0ae11d5bfe98715bd36e
3
- size 34257654
 
 
 
 
chunk_records/r2_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e72d3fc30d65408b7f68dd75cdc01b7f6f9137d9ec7bf1aa547f969e38bae4a9
3
- size 37003906
 
 
 
 
chunk_records/r2_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c99aa54fa079bed7d557cd451946bc9769b6a8e984b20986301437fb9d1e3cd
3
- size 5027406
 
 
 
 
chunk_records/r3_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a5e7fc565447606a6acbd27acf0aaf39c456b0d9f3568a2ca57b1734ec0d9d4
3
- size 30941339
 
 
 
 
chunk_records/r3_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2bd32990780c0c8f31699141031017202b970c9fe47d37e1995db7dfb5e3a8e
3
- size 34156315
 
 
 
 
chunk_records/r3_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f52a588c1e0361d134aeba8e5cc85b7d071766311342988f0232cc5e8135c70b
3
- size 37023816
 
 
 
 
chunk_records/r3_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2c474d68a8b0437ca3ea8f72a6a2e6440280f70fc5abdd0deb7a2810de3ac4f
3
- size 5013299
 
 
 
 
chunk_records/r4_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8ed7e5725ba4678aef87eb47b07e089b6f82436c4efb96810a93a42769e39fb
3
- size 30933440
 
 
 
 
chunk_records/r4_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:25fcaffdb0527be0aab5b937b4ebafa0b435508b3663a3d826ab282a9f725374
3
- size 34227936
 
 
 
 
chunk_records/r4_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:35e57ab72e33d05b0c16205920bad2a6c4e3873947bb9ca6bc04e84a637b99e0
3
- size 36984967
 
 
 
 
chunk_records/r4_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7545a703e8b963a5d0e233ff8d268b6991d5aa49ec163cadeebdedf3246a4aef
3
- size 5030653
 
 
 
 
chunk_records/r5_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e7f5e09591f36839b6f7364bc2ac5d78cb4d4841fb604f166da66d59fbed378
3
- size 30864154
 
 
 
 
chunk_records/r5_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec5b2e3c036ae823c6348c85e304af967c1b9543caa7ee0bbda109354cb97cdb
3
- size 34137434
 
 
 
 
chunk_records/r5_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:69946ceb14ba1821e6cb182228e01c41795a1b346f2168f9252aa4febc0f8888
3
- size 36988971
 
 
 
 
chunk_records/r5_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:958c3f2fc87c52e71c1526d11a3e835fe95874fd97131ae7f5151a2c4612df79
3
- size 5014533
 
 
 
 
chunk_records/r6_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3679b8b9819c93a22f6653677b09164e8afeeacdd106feac4d4572a74960d1b1
3
- size 30899921
 
 
 
 
chunk_records/r6_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc55e54db6557638534e2ee52b4a959f5471d3c09c64e86e8484a58574728921
3
- size 34214272
 
 
 
 
chunk_records/r6_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a82f63b654cf18ef9949e3a7fa0ee4bf9dd28c1bb6fbb9baff26e23eb8e47c46
3
- size 37061710
 
 
 
 
chunk_records/r6_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:171550527c7e974e9438e706a819373cd525bac310b65e346960a64f67ed837b
3
- size 5021562
 
 
 
 
chunk_records/r7_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d75b96aeb268dd69533805dfdb4740e5511df4d11551f97190f711c662f085c9
3
- size 30901583
 
 
 
 
chunk_records/r7_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9a53df5d076f64b02bb6ab3babb2a4c263758722b7f5587f691a51373b333f2
3
- size 34194011
 
 
 
 
chunk_records/r7_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:10e9106a4b8b9a9c1e9b20fbfd62497bfb50cdf48e216e518f7830a4d96f9534
3
- size 37013555
 
 
 
 
chunk_records/r7_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:744cc85bd518abe5dcd0c0c9d5e0a2f4bd782230f3871f92de30c35ef9c01a69
3
- size 5026890
 
 
 
 
dataset_manifest.json DELETED
@@ -1,320 +0,0 @@
1
- {
2
- "file_count": 52,
3
- "files": [
4
- {
5
- "category": "chunk_records",
6
- "language": "dart",
7
- "relative_path": "chunk_records/r0_00000.parquet",
8
- "rows": 5000
9
- },
10
- {
11
- "category": "chunk_records",
12
- "language": "dart",
13
- "relative_path": "chunk_records/r0_00001.parquet",
14
- "rows": 5000
15
- },
16
- {
17
- "category": "chunk_records",
18
- "language": "dart",
19
- "relative_path": "chunk_records/r0_00002.parquet",
20
- "rows": 5000
21
- },
22
- {
23
- "category": "chunk_records",
24
- "language": "dart",
25
- "relative_path": "chunk_records/r0_00003.parquet",
26
- "rows": 652
27
- },
28
- {
29
- "category": "chunk_records",
30
- "language": "dart",
31
- "relative_path": "chunk_records/r1_00000.parquet",
32
- "rows": 5000
33
- },
34
- {
35
- "category": "chunk_records",
36
- "language": "dart",
37
- "relative_path": "chunk_records/r1_00001.parquet",
38
- "rows": 5000
39
- },
40
- {
41
- "category": "chunk_records",
42
- "language": "dart",
43
- "relative_path": "chunk_records/r1_00002.parquet",
44
- "rows": 5000
45
- },
46
- {
47
- "category": "chunk_records",
48
- "language": "dart",
49
- "relative_path": "chunk_records/r1_00003.parquet",
50
- "rows": 652
51
- },
52
- {
53
- "category": "chunk_records",
54
- "language": "dart",
55
- "relative_path": "chunk_records/r2_00000.parquet",
56
- "rows": 5000
57
- },
58
- {
59
- "category": "chunk_records",
60
- "language": "dart",
61
- "relative_path": "chunk_records/r2_00001.parquet",
62
- "rows": 5000
63
- },
64
- {
65
- "category": "chunk_records",
66
- "language": "dart",
67
- "relative_path": "chunk_records/r2_00002.parquet",
68
- "rows": 5000
69
- },
70
- {
71
- "category": "chunk_records",
72
- "language": "dart",
73
- "relative_path": "chunk_records/r2_00003.parquet",
74
- "rows": 652
75
- },
76
- {
77
- "category": "chunk_records",
78
- "language": "dart",
79
- "relative_path": "chunk_records/r3_00000.parquet",
80
- "rows": 5000
81
- },
82
- {
83
- "category": "chunk_records",
84
- "language": "dart",
85
- "relative_path": "chunk_records/r3_00001.parquet",
86
- "rows": 5000
87
- },
88
- {
89
- "category": "chunk_records",
90
- "language": "dart",
91
- "relative_path": "chunk_records/r3_00002.parquet",
92
- "rows": 5000
93
- },
94
- {
95
- "category": "chunk_records",
96
- "language": "dart",
97
- "relative_path": "chunk_records/r3_00003.parquet",
98
- "rows": 652
99
- },
100
- {
101
- "category": "chunk_records",
102
- "language": "dart",
103
- "relative_path": "chunk_records/r4_00000.parquet",
104
- "rows": 5000
105
- },
106
- {
107
- "category": "chunk_records",
108
- "language": "dart",
109
- "relative_path": "chunk_records/r4_00001.parquet",
110
- "rows": 5000
111
- },
112
- {
113
- "category": "chunk_records",
114
- "language": "dart",
115
- "relative_path": "chunk_records/r4_00002.parquet",
116
- "rows": 5000
117
- },
118
- {
119
- "category": "chunk_records",
120
- "language": "dart",
121
- "relative_path": "chunk_records/r4_00003.parquet",
122
- "rows": 652
123
- },
124
- {
125
- "category": "chunk_records",
126
- "language": "dart",
127
- "relative_path": "chunk_records/r5_00000.parquet",
128
- "rows": 5000
129
- },
130
- {
131
- "category": "chunk_records",
132
- "language": "dart",
133
- "relative_path": "chunk_records/r5_00001.parquet",
134
- "rows": 5000
135
- },
136
- {
137
- "category": "chunk_records",
138
- "language": "dart",
139
- "relative_path": "chunk_records/r5_00002.parquet",
140
- "rows": 5000
141
- },
142
- {
143
- "category": "chunk_records",
144
- "language": "dart",
145
- "relative_path": "chunk_records/r5_00003.parquet",
146
- "rows": 652
147
- },
148
- {
149
- "category": "chunk_records",
150
- "language": "dart",
151
- "relative_path": "chunk_records/r6_00000.parquet",
152
- "rows": 5000
153
- },
154
- {
155
- "category": "chunk_records",
156
- "language": "dart",
157
- "relative_path": "chunk_records/r6_00001.parquet",
158
- "rows": 5000
159
- },
160
- {
161
- "category": "chunk_records",
162
- "language": "dart",
163
- "relative_path": "chunk_records/r6_00002.parquet",
164
- "rows": 5000
165
- },
166
- {
167
- "category": "chunk_records",
168
- "language": "dart",
169
- "relative_path": "chunk_records/r6_00003.parquet",
170
- "rows": 651
171
- },
172
- {
173
- "category": "chunk_records",
174
- "language": "dart",
175
- "relative_path": "chunk_records/r7_00000.parquet",
176
- "rows": 5000
177
- },
178
- {
179
- "category": "chunk_records",
180
- "language": "dart",
181
- "relative_path": "chunk_records/r7_00001.parquet",
182
- "rows": 5000
183
- },
184
- {
185
- "category": "chunk_records",
186
- "language": "dart",
187
- "relative_path": "chunk_records/r7_00002.parquet",
188
- "rows": 5000
189
- },
190
- {
191
- "category": "chunk_records",
192
- "language": "dart",
193
- "relative_path": "chunk_records/r7_00003.parquet",
194
- "rows": 651
195
- },
196
- {
197
- "category": "question_metadata",
198
- "language": "dart",
199
- "relative_path": "question_metadata/r0_00000.parquet",
200
- "rows": 5000
201
- },
202
- {
203
- "category": "question_metadata",
204
- "language": "dart",
205
- "relative_path": "question_metadata/r0_00001.parquet",
206
- "rows": 5000
207
- },
208
- {
209
- "category": "question_metadata",
210
- "language": "dart",
211
- "relative_path": "question_metadata/r0_00002.parquet",
212
- "rows": 5000
213
- },
214
- {
215
- "category": "question_metadata",
216
- "language": "dart",
217
- "relative_path": "question_metadata/r0_00003.parquet",
218
- "rows": 5000
219
- },
220
- {
221
- "category": "question_metadata",
222
- "language": "dart",
223
- "relative_path": "question_metadata/r0_00004.parquet",
224
- "rows": 5000
225
- },
226
- {
227
- "category": "question_metadata",
228
- "language": "dart",
229
- "relative_path": "question_metadata/r0_00005.parquet",
230
- "rows": 5000
231
- },
232
- {
233
- "category": "question_metadata",
234
- "language": "dart",
235
- "relative_path": "question_metadata/r0_00006.parquet",
236
- "rows": 5000
237
- },
238
- {
239
- "category": "question_metadata",
240
- "language": "dart",
241
- "relative_path": "question_metadata/r0_00007.parquet",
242
- "rows": 5000
243
- },
244
- {
245
- "category": "question_metadata",
246
- "language": "dart",
247
- "relative_path": "question_metadata/r0_00008.parquet",
248
- "rows": 5000
249
- },
250
- {
251
- "category": "question_metadata",
252
- "language": "dart",
253
- "relative_path": "question_metadata/r0_00009.parquet",
254
- "rows": 5000
255
- },
256
- {
257
- "category": "question_metadata",
258
- "language": "dart",
259
- "relative_path": "question_metadata/r0_00010.parquet",
260
- "rows": 5000
261
- },
262
- {
263
- "category": "question_metadata",
264
- "language": "dart",
265
- "relative_path": "question_metadata/r0_00011.parquet",
266
- "rows": 5000
267
- },
268
- {
269
- "category": "question_metadata",
270
- "language": "dart",
271
- "relative_path": "question_metadata/r0_00012.parquet",
272
- "rows": 5000
273
- },
274
- {
275
- "category": "question_metadata",
276
- "language": "dart",
277
- "relative_path": "question_metadata/r0_00013.parquet",
278
- "rows": 5000
279
- },
280
- {
281
- "category": "question_metadata",
282
- "language": "dart",
283
- "relative_path": "question_metadata/r0_00014.parquet",
284
- "rows": 5000
285
- },
286
- {
287
- "category": "question_metadata",
288
- "language": "dart",
289
- "relative_path": "question_metadata/r0_00015.parquet",
290
- "rows": 5000
291
- },
292
- {
293
- "category": "question_metadata",
294
- "language": "dart",
295
- "relative_path": "question_metadata/r0_00016.parquet",
296
- "rows": 5000
297
- },
298
- {
299
- "category": "question_metadata",
300
- "language": "dart",
301
- "relative_path": "question_metadata/r0_00017.parquet",
302
- "rows": 5000
303
- },
304
- {
305
- "category": "question_metadata",
306
- "language": "dart",
307
- "relative_path": "question_metadata/r0_00018.parquet",
308
- "rows": 5000
309
- },
310
- {
311
- "category": "question_metadata",
312
- "language": "dart",
313
- "relative_path": "question_metadata/r0_00019.parquet",
314
- "rows": 19
315
- }
316
- ],
317
- "language": "dart",
318
- "source": "vector_dataset_language_folder",
319
- "total_rows": 220233
320
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
question_metadata/r0_00000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:608464398aa5398a3acbc44cd51588d17c0bf5143a7cf573504f31a7e70ac5ca
3
- size 6857428
 
 
 
 
question_metadata/r0_00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e68a0e43c813b59341b2a4ab9791e1340624c3f8e0d75c2b27b732672a503019
3
- size 7605856
 
 
 
 
question_metadata/r0_00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ec7deab25c40891e2ea0dfd6418b07a2d17e83c65e2abcccc13a63cd11811e5
3
- size 8106963
 
 
 
 
question_metadata/r0_00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2578f03f5092d47371d7023535e7567bf835c6aaeace85c8babfad2753a79c2c
3
- size 8284869
 
 
 
 
question_metadata/r0_00004.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d82e38870dc3701b4da4b4eea29d5cd77142282ea8208bf692a174b38d87d43
3
- size 8233430
 
 
 
 
question_metadata/r0_00005.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:909e91e07c2557382f45a0ea421b326067084933fabcb022e79221de480ac7a5
3
- size 8214759
 
 
 
 
question_metadata/r0_00006.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f87a1161592b71af36ae7cfae8a4e848c12b7648f8f384c295bee5446e3ffc51
3
- size 8365325
 
 
 
 
question_metadata/r0_00007.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab83a19b9fedc675b2c4ecd5cd4ae4f9eb6a55e0cd8880878a704b6cd9a9f97a
3
- size 7574088
 
 
 
 
question_metadata/r0_00008.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:822853bdcfde3f5079b14ce2cfe8210a2f11acf911bcbba1a10c09e77b109e53
3
- size 8065138
 
 
 
 
question_metadata/r0_00009.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc6d962c1fe650f51ae1ad920a91a743a676a6b2f40db98dfeb8142d487d9c35
3
- size 8489893
 
 
 
 
question_metadata/r0_00010.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fb6ce865e64124d6777982076a58bfccef8e8e27bc1be0e371bebdba15e2681
3
- size 8180344
 
 
 
 
question_metadata/r0_00011.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9aecef7197a073fe779dc23cec7919c6423ccc15d60ea8ce3196be81446157a7
3
- size 7928238
 
 
 
 
question_metadata/r0_00012.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bf53fe33c53a9c154ef53dd186744aba9888c2cb2a43ab2b220f11e56f94a05
3
- size 8004333
 
 
 
 
question_metadata/r0_00013.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d29b6bb1154de4d3def7dc6e180b805f08d4df1bf8765eff4d3e10c61eea8ad
3
- size 8296242
 
 
 
 
question_metadata/r0_00014.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc8fb9536c6506baa2bbcb5c99f92f6f044f9f7f9f4d7a37492b5f888a613039
3
- size 8373264
 
 
 
 
question_metadata/r0_00015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c58d609a958e36f3c317ecf958950fcfef412b248b360bd889b5769f9187327
3
- size 8145624