dejanseo commited on
Commit
c81f10d
·
verified ·
1 Parent(s): d14cb99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -105,4 +105,17 @@ Inference can be performed using the provided Streamlit application.
105
  2. **Select Checkpoints:** Choose the desired checkpoint for each level's model. Checkpoints are saved in the respective `level{n}` directories (e.g., `level1/model` or `level4/level4_step31000`).
106
  3. **Run Inference:** Click the "Run Inference" button.
107
 
108
- The application will output the predicted ID and the corresponding text description for each level of the taxonomy, based on the provided `mapping.csv` file.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  2. **Select Checkpoints:** Choose the desired checkpoint for each level's model. Checkpoints are saved in the respective `level{n}` directories (e.g., `level1/model` or `level4/level4_step31000`).
106
  3. **Run Inference:** Click the "Run Inference" button.
107
 
108
+ The application will output the predicted ID and the corresponding text description for each level of the taxonomy, based on the provided `mapping.csv` file.
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/blob/main/training/metrics/level-1-train-loss.png)
115
+ - ![Level 1 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/blob/main/training/metrics/level-1-val-loss.png)
116
+ - ![Level 2 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/blob/main/training/metrics/level-2-train-loss.png)
117
+ - ![Level 2 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/blob/main/training/metrics/level-2-val-loss.png)
118
+ - ![Level 3 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/blob/main/training/metrics/level-3-train-loss.png)
119
+ - ![Level 3 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/blob/main/training/metrics/level-3-val-loss.png)
120
+ - ![Level 4 Train Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/blob/main/training/metrics/level-4-train-loss.png)
121
+ - ![Level 4 Validation Loss](https://huggingface.co/dejanseo/ecommerce-taxonomy-classifier/blob/main/training/metrics/level-4-val-loss.png)