diegi97 commited on
Commit
ccce488
·
0 Parent(s):

Initial commit

Browse files
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
LICENSES.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LICENSES_DATA_SOURCES.md
2
+ #
3
+ # This dataset aggregates multiple upstream text corpora. It is published under
4
+ # `license: other`. Each split remains governed by its original source license.
5
+ #
6
+ # Users must review and comply with the applicable upstream licenses before reuse.
7
+
8
+ ## Source License Summary
9
+
10
+ ### IETF RFCs (rfc_all)
11
+ - Source: IETF RFC series (plain text RFCs)
12
+ - License: IETF Trust Legal Provisions (TLP)
13
+ - Notes: The TLP permits copying/distribution of unmodified RFCs but places
14
+ restrictions on derivative works outside the IETF standards process.
15
+
16
+ ### Wikipedia-derived datasets (diegi97_*; Nov 2023 dump)
17
+ - Source: Wikimedia / Wikipedia content
18
+ - License: CC BY-SA 3.0
19
+ - Requirements: Attribution + Share-Alike
20
+
21
+ ### GitLab Handbook (gitlab_handbook)
22
+ - Source: https://handbook.gitlab.com/
23
+ - License: MIT
24
+ - Requirements: Attribution + Share-Alike
25
+
26
+ ### OWASP Cheat Sheet Series (owasp_cheatsheets)
27
+ - Source: https://github.com/OWASP/CheatSheetSeries
28
+ - License: CC BY-SA 4.0
29
+ - Requirements: Attribution + Share-Alike
30
+
31
+ ### Rust RFCs (rust_rfcs)
32
+ - Source: https://github.com/rust-lang/rfcs
33
+ - License: MIT OR Apache-2.0
34
+ - Requirements: Attribution + license notice
35
+
36
+ ### Common Pile: PEPs (common_pile_peps)
37
+ - Source: https://huggingface.co/datasets/common-pile/python_enhancement_proposals_filtered
38
+ - License: Public Domain (per dataset card)
39
+ - Requirements: Preserve notices if any
40
+
41
+ ### DevDocs (nampdn_ai_devdocs_io)
42
+ - Source: https://huggingface.co/datasets/nampdn-ai/devdocs.io
43
+ - License: Gated / unclear in public card
44
+ - Requirements: Users must review and accept the dataset’s access terms.
45
+
46
+ ## Attribution
47
+
48
+ Where required (CC BY / CC BY-SA), provide attribution to the original sources
49
+ above. If you use or redistribute any subset, you must comply with the upstream
50
+ license for that subset.
51
+
52
+ ## Disclaimer
53
+
54
+ This dataset is provided for research use. Users are responsible for verifying
55
+ and complying with all applicable upstream licenses.
README.md ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ splits:
11
+ - name: common_pile_peps
12
+ num_bytes: 10974751.79389313
13
+ num_examples: 631
14
+ - name: diegi97_marine_biology
15
+ num_bytes: 14478365.577
16
+ num_examples: 4407
17
+ - name: diegi97_mythology
18
+ num_bytes: 46766379.3552
19
+ num_examples: 9264
20
+ - name: diegi97_space_exploration
21
+ num_bytes: 25232548.086
22
+ num_examples: 4842
23
+ - name: gitlab_handbook
24
+ num_bytes: 28658710.942570645
25
+ num_examples: 3152
26
+ - name: nampdn_ai_devdocs_io
27
+ num_bytes: 139754461
28
+ num_examples: 10905
29
+ - name: owasp_cheatsheets
30
+ num_bytes: 2068147.3211009174
31
+ num_examples: 102
32
+ - name: rfc_all
33
+ num_bytes: 383924619.53351206
34
+ num_examples: 7018
35
+ - name: rust_rfcs
36
+ num_bytes: 8417762.853503184
37
+ num_examples: 613
38
+ download_size: 250195550
39
+ dataset_size: 660275746.46278
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: common_pile_peps
44
+ path: data/common_pile_peps-*
45
+ - split: diegi97_marine_biology
46
+ path: data/diegi97_marine_biology-*
47
+ - split: diegi97_mythology
48
+ path: data/diegi97_mythology-*
49
+ - split: diegi97_space_exploration
50
+ path: data/diegi97_space_exploration-*
51
+ - split: gitlab_handbook
52
+ path: data/gitlab_handbook-*
53
+ - split: nampdn_ai_devdocs_io
54
+ path: data/nampdn_ai_devdocs_io-*
55
+ - split: owasp_cheatsheets
56
+ path: data/owasp_cheatsheets-*
57
+ - split: rfc_all
58
+ path: data/rfc_all-*
59
+ - split: rust_rfcs
60
+ path: data/rust_rfcs-*
61
+ ---
62
+
63
+ # ragent_data_sources
64
+
65
+ This dataset aggregates multiple text corpora used as sources for QA generation.
66
+ Each split corresponds to a single upstream source, normalized to a common schema with `id`, `title`, and `text`.
67
+
68
+ ## Data Sources
69
+
70
+ The dataset includes the following sources:
71
+
72
+ - common_pile_peps (Python Enhancement Proposals)
73
+ - diegi97_marine_biology (Wikipedia-derived; marine biology topics)
74
+ - diegi97_mythology (Wikipedia-derived; mythology topics)
75
+ - diegi97_space_exploration (Wikipedia-derived; space exploration topics)
76
+ - gitlab_handbook (GitLab Handbook)
77
+ - nampdn_ai_devdocs_io (DevDocs documentation collection)
78
+ - owasp_cheatsheets (OWASP Cheat Sheet Series)
79
+ - rfc_all (IETF RFCs)
80
+ - rust_rfcs (Rust RFCs)
81
+
82
+ ## Dataset Info
83
+
84
+ ```yaml
85
+ dataset_info:
86
+ features:
87
+ - name: id
88
+ dtype: int64
89
+ - name: text
90
+ dtype: string
91
+ - name: title
92
+ dtype: string
93
+ splits:
94
+ - name: common_pile_peps
95
+ num_examples: 631
96
+ - name: diegi97_marine_biology
97
+ num_examples: 4407
98
+ - name: diegi97_mythology
99
+ num_examples: 9264
100
+ - name: diegi97_space_exploration
101
+ num_examples: 4842
102
+ - name: gitlab_handbook
103
+ num_examples: 3152
104
+ - name: nampdn_ai_devdocs_io
105
+ num_examples: 10905
106
+ - name: owasp_cheatsheets
107
+ num_examples: 102
108
+ - name: rfc_all
109
+ num_examples: 7018
110
+ - name: rust_rfcs
111
+ num_examples: 613
112
+ ```
113
+
114
+
115
+ ## License
116
+
117
+ This dataset aggregates documents from multiple upstream sources with different licenses.
118
+ It is published under `license: other`.
119
+
120
+ Each split remains governed by its original source license. See `LICENSES.md` for:
121
+ - the full list of sources,
122
+ - their licenses,
123
+ - required attribution and share‑alike terms,
124
+ - and any special restrictions.
125
+
126
+ By using this dataset, you agree to comply with the applicable upstream licenses for each split.
data/common_pile_peps-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab46da8d2076b06793baee6c660d4ea6d7112bbec0b5a61641f1441650aac8e
3
+ size 5052563
data/diegi97_marine_biology-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7d2c296f353a3d984717fb310d1ede4a27e1b70b82b0a62a37a5bf99f4311e
3
+ size 9453072
data/diegi97_mythology-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e589f31d6ed3ef9a7a6bbe61ea701d481ece8cc74882c03b032fcd25eda9f3d6
3
+ size 30624129
data/diegi97_space_exploration-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562e0f89d836e02d8d7a5f4080b48f9b2f2a1396a9bec391c22ecb1476d438b0
3
+ size 15103721
data/gitlab_handbook-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ff3f284ace72d634059f53ad9c74203d001e754c5026104902b1190ebf3f28
3
+ size 12827294
data/nampdn_ai_devdocs_io-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5949d49cd635e3763ffe29190a06f2e52ba37fdfbd498e9dd29d9248f72d99
3
+ size 90851232
data/owasp_cheatsheets-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d8c24447bea4771d9f069e9f92be3b1d6e2fb4484a69f3d6f41bdf691ed4beb
3
+ size 1012018
data/rfc_all-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54966a6c1674e1d3372775fd7da3c2f755e76a1f3b86cbd25975be165802c6dc
3
+ size 81406757
data/rust_rfcs-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b550bd3978cf9ca761a76a1d6d6b3e73ebed23b699fda9736afc91b1024282
3
+ size 3864764