Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
localai-model-gallery
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jacob Hoffmann
localai-model-gallery
Commits
3b47ee31
Commit
3b47ee31
authored
1 year ago
by
Demian Frister
Browse files
Options
Downloads
Patches
Plain Diff
mistral
parent
d2b3e7a1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.yaml
+4
-0
4 additions, 0 deletions
index.yaml
mistralinstruct.yaml
+41
-0
41 additions, 0 deletions
mistralinstruct.yaml
with
45 additions
and
0 deletions
index.yaml
+
4
−
0
View file @
3b47ee31
...
...
@@ -19,6 +19,10 @@
name
:
gpt-3.5-turbo
license
:
other
-
url
:
https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/mistralinstruct.yaml
name
:
mistral-instruct
license
:
other
-
url
:
https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/openchat.yaml
name
:
openchat
...
...
This diff is collapsed.
Click to expand it.
mistralinstruct.yaml
0 → 100644
+
41
−
0
View file @
3b47ee31
name
:
"
mistral-instruct"
description
:
|
This is a mistral instructmodel
license
:
"
https://ai.meta.com/llama/license/"
urls
:
-
https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/tree/main
config_file
:
|
name: mistral-instruct
context_size: 16000
f16: true
mmap: true
threads: 4
parameters:
model: model_data/text_generation/TheBloke/mistral/mistral-7b-openorca.Q6_K.gguf
temperature: 0.2
top_k: 80
top_p: 0.7
template:
chat_message: mistral-instruction
gpu_layers: 35
stopwords:
- <|im_end|>
prompt_templates
:
-
name
:
"
mistral-instruction"
content
:
|
{{if eq .RoleName "assistant"}}{{.Content}}{{else}}
[INST]
{{if eq .RoleName "system"}}<<SYS>>{{.Content}}<</SYS>>{{else if and (.SystemPrompt) (eq .MessageIndex 0)}}<<SYS>>{{.SystemPrompt}}<</SYS>>{{end}}
{{if .Content}}{{.Content}}{{end}}
[/INST]
{{end}}
files
:
-
filename
:
"
model_data/instruction/TheBloke/mistral/mistral-7b-instruct-v0.2.Q5_K_M.gguf"
sha256
:
"
b85cdd596ddd76f3194047b9108a73c74d77ba04bef49255a50fc0cfbda83d32"
uri
:
"
https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q5_K_M.gguf"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment