Skip to content

Commit

Permalink
adding notebooks section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalskiP committed Sep 12, 2024
1 parent ac495a5 commit 9118e72
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ config = TrainingConfiguration(
train(config)
```

## 📚 notebooks

Explore our collection of notebooks that demonstrate how to fine-tune various
vision-language models using maestro. Each notebook provides step-by-step instructions
and code examples to help you get started quickly.

| model and task | colab | video |
|----------------|-------|----------------------------------------------------------------------------------------|
| [Fine-tune Florence-2 for object detection](https://github.com/roboflow/multimodal-maestro/blob/develop/cookbooks/maestro_florence2_object_detection.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow/multimodal-maestro/blob/develop/cookbooks/maestro_florence2_object_detection.ipynb) | [![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://youtu.be/i3KjYgxNH6w) |


## 🦸 contribution

We would love your help in making this repository even better! We are especially
Expand Down

0 comments on commit 9118e72

Please sign in to comment.