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, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("OS-Copilot/OS-Genesis-7B-AW") model = AutoModelForMultimodalLM.from_pretrained("OS-Copilot/OS-Genesis-7B-AW") - Notebooks
- Google Colab
- Kaggle
Improve model card: update pipeline tag and add relevant tags
#2
by nielsr HF Staff - opened
This PR improves the model card for OS-Genesis-7B-AW by:
- Updating the
pipeline_tagfromany-to-anytoimage-text-to-text, which more accurately reflects the model's functionality (taking image and text inputs to produce text outputs) and ensures it appears in the correct filtering category on the Hub (https://huggingface.co/models?pipeline_tag=image-text-to-text). - Adding relevant
tagssuch asgui-agent,web-agent,mobile-agent,qwen2-vl, andmultimodalto further describe the model's domain, application, and architecture for better discoverability. - No changes were made to the paper link in the content, adhering to the instruction that an existing arXiv link does not need to be replaced.