diff --git a/README.md b/README.md index 0e8bfec8..f348a062 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,18 @@ model.train(data='coco.yaml', epochs=500, batch=256, imgsz=640) # model.push_to_hub("reponame") ``` +## Push to hub to 🤗 + +Optionally, you can push your fine-tuned model to the [Hugging Face hub](https://huggingface.co/) as a public or private model: + +```python +# let's say you have fine-tuned a model for crop detection +model.push_to_hub("