codelion commited on
Commit
af06807
·
verified ·
1 Parent(s): 4983523

Fix model: save 200 representative examples per class for better predictions

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. config.json +1 -1
  3. examples.json +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ examples.json filter=lfs diff=lfs merge=lfs -text
config.json CHANGED
@@ -15,7 +15,7 @@
15
  "min_confidence": 0.1,
16
  "min_examples_per_class": 3,
17
  "neural_weight": 0.7,
18
- "num_representative_examples": 5,
19
  "prototype_update_frequency": 100,
20
  "prototype_weight": 0.3,
21
  "quantization": null,
 
15
  "min_confidence": 0.1,
16
  "min_examples_per_class": 3,
17
  "neural_weight": 0.7,
18
+ "num_representative_examples": 200,
19
  "prototype_update_frequency": 100,
20
  "prototype_weight": 0.3,
21
  "quantization": null,
examples.json CHANGED
The diff for this file is too large to render. See raw diff