Instructions to use UniParser/MolParser-Mobile with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UniParser/MolParser-Mobile with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="UniParser/MolParser-Mobile", trust_remote_code=True)# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("UniParser/MolParser-Mobile", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Demo for this model on Spaces
Hi @UniParser 🤗
I'm Apolinario, from the open-source team at Hugging Face. Congrats and thanks for open-sourcing UniParser/MolParser-Mobile on the Hub! We were excited about this work and built with an agent an interactive demo app of it on Hugging Face Spaces, running on a free ZeroGPU infrastructure.
Here's a link to the demo: https://huggingface.co/spaces/hugging-apps/molparser-mobile
We would love to transfer this demo to you or your organization. Would you like this demo to live under your own account or organization? If so just let me know here which username to transfer to, and we'll transfer the Space over to you, we hope it can give your work more visibility, discoverability and allows folks to try it out.
(If you have any questions or just want to chat more about this, you can find me on Twitter, LinkedIn or apolinario @ huggingface.co)
Cheers,
Poli
Hi Poli,
Thanks a lot for building the interactive demo for UniParser/MolParser-Mobile and for your support in making our work more accessible to the community!
We would be happy to transfer the Space to "AI4Industry" account.
Thanks again for your help and for the great initiative.
Cheers,
Uni-Parser Team
No worries! Thanks again for contributing to open source 🤗
Transferred: https://huggingface.co/spaces/AI4Industry/molparser-mobile
Feel free to post about, put the demo on the project page, reference it on repos, etc. as you wish
Also, feel more than free to take ownership and make modifications as you see fit. For future releases from you, would be great if they already came with a demos! You can use this one as a blueprint to build by yourself or with the help of an agent, you can load the huggingface-spaces skill on Claude Code, Codex, Pi, etc.
Btw, out of curiosity: why did you prefer transferring it to your profile vs the Uni-Parser org?