Update README.md
Browse files
README.md
CHANGED
@@ -1471,4 +1471,15 @@ configs:
|
|
1471 |
data_files:
|
1472 |
- split: train
|
1473 |
path: typescript/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1474 |
---
|
|
|
|
|
|
|
|
1471 |
data_files:
|
1472 |
- split: train
|
1473 |
path: typescript/train-*
|
1474 |
+
source_datasets:
|
1475 |
+
- bigcode/the-stack-dedup
|
1476 |
+
task_categories:
|
1477 |
+
- text-generation
|
1478 |
+
- fill-mask
|
1479 |
+
language:
|
1480 |
+
- code
|
1481 |
+
license: other
|
1482 |
---
|
1483 |
+
This repo contains (up to) 30k samples of 21 languages (top 20 languages by StackOverflow survey, html/css was splited).
|
1484 |
+
|
1485 |
+
`'javascript', 'html', 'css', 'python', 'sql', 'typescript', 'shell', 'java', 'c-sharp', 'cpp', 'c', 'php', 'powershell', 'go', 'rust', 'kotlin', 'lua', 'dart', 'assembly', 'ruby', 'swift'`
|