meowterspace42 commited on
Commit
381ba19
·
verified ·
1 Parent(s): e73d4cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +111 -0
README.md CHANGED
@@ -1,3 +1,114 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ size_categories:
4
+ - 1K<n<10K
5
  ---
6
+
7
+ # GitHub AI Project Docs Dataset
8
+
9
+ This dataset contains project documentation and README files extracted from top open-source GitHub repositories. It is designed to support research and evaluation of large language models and frontier models—especially for in-context learning using data that lies outside their original training distribution.
10
+
11
+ ---
12
+
13
+ ## Dataset Overview
14
+
15
+ - **Source Repositories:** Documentation files are collected from GitHub repositories that:
16
+ - Use the Apache 2.0 license
17
+ - Have at least 1,000 stars
18
+ - Were created within the last 6 months
19
+ - **Content:** Includes various project documentation such as `README.md`, additional markdown files, and related documentation (e.g., recipes, configuration guides).
20
+
21
+ ---
22
+
23
+ ## Key Features
24
+
25
+ - **Quality & Relevance:** Sourced from popular and actively maintained projects.
26
+ - **Diverse Documentation:** Provides a wide range of writing styles and content formats.
27
+ - **Evaluation Ready:** Ideal for testing the generalization and in-context learning abilities of modern language models.
28
+
29
+ ---
30
+
31
+
32
+ ### Process Details
33
+
34
+ 1. **Repository Selection:**
35
+ Repositories are filtered based on:
36
+ - License: Apache 2.0
37
+ - Popularity: 1k+ stars
38
+ - Recency: Created in the last 6 months
39
+
40
+ 2. **Document Extraction:**
41
+ Each repository is crawled to extract documentation files (e.g., `README.md`), including additional project docs.
42
+
43
+ 3. **Aggregation:**
44
+ Extracted files are combined into a unified dataset, ready for analysis and model evaluation.
45
+
46
+ ---
47
+
48
+ ## 📚 Example Repositories
49
+
50
+ Some examples of repositories included in this dataset:
51
+
52
+ 📂 huggingface/open-r1
53
+ ⭐ Stars: 19,596
54
+ 📝 Description: A fully open reproduction of DeepSeek-R1 with extensive documentation.
55
+ 📅 Created: 2025-01-24
56
+
57
+ 📂 raga-ai-hub/RagaAI-Catalyst
58
+ ⭐ Stars: 10,374
59
+ 📝 Description: Python SDK for Agent AI Observability, Monitoring, and Evaluation Framework.
60
+ 📅 Created: 2024-08-26
61
+
62
+ 📂 huggingface/smolagents
63
+ ⭐ Stars: 10,361
64
+ 📝 Description: A barebones library for agents with associated project docs.
65
+ 📅 Created: 2024-12-05
66
+
67
+ _For a complete list, please refer to the dataset details on the Hugging Face Hub._
68
+
69
+ ---
70
+
71
+ ## How to Use This Dataset
72
+
73
+ You can load the dataset directly with the Hugging Face `datasets` library:
74
+
75
+ ```python
76
+ from datasets import load_dataset
77
+
78
+ dataset = load_dataset("meowterspace42/github-ai-project-docs")
79
+ ```
80
+
81
+ Each entry in the dataset provides both the documentation content and relevant metadata (e.g., repository name, star count, creation date).
82
+
83
+ ---
84
+
85
+ ## License
86
+
87
+ The documentation files in this dataset are sourced from GitHub repositories under the Apache 2.0 license. Please refer to the individual repository licenses for full details. This dataset is provided solely for research and evaluation purposes.
88
+
89
+ ---
90
+
91
+ ## Citation
92
+
93
+ If you use this dataset in your research, please cite it as follows:
94
+
95
+ ```bibtex
96
+ @misc{meowterspace42_github_ai_project_docs,
97
+ title={GitHub AI Project Docs Dataset},
98
+ author={meowterspace42},
99
+ howpublished={\url{https://huggingface.co/datasets/meowterspace42/github-ai-project-docs}},
100
+ year={2025}
101
+ }
102
+ ```
103
+
104
+ ---
105
+
106
+ ## Acknowledgements
107
+
108
+ Thank you to the maintainers of the original GitHub repositories and the Hugging Face community for making these resources available. Your work helps advance research in AI and language modeling.
109
+
110
+ ---
111
+
112
+ ## Contact
113
+
114
+ For any questions or feedback, please open an issue on the Hugging Face Hub repository