Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This dataset is supposed to contain about 1 billion tokens from the ***bigcode/starcoderdata*** dataset. This dataset contains the code from three languages *Python*, *C++*, and *TypeScript*. With an equal split for each language.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- code
|
| 7 |
+
- typescript
|
| 8 |
+
- cpp
|
| 9 |
+
- programming
|
| 10 |
+
- python
|
| 11 |
+
- pretraining
|
| 12 |
+
---
|
| 13 |
This dataset is supposed to contain about 1 billion tokens from the ***bigcode/starcoderdata*** dataset. This dataset contains the code from three languages *Python*, *C++*, and *TypeScript*. With an equal split for each language.
|