Instructions to use jamesdborin/dummy_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamesdborin/dummy_model with Transformers:
# Load model directly from transformers import AutoTokenizer, dummy tokenizer = AutoTokenizer.from_pretrained("jamesdborin/dummy_model") model = dummy.from_pretrained("jamesdborin/dummy_model") - Notebooks
- Google Colab
- Kaggle
Update config.json
#1
by ycwang00 - opened
No description provided.
jamesdborin changed pull request status to merged