Instructions to use starvector/starvector-1b-im2svg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use starvector/starvector-1b-im2svg with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("starvector/starvector-1b-im2svg", dtype="auto") - Notebooks
- Google Colab
- Kaggle
cannot access
#4
by jackpudding - opened
how to deal with this problem:
Cannot access gated repo for url https://huggingface.co/bigcode/starcoderbase-1b/resolve/main/config.json.
Access to model bigcode/starcoderbase-1b is restricted and you are not in the authorized list. Visit https://huggingface.co/bigcode/starcoderbase-1b to ask for access.
I encountered this issue too, but it's resolved. you need to create a token in huggingface and then run this "huggingface-cli login" before proceed with your code.