Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,50 @@ language:
|
|
| 7 |
tags:
|
| 8 |
- code
|
| 9 |
- javascript
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- code
|
| 9 |
- javascript
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
**JavaScript-Code-Large**
|
| 14 |
+
|
| 15 |
+
JavaScript-Code-Large is a large-scale corpus of JavaScript source code comprising more than 5 million JavaScript files. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis for the JavaScript ecosystem.
|
| 16 |
+
|
| 17 |
+
By providing a high-volume, language-specific corpus, JavaScript-Code-Large enables systematic experimentation in JavaScript-focused model training, domain adaptation, and downstream code understanding tasks.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
JavaScript-Code-Large addresses the need for a dedicated JavaScript-only dataset at substantial scale, enabling focused research across frontend, backend, and full-stack JavaScript environments.
|
| 21 |
+
.
|
| 22 |
+
**1. Dataset Composition**
|
| 23 |
+
|
| 24 |
+
Programming Language: JavaScript
|
| 25 |
+
File Count: 5M+ JavaScript files
|
| 26 |
+
File Format: .jsonl
|
| 27 |
+
|
| 28 |
+
Content Types
|
| 29 |
+
|
| 30 |
+
The dataset includes a wide variety of JavaScript constructs and paradigms, such as:
|
| 31 |
+
|
| 32 |
+
- Functions (declarations, expressions, arrow functions)
|
| 33 |
+
|
| 34 |
+
- Classes and prototypes
|
| 35 |
+
|
| 36 |
+
- Modules (CommonJS and ES Modules)
|
| 37 |
+
|
| 38 |
+
- Asynchronous patterns (async/await, Promises, callbacks)
|
| 39 |
+
|
| 40 |
+
- Event-driven code
|
| 41 |
+
|
| 42 |
+
- Closures and higher-order functions
|
| 43 |
+
|
| 44 |
+
- Functional programming constructs
|
| 45 |
+
|
| 46 |
+
- DOM manipulation code
|
| 47 |
+
|
| 48 |
+
- Node.js backend logic
|
| 49 |
+
|
| 50 |
+
- Frontend framework components
|
| 51 |
+
|
| 52 |
+
- JSDoc comments
|
| 53 |
+
|
| 54 |
+
- Error handling patterns
|
| 55 |
+
|
| 56 |
+
- Modern ES6+ features
|