arnab12345678 commited on
Commit
e8f51c7
·
verified ·
1 Parent(s): a773414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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: