Instructions to use roborovski/superprompt-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use roborovski/superprompt-v1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("roborovski/superprompt-v1") model = AutoModelForSeq2SeqLM.from_pretrained("roborovski/superprompt-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model Integrations (UI & NO UI)
#8
by Nick088 - opened
Hey, i checked your model is really cool and i made this github with many costumizable options (model precision type, seed, max_new_tokens, top_p, top_k, temperature, etc) to try it out, also made precompiled version, google colab, and hugging face space
This is the github: https://github.com/Nick088Official/SuperPrompt-v1
I hope you like it! I tried to integrate it as much as possible with the best costumization