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") - Notebooks
- Google Colab
- Kaggle
Guidance on Fine-Tuning ML Model with Dataset
#12
by imranali291 - opened
I am a beginner in the field of Machine Learning. I am very interested in fine-tuning a model using the same dataset that you have utilized, similar to a prompt expander. I would be immensely grateful if you could share insights on how your prepared dataset looks like, along with the training code, including tokenization processes and the hyperparameters used for training.
Your assistance would be invaluable to my learning process, and I sincerely appreciate any help you can provide.
Thank you very much for your time and consideration.