vikp commited on
Commit
e42b8ad
·
1 Parent(s): b4fc495

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,4 +25,6 @@ configs:
25
  ---
26
  # Dataset Card for "starcoder_labeled"
27
 
28
- [Starcoder data](https://huggingface.co/datasets/bigcode/starcoderdata), with several popular languages selected then labeled based on quality.
 
 
 
25
  ---
26
  # Dataset Card for "starcoder_labeled"
27
 
28
+ [Starcoder data](https://huggingface.co/datasets/bigcode/starcoderdata), with several popular languages selected, short sequences filtered out, then labeled based on learning quality (educational value) and code quality.
29
+
30
+ A good heuristic is to take anything with `>.5` code quality and `>.3` learning quality. But you may want to vary the thresholds by language, depending on your target task.