Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,9 @@ configs:
|
|
29 |
path: data/train-*
|
30 |
- split: test
|
31 |
path: data/test-*
|
|
|
|
|
32 |
---
|
|
|
|
|
|
|
|
29 |
path: data/train-*
|
30 |
- split: test
|
31 |
path: data/test-*
|
32 |
+
task_categories:
|
33 |
+
- text-classification
|
34 |
---
|
35 |
+
|
36 |
+
Sampling from [codeparrot/github-code](https://huggingface.co/datasets/codeparrot/github-code) under more permissive license ['mit', 'apache-2.0', 'bsd-3-clause', 'bsd-2-clause', 'cc0-1.0'].
|
37 |
+
It is intended to be used for training code language classifier.
|