Instructions to use OS-Copilot/OS-Genesis-7B-AW with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OS-Copilot/OS-Genesis-7B-AW with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("OS-Copilot/OS-Genesis-7B-AW") model = AutoModelForImageTextToText.from_pretrained("OS-Copilot/OS-Genesis-7B-AW") - Notebooks
- Google Colab
- Kaggle
Improve model card: update pipeline tag and add relevant tags
#2 opened 11 months ago
by
nielsr