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