feat: add tech docs data
Browse files- .gitattributes +2 -0
- README.md +36 -0
- data.jsonl +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* 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
|
|
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
|
61 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<2K
|
9 |
---
|
10 |
+
|
11 |
+
# Technical Documentation Dataset
|
12 |
+
|
13 |
+
A curated collection of technical documentation and guides spanning various cloud-native technologies, infrastructure tools, and machine learning frameworks. This dataset contains 1,028 documents in JSONL format, covering essential topics for modern software development and DevOps practices.
|
14 |
+
|
15 |
+
## Dataset Overview
|
16 |
+
|
17 |
+
This dataset includes documentation across multiple domains:
|
18 |
+
|
19 |
+
- **Cloud Platforms**: GCP (83 docs), EKS (33 docs)
|
20 |
+
- **Kubernetes Ecosystem**: Kubernetes reference (251 docs), ArgoCD (60 docs), Cilium (33 docs)
|
21 |
+
- **Infrastructure as Code**: Terraform (151 docs)
|
22 |
+
- **Observability**: Prometheus (32 docs), Grafana (43 docs)
|
23 |
+
- **Service Mesh**: Istio (33 docs)
|
24 |
+
- **Machine Learning**: scikit-learn (55 docs)
|
25 |
+
- **And more**: Including Docker, Redis, Linux, and various Kubernetes-related tools
|
26 |
+
|
27 |
+
## Format
|
28 |
+
|
29 |
+
Each document is stored in JSONL format, making it easy to process and integrate into various applications. The dataset is hosted on Hugging Face for convenient access and version control.
|
30 |
+
|
31 |
+
## Usage
|
32 |
+
|
33 |
+
This collection is particularly useful for:
|
34 |
+
- Technical documentation systems
|
35 |
+
- Knowledge bases
|
36 |
+
- Search implementations
|
37 |
+
- Training documentation-related ML models
|
38 |
+
|
39 |
+
You can access and download the dataset directly from the Hugging Face repository using standard tools and libraries.
|
data.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ae14037f249bf9bb1d1ab5e8b5b875f9e01e65cba14be2329dc0512e02e8ada
|
3 |
+
size 33519602
|