Instructions to use MathMindsAGI/tiny_llama_sudoku_v0_f9ad0108 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MathMindsAGI/tiny_llama_sudoku_v0_f9ad0108 with Transformers:
# Load model directly from transformers import AutoTokenizer, CustomLlama tokenizer = AutoTokenizer.from_pretrained("MathMindsAGI/tiny_llama_sudoku_v0_f9ad0108") model = CustomLlama.from_pretrained("MathMindsAGI/tiny_llama_sudoku_v0_f9ad0108") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot