Instructions to use TheBloke/LLongMA-2-7B-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/LLongMA-2-7B-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/LLongMA-2-7B-GGML", device_map="auto") - Notebooks
- Google Colab
- Kaggle
What's the prompt template?
#1
by boqsc - opened
The prompt template is nowhere mentioned.
boqsc changed discussion status to closed
It is continued training of the base model at 8k context length. Not an instruction-tuned model following a prompt format.
Source: https://huggingface.co/conceptofmind/LLongMA-2-7b/discussions/7#64b97596760936217a29f451
boqsc changed discussion status to open
reopened so everyone could see
Yeah, that's why I said "Prompt template: none" :)