Add README for css code dataset
Browse files
README.md
CHANGED
|
@@ -1,17 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
dataset_info:
|
| 3 |
-
features:
|
| 4 |
-
- name: text
|
| 5 |
-
dtype: string
|
| 6 |
-
splits:
|
| 7 |
-
- name: train
|
| 8 |
-
num_bytes: 320073360
|
| 9 |
-
num_examples: 18645
|
| 10 |
-
download_size: 79986438
|
| 11 |
-
dataset_size: 320073360
|
| 12 |
configs:
|
| 13 |
-
- config_name:
|
| 14 |
data_files:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
configs:
|
| 3 |
+
- config_name: css
|
| 4 |
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/css-*.parquet
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# LangMap-TheStack-css-100M
|
| 10 |
+
|
| 11 |
+
Code finetuning dataset for **css** streamed from [bigcode/the-stack](https://huggingface.co/datasets/bigcode/the-stack).
|
| 12 |
+
|
| 13 |
+
- **Tokens collected**: 100,000,000 (target: 100,000,000)
|
| 14 |
+
- **Tokenizer**: `allenai/OLMo-3-1025-7B`
|
| 15 |
+
- **Schema**: `{"text": [...]}` (sanitised source code)
|