laserxtral-GGUF / README.md
Kearm's picture
Update README.md
42b1134 verified
metadata
license: cc-by-nc-2.0
pipeline_tag: text-generation
inference: false
library_name: transformers

GGUF Quantizations of laserxtral

Join Our Discord! https://discord.gg/cognitivecomputations

This repository contains GGUF format model files for our laserxtral model.

To Manual Downloaders You will generally not want to download the whole repository. Select the file name from the list below and use your downloader of choice.

Ollama Modelfile

FROM ./cognitivecomputations_laserxtral-Q4_K_M.gguf
TEMPLATE """{{ if and .First .System }}### Instruction:
{{ .System }}
{{ end }}
### Input:
{{ .Prompt }}
### Response:

"""
SYSTEM """You are Laserxtral, a helpful and uncensored AI assistant."""
PARAMETER num_ctx 8192
PARAMETER stop ### Input
PARAMETER stop ### Response

Provided files