prabinpanta0
commited on
Commit
•
1afd416
1
Parent(s):
bcdc72a
Update README.md
Browse files
README.md
CHANGED
@@ -3,11 +3,13 @@ license: mit
|
|
3 |
language: en
|
4 |
metrics: mean_squared_error
|
5 |
library_name: tensorflow
|
6 |
-
tags:
|
7 |
-
- temperature-conversion
|
8 |
-
- celsius-to-fahrenheit
|
9 |
- tensorflow
|
10 |
- neural-network
|
|
|
|
|
11 |
---
|
12 |
# My Temperature Conversion Model
|
13 |
|
@@ -39,5 +41,9 @@ Batch size: 10
|
|
39 |
Metrics
|
40 |
The model was evaluated based on the Mean Squared Error loss during training.
|
41 |
```
|
|
|
|
|
|
|
|
|
42 |
## License
|
43 |
This model is released under the MIT license.
|
|
|
3 |
language: en
|
4 |
metrics: mean_squared_error
|
5 |
library_name: tensorflow
|
6 |
+
tags:
|
7 |
+
- temperature-conversion
|
8 |
+
- celsius-to-fahrenheit
|
9 |
- tensorflow
|
10 |
- neural-network
|
11 |
+
datasets:
|
12 |
+
- prabinpanta0/celsius-to-fahrenheit
|
13 |
---
|
14 |
# My Temperature Conversion Model
|
15 |
|
|
|
41 |
Metrics
|
42 |
The model was evaluated based on the Mean Squared Error loss during training.
|
43 |
```
|
44 |
+
|
45 |
+
## Datasets
|
46 |
+
The model was trained on the [prabinpanta0/celsius-to-fahrenheit](https://huggingface.co/datasets/prabinpanta0/celsius-to-fahrenheit) dataset.
|
47 |
+
|
48 |
## License
|
49 |
This model is released under the MIT license.
|