Upload 2 files
Browse files- .gitattributes +1 -0
- README.md +16 -0
- silverhand_mistral7b-v0.1.Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
silverhand_mistral7b-v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- finetuned
|
7 |
+
model_name: Silverhand Mistral 7b
|
8 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
9 |
+
model_type: Mistral7b
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
prompt_template: '<s>[INST] {{ .Prompt }} [/INST]'
|
12 |
---
|
13 |
+
|
14 |
+
## Description
|
15 |
+
Mistral-7b model finetuned using SFT to respond like Johhny Silverhand from the Cyberpunk universe (Mike Pondsmith, CD Project Red).
|
16 |
+
|
17 |
+
The model can be used with ollama or any other application that supports a .gguf model file.
|
18 |
+
|
19 |
+
The model is quantized to 8 bits using llama.cpp
|
silverhand_mistral7b-v0.1.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fd786a952f1c8ccd5b50902d7ac0e47c18c5e9d2bb4430891e555876dd45b9b
|
3 |
+
size 7695857856
|