Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
License:
Ontocord.AI commited on
Commit
a81f633
·
1 Parent(s): 8526d60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,3 +4,5 @@ license: apache-2.0
4
 
5
  - min(1.0, int(dat['copies'])/20 + dat['ratio']/10 + dat['alpha_frac']* 0.1 + 0.5*(1-dat['avg_score'])) if avg_score exists
6
  - min(1.0, int(dat['copies'])/20 + dat['ratio']/10 + dat['alpha_frac']* 0.1) otherwise
 
 
 
4
 
5
  - min(1.0, int(dat['copies'])/20 + dat['ratio']/10 + dat['alpha_frac']* 0.1 + 0.5*(1-dat['avg_score'])) if avg_score exists
6
  - min(1.0, int(dat['copies'])/20 + dat['ratio']/10 + dat['alpha_frac']* 0.1) otherwise
7
+
8
+ - avg_score is the pep8 score, lower meaning better.