NaveenKumar5 commited on
Commit
ad232ed
·
verified ·
1 Parent(s): 645f7e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -18,3 +18,20 @@ Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :hear
18
 
19
  If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
  forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
  forums](https://discuss.streamlit.io).
21
+
22
+
23
+ ---
24
+
25
+ ### 📌 Notes:
26
+ - Replace `./path/to/local/model` with your actual directory path containing:
27
+ - `pytorch_model.bin`
28
+ - `config.json`
29
+ - `preprocessor_config.json`
30
+ - If your model was trained using `transformers`, Hugging Face will auto-recognize the format.
31
+
32
+ ---
33
+
34
+ Would you like me to:
35
+ - Help convert a YOLOv8 model to Hugging Face format?
36
+ - Check if your model files are ready?
37
+ - Add support for labels in the model card?