Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Creating a model card on Hugging Face is an excellent way to document your model and provide users with instructions and important information about it. A model card typically includes sections such as model description, usage examples, training details, and any relevant information or limitations.
|
| 2 |
|
| 3 |
Here's a sample model card for your Keras Sequential model:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
metrics:
|
| 3 |
+
- mse
|
| 4 |
+
library_name: tf-keras
|
| 5 |
+
tags:
|
| 6 |
+
- finance
|
| 7 |
+
---
|
| 8 |
Creating a model card on Hugging Face is an excellent way to document your model and provide users with instructions and important information about it. A model card typically includes sections such as model description, usage examples, training details, and any relevant information or limitations.
|
| 9 |
|
| 10 |
Here's a sample model card for your Keras Sequential model:
|