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

Iteration 6 - 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-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
 
 
4
  - amazon
5
  - price-prediction
6
  - regression
7
+ - iteration-6
8
  - incremental-learning
9
  ---
10
 
11
+ # amazon-price-predictor-text - Iteration 6
12
 
13
+ Incremental learning model trained on batch 6.
14
 
15
  ## Model Details
16
+ - **Training Iteration**: 6
17
  - **Batch Size**: 7500
18
+ - **Training Time**: 2025-10-13 00:10:43
19
 
20
  ## Performance Metrics
21
  ```json
22
  {
23
+ "iteration": 6,
24
  "batch_size": 7500,
25
+ "text_model_mae": 17.034790868355532,
26
+ "image_model_mae": 11.87176564435959,
27
+ "price_range_min": 0.45,
28
+ "price_range_max": 570.0,
29
  "training_type": "INCREMENTAL_LEARNING",
30
+ "timestamp": "2025-10-13T00:10:43.502280"
31
  }
32
  ```
33
 
metrics.json CHANGED
@@ -1,10 +1,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
  }
 
1
  {
2
+ "iteration": 6,
3
  "batch_size": 7500,
4
+ "text_model_mae": 17.034790868355532,
5
+ "image_model_mae": 11.87176564435959,
6
+ "price_range_min": 0.45,
7
+ "price_range_max": 570.0,
8
  "training_type": "INCREMENTAL_LEARNING",
9
+ "timestamp": "2025-10-13T00:10:43.502280"
10
  }