prabinpanta0 commited on
Commit
8d2ebbc
1 Parent(s): 4efbbe6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -33,15 +33,14 @@ print(f"Prediction for 100°C in Fahrenheit: {prediction[0][0]}")
33
  ## Training
34
  The model was trained using the following parameters:
35
 
36
- ```yml
37
- Optimizer: Adam
38
- Loss function: Mean Squared Error
39
- Epochs: 1000
40
- Batch size: 10
41
- Metrics
42
- The model was evaluated based on the Mean Squared Error loss during training.
43
- ```
44
 
 
 
 
 
 
 
 
45
 
46
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/Pc4sHWyXfsoUbjdSAY_zA.png)
47
 
 
33
  ## Training
34
  The model was trained using the following parameters:
35
 
 
 
 
 
 
 
 
 
36
 
37
+ - Optimizer: Adam
38
+ - Loss function: Mean Squared Error
39
+ - Epochs: 1000
40
+ - Batch size: 10
41
+
42
+ ## Metrics
43
+ The model was evaluated based on the Mean Squared Error loss during training.
44
 
45
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/Pc4sHWyXfsoUbjdSAY_zA.png)
46