loubnabnl HF Staff commited on
Commit
5a424d3
·
verified ·
1 Parent(s): 5a01d05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -65,12 +65,14 @@ It achieves the following results on the evaluation set:
65
  - Accuracy: 0.5640
66
  - F1 Binary Minimum3: 0.6539
67
 
68
- While the macro F1 scores across the 1-5 rating scale are relatively low due to the model's difficulty in distinguishing between higher-rated samples, the classifier performs well for our primary filtering task. When converting to binary classification, using a threshold of 2 achieves the F1 scores ranges between 0.8 and 0.9 for most Stack-Edu classifiers, whereas a threshold of 3 yields F1 scores between 0.55 and 0.70. With the Highest being Python, C, Rust and the lowest being TypeScript and PHP.
 
69
 
70
  <div style="display: flex; justify-content: center; gap: 20px;">
71
- <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/z0lCnH2nqYMu09JsxPvFb.png" width="600">
72
- <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/W6BQO6Rkafpj-96fWdCOv.png" width="600">
73
  </div>
 
74
  We validated these classifiers by filtering Stack v2 data and testing on an intermediate SmolLM2 checkpoint. Filtering with a threshold of 3 improved performance across most languages while maintaining adequate data volume, though Java showed better results with a threshold of 2.
75
 
76
  ### Training hyperparameters
 
65
  - Accuracy: 0.5640
66
  - F1 Binary Minimum3: 0.6539
67
 
68
+
69
+ While the macro F1 scores across the 1-5 rating scale are relatively low due to the model's difficulty in distinguishing between higher-rated samples, the classifier performs well for our primary filtering task. When converting to binary classification, using a threshold of 2 achieves the F1 scores ranges between 0.8 and 0.9 for most Stack-Edu classifiers, whereas a threshold of 3 yields F1 scores between 0.5 and 0.8. With the Highest being Python, SQL, C, Rust and the lowest being TypeScript and PHP.
70
 
71
  <div style="display: flex; justify-content: center; gap: 20px;">
72
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/VYh1deFc8Jif7B4kDpndc.png" width="600">
73
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/I_O96PgYAZ9pj27lM4B9a.png" width="600">
74
  </div>
75
+
76
  We validated these classifiers by filtering Stack v2 data and testing on an intermediate SmolLM2 checkpoint. Filtering with a threshold of 3 improved performance across most languages while maintaining adequate data volume, though Java showed better results with a threshold of 2.
77
 
78
  ### Training hyperparameters