Instructions to use lewtun/dummy-trl-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lewtun/dummy-trl-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("lewtun/dummy-trl-model") model = AutoModelForCausalLM.from_pretrained("lewtun/dummy-trl-model") - Notebooks
- Google Colab
- Kaggle