Charan-07 commited on
Commit
8afa1a4
·
verified ·
1 Parent(s): 0f645c8

Iteration 5 - amazon-price-predictor-text

Browse files
Files changed (2) hide show
  1. README.md +11 -11
  2. metrics.json +6 -6
README.md CHANGED
@@ -4,30 +4,30 @@ tags:
4
  - amazon
5
  - price-prediction
6
  - regression
7
- - iteration-4
8
  - incremental-learning
9
  ---
10
 
11
- # amazon-price-predictor-text - Iteration 4
12
 
13
- Incremental learning model trained on batch 4.
14
 
15
  ## Model Details
16
- - **Training Iteration**: 4
17
  - **Batch Size**: 7500
18
- - **Training Time**: 2025-10-12 23:18:04
19
 
20
  ## Performance Metrics
21
  ```json
22
  {
23
- "iteration": 4,
24
  "batch_size": 7500,
25
- "text_model_mae": 16.039963159357605,
26
- "image_model_mae": 12.38663804988861,
27
- "price_range_min": 0.38,
28
- "price_range_max": 1188.0,
29
  "training_type": "INCREMENTAL_LEARNING",
30
- "timestamp": "2025-10-12T23:18:04.259750"
31
  }
32
  ```
33
 
 
4
  - amazon
5
  - price-prediction
6
  - regression
7
+ - iteration-5
8
  - incremental-learning
9
  ---
10
 
11
+ # amazon-price-predictor-text - Iteration 5
12
 
13
+ Incremental learning model trained on batch 5.
14
 
15
  ## Model Details
16
+ - **Training Iteration**: 5
17
  - **Batch Size**: 7500
18
+ - **Training Time**: 2025-10-12 23:44:23
19
 
20
  ## Performance Metrics
21
  ```json
22
  {
23
+ "iteration": 5,
24
  "batch_size": 7500,
25
+ "text_model_mae": 23.438785189805667,
26
+ "image_model_mae": 18.408799667453767,
27
+ "price_range_min": 0.13,
28
+ "price_range_max": 1280.0,
29
  "training_type": "INCREMENTAL_LEARNING",
30
+ "timestamp": "2025-10-12T23:44:23.442078"
31
  }
32
  ```
33
 
metrics.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "iteration": 4,
3
  "batch_size": 7500,
4
- "text_model_mae": 16.039963159357605,
5
- "image_model_mae": 12.38663804988861,
6
- "price_range_min": 0.38,
7
- "price_range_max": 1188.0,
8
  "training_type": "INCREMENTAL_LEARNING",
9
- "timestamp": "2025-10-12T23:18:04.259750"
10
  }
 
1
  {
2
+ "iteration": 5,
3
  "batch_size": 7500,
4
+ "text_model_mae": 23.438785189805667,
5
+ "image_model_mae": 18.408799667453767,
6
+ "price_range_min": 0.13,
7
+ "price_range_max": 1280.0,
8
  "training_type": "INCREMENTAL_LEARNING",
9
+ "timestamp": "2025-10-12T23:44:23.442078"
10
  }