Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,28 @@
|
|
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).
|
|
|
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 |
+
📊 Summary Statistics:
|
12 |
+
- Total documents: 3,296
|
13 |
+
- Total content size: 18,283,541 characters
|
14 |
+
- Average document size: 5,547 characters
|
15 |
+
|
16 |
+
File types distribution:
|
17 |
+
- .md: 3,125 files
|
18 |
+
- .rst: 171 files
|
19 |
+
|
20 |
---
|
21 |
|
22 |
## Dataset Overview
|
23 |
|
24 |
- **Source Repositories:** Documentation files are collected from GitHub repositories that:
|
25 |
+
- Use the Apache 2.0 or MIT license
|
26 |
- Have at least 1,000 stars
|
27 |
- Were created within the last 6 months
|
28 |
- **Content:** Includes various project documentation such as `README.md`, additional markdown files, and related documentation (e.g., recipes, configuration guides).
|