Ngit commited on
Commit
e35cc62
·
verified ·
1 Parent(s): 98c72cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -107,7 +107,6 @@ The following hyperparameters were used during training:
107
  - seed: 42
108
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
109
  - lr_scheduler_type: linear
110
- - num_epochs: 40
111
 
112
 
113
  # Metrics (comparison with teacher model)
@@ -119,4 +118,4 @@ The following hyperparameters were used during training:
119
 
120
  # Deployment
121
 
122
- Check [this repository](https://github.com/minuva/emotion-prediction-serverless) to see how to easily deploy this model in a serverless environment with fast CPU inference.
 
107
  - seed: 42
108
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
109
  - lr_scheduler_type: linear
 
110
 
111
 
112
  # Metrics (comparison with teacher model)
 
118
 
119
  # Deployment
120
 
121
+ Check [our repository](https://github.com/minuva/emotion-prediction-serverless) to see how to easily deploy this model in a serverless environment with fast CPU inference and light resource utilization.