deetsml commited on
Commit
655aa00
·
1 Parent(s): f429033

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -102,10 +102,18 @@ Parameters of the fit()-Method:
102
  ```
103
  {
104
  "multi_target_strategy": "multi-output",
105
- "loss_class": "CosineSimilarityLoss",
106
  "epochs": 3,
107
- "batch_size": 4,
108
- "num_iterations": 16,
 
 
 
 
 
 
 
 
 
109
  }
110
  ```
111
 
 
102
  ```
103
  {
104
  "multi_target_strategy": "multi-output",
 
105
  "epochs": 3,
106
+ "evaluation_steps": 0,
107
+ "evaluator": "NoneType",
108
+ "max_grad_norm": 1,
109
+ "optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
110
+ "optimizer_params": {
111
+ "lr": 2e-05
112
+ },
113
+ "scheduler": "WarmupLinear",
114
+ "steps_per_epoch": 14756,
115
+ "warmup_steps": 1476,
116
+ "weight_decay": 0.01
117
  }
118
  ```
119