Instructions to use Lapisbird/Llama-adaLR-appendix-model-meaned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lapisbird/Llama-adaLR-appendix-model-meaned with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Lapisbird/Llama-adaLR-appendix-model-meaned") model = AutoModel.from_pretrained("Lapisbird/Llama-adaLR-appendix-model-meaned") - Notebooks
- Google Colab
- Kaggle
Ctrl+K