dejanseo commited on
Commit
b48a8a3
·
verified ·
1 Parent(s): 1cf4644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -10
README.md CHANGED
@@ -109,13 +109,34 @@ The application will output the predicted ID and the corresponding text descript
109
 
110
  ## Visualizations
111
 
112
- Here are some images related to the training process:
113
-
114
- - ![Level 1 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-1-train-loss.png)
115
- - ![Level 1 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-1-val-loss.png)
116
- - ![Level 2 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-2-train-loss.png)
117
- - ![Level 2 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-2-val-loss.png)
118
- - ![Level 3 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-3-train-loss.png)
119
- - ![Level 3 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-3-val-loss.png)
120
- - ![Level 4 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-4-train-loss.png)
121
- - ![Level 4 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-4-val-loss.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
 
110
  ## Visualizations
111
 
112
+ ### Level 1: Training Loss
113
+ ![Level 1 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-1-train-loss.png)
114
+ This graph shows the training loss over the steps for Level 1, demonstrating a significant drop in loss during the initial training period.
115
+
116
+ ### Level 1: Validation Loss
117
+ ![Level 1 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-1-val-loss.png)
118
+ This graph illustrates the validation loss progression over training steps for Level 1, showing steady improvement.
119
+
120
+ ### Level 2: Training Loss
121
+ ![Level 2 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-2-train-loss.png)
122
+ Here we see the training loss for Level 2, which also shows a significant decrease early on in training.
123
+
124
+ ### Level 2: Validation Loss
125
+ ![Level 2 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-2-val-loss.png)
126
+ The validation loss for Level 2 shows consistent reduction as training progresses.
127
+
128
+ ### Level 3: Training Loss
129
+ ![Level 3 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-3-train-loss.png)
130
+ This graph displays the training loss for Level 3, where training stabilizes after an initial drop.
131
+
132
+ ### Level 3: Validation Loss
133
+ ![Level 3 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-3-val-loss.png)
134
+ The validation loss for Level 3, demonstrating steady improvements as the model converges.
135
+
136
+ ### Level 4: Training Loss
137
+ ![Level 4 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-4-train-loss.png)
138
+ The training loss for Level 4 is plotted here, showing the effects of high-dimensional input features at this level.
139
+
140
+ ### Level 4: Validation Loss
141
+ ![Level 4 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/resolve/main/training/metrics/level-4-val-loss.png)
142
+ Finally, the validation loss for Level 4 is shown, where training seems to stabilize after a longer period.