jayan12k commited on
Commit
4f4415d
·
verified ·
1 Parent(s): b2a08b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ ---
6
+
7
+ # FineCode: A High-Quality Code Dataset
8
+
9
+ ## Overview
10
+
11
+ FineCode is a meticulously curated dataset aimed at providing high-quality code for training and benchmarking code generation models. While many code datasets exist on Hugging Face, the quality of code varies significantly. FineCode seeks to address this by rigorously filtering and scoring code to ensure only well-structured, optimized, and readable examples are included.
12
+
13
+ ## Dataset Details
14
+
15
+ - **Total Size:** 100B tokens
16
+ - **Languages Covered:** Top 15 programming languages, with an emphasis on the top 5
17
+ - **Source:** Scraped from top-ranked GitHub repositories of well-known organizations and highly rated open-source projects
18
+ - **Filtering Criteria:**
19
+ - Code is evaluated using **Llama3.2-3B**, which assigns a quality score (0-100) based on factors like readability, optimization, and best practices
20
+ - Only code with a **score of 75 or higher** is included in the dataset
21
+ - Additional filtering techniques are applied to remove low-quality or redundant content
22
+
23
+ ## Availability
24
+
25
+ The dataset will be released soon on Hugging Face, along with the code used for data collection and filtering, allowing full transparency and reproducibility.
26
+
27
+ Stay tuned for updates!