dejanseo commited on
Commit
7e5d602
·
verified ·
1 Parent(s): 8ccffe6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -159,6 +159,7 @@ Finally, the validation loss for Level 4 is shown, where training seems to stabi
159
 
160
  ## Level 5
161
 
 
162
  | Epoch | Average Training Loss |
163
  |-------|-----------------------|
164
  | 1 | 5.9700 |
@@ -178,3 +179,8 @@ Finally, the validation loss for Level 4 is shown, where training seems to stabi
178
  | 15 | 0.0792 |
179
  | 16 | 0.0632 |
180
  | 17 | 0.0549 |
 
 
 
 
 
 
159
 
160
  ## Level 5
161
 
162
+ ### Level 5: Training Loss Per Epoch Table
163
  | Epoch | Average Training Loss |
164
  |-------|-----------------------|
165
  | 1 | 5.9700 |
 
179
  | 15 | 0.0792 |
180
  | 16 | 0.0632 |
181
  | 17 | 0.0549 |
182
+
183
+ ### Level 5: Training and Validation Loss
184
+ ![Level 5 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-5-train-loss.png)
185
+ ![Level 5 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-5-val-loss.png)
186
+ ![Level 5 Validation Loss per Epoch](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-5-val-loss-epochs.png)