Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -91,11 +91,11 @@ of the BigCode Project.
|
|
91 |
|
92 |
It contains only files written in the following programming languages:
|
93 |
|
94 |
-
- **Python**
|
95 |
-
- **Java**
|
96 |
-
- **JavaScript**
|
97 |
-
- **C**
|
98 |
-
- **C++**
|
99 |
|
100 |
Unlike the original dataset, which only includes metadata and Software Heritage IDs, **this subset includes the actual file contents**, enabling out-of-the-box training
|
101 |
and analysis of code models, without requiring SWH downloads or AWS credentials.
|
|
|
91 |
|
92 |
It contains only files written in the following programming languages:
|
93 |
|
94 |
+
- **Python** 🐍
|
95 |
+
- **Java** ☕
|
96 |
+
- **JavaScript** 📜
|
97 |
+
- **C** ⚙️
|
98 |
+
- **C++** ⚙️
|
99 |
|
100 |
Unlike the original dataset, which only includes metadata and Software Heritage IDs, **this subset includes the actual file contents**, enabling out-of-the-box training
|
101 |
and analysis of code models, without requiring SWH downloads or AWS credentials.
|