kenhktsui commited on
Commit
a7f9c80
1 Parent(s): 4483380

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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.