nhellyercreek commited on
Commit
0e5fcb0
·
verified ·
1 Parent(s): 9067441

Upload model config

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json CHANGED
@@ -5,6 +5,17 @@
5
  "weight_format": "PyTorch .pth (state_dict)",
6
  "tensor_type": "F32",
7
  "safetensors": false,
 
 
 
 
 
 
 
 
 
 
 
8
  "classifier": {
9
  "architecture": "MoonClassifier",
10
  "filename": "best_classifier.pth",
 
5
  "weight_format": "PyTorch .pth (state_dict)",
6
  "tensor_type": "F32",
7
  "safetensors": false,
8
+ "training": {
9
+ "epochs": 150,
10
+ "batch_size": 16,
11
+ "learning_rate": 0.0003,
12
+ "weight_decay": 0.0001,
13
+ "input_size": 128,
14
+ "early_stopping_patience": 15,
15
+ "save_every_n_epochs": 5,
16
+ "augmentation": true,
17
+ "optimizer": "Adam"
18
+ },
19
  "classifier": {
20
  "architecture": "MoonClassifier",
21
  "filename": "best_classifier.pth",