aviral199 commited on
Commit
18af9a8
·
verified ·
1 Parent(s): d7e1c29

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +10 -0
model_metadata.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "code_quality_scorer",
3
+ "version": "1.0",
4
+ "input_features": 10,
5
+ "output": "quality_score_0_to_1",
6
+ "training_samples": 800,
7
+ "validation_accuracy": 0.016292469576001167,
8
+ "framework": "TensorFlow/Keras",
9
+ "architecture": "4-layer neural network with batch norm and dropout"
10
+ }