初始化项目,由ModelHub XC社区提供模型
Model: Lewdiculous/mistral-7b-v0.1-layla-v4-GGUF-IQ-Imatrix Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-IQ3_M-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-IQ3_S-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-IQ3_XS-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-IQ3_XXS-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-IQ4_NL-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-IQ4_XS-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-Q4_K_M-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-Q4_K_S-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-Q5_K_M-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-Q5_K_S-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-Q8_0-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
mistral-7b-v0.1-layla-v4-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
85
README.md
Normal file
85
README.md
Normal file
@@ -0,0 +1,85 @@
|
||||
---
|
||||
license: apache-2.0
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mistral
|
||||
- quantized
|
||||
- text-generation-inference
|
||||
- roleplay
|
||||
# - rp
|
||||
# - uncensored
|
||||
pipeline_tag: text-generation
|
||||
inference: false
|
||||
# language:
|
||||
# - en
|
||||
# FILL THE INFORMATION:
|
||||
# Reference: l3utterfly/mistral-7b-v0.1-layla-v4
|
||||
# Author: l3utterfly
|
||||
# Model: mistral-7b-v0.1-layla-v4
|
||||
# Llama.cpp version: b2321
|
||||
---
|
||||
|
||||
## GGUF-Imatrix quantizations for [l3utterfly/mistral-7b-v0.1-layla-v4](https://huggingface.co/l3utterfly/mistral-7b-v0.1-layla-v4/).
|
||||
|
||||
All credits belong to the author.
|
||||
|
||||
If you like these also check out [FantasiaFoundry's GGUF-Quantization-Script](https://huggingface.co/FantasiaFoundry/GGUF-Quantization-Script).
|
||||
|
||||
## What does "Imatrix" mean?
|
||||
|
||||
It stands for **Importance Matrix**, a technique used to improve the quality of quantized models. <br>
|
||||
[[1]](https://github.com/ggerganov/llama.cpp/discussions/5006/) <br>
|
||||
The **Imatrix** is calculated based on calibration data, and it helps determine the importance of different model activations during the quantization process. The idea is to preserve the most important information during quantization, which can help reduce the loss of model performance and lead to better performance, especially when the calibration data is diverse. <br>
|
||||
[[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384/)
|
||||
|
||||
For --imatrix data, included `imatrix.dat` was used.
|
||||
|
||||
Using [llama.cpp-b2321](https://github.com/ggerganov/llama.cpp/releases/tag/b2321/):
|
||||
|
||||
```
|
||||
Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
|
||||
```
|
||||
|
||||
The new **IQ3_S** quant-option has shown to be better than the old Q3_K_S, so I added that instead of the later. Only supported in `koboldcpp-1.59.1` or higher.
|
||||
|
||||
If you want any specific quantization to be added, feel free to ask.
|
||||
|
||||
## Model image:
|
||||
|
||||

|
||||
|
||||
## Original model information:
|
||||
|
||||
|
||||
# Model Card
|
||||
|
||||
### Model Description
|
||||
|
||||
Mistral 7B fine-tuned by the OpenHermes 2.5 dataset optimised for multi-turn conversation and character impersonation.
|
||||
|
||||
The dataset has been pre-processed by doing the following:
|
||||
1. remove all refusals
|
||||
2. remove any mention of AI assistant
|
||||
3. split any multi-turn dialog generated in the dataset into multi-turn conversations records
|
||||
4. added nfsw generated conversations from the Teatime dataset
|
||||
|
||||
- **Developed by:** l3utterfly
|
||||
- **Funded by:** Layla Network
|
||||
- **Model type:** Mistral
|
||||
- **Language(s) (NLP):** English
|
||||
- **License:** Apache-2.0
|
||||
- **Finetuned from model:** Mistral 7B
|
||||
|
||||
## Uses
|
||||
|
||||
Base model used by Layla - the offline personal assistant: https://www.layla-network.ai
|
||||
|
||||
Help & support: https://discord.gg/x546YJ6nYC
|
||||
|
||||
Prompt:
|
||||
```
|
||||
USER:
|
||||
ASSISTANT:
|
||||
```
|
||||
|
||||
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
||||
3
imatrix.dat
Normal file
3
imatrix.dat
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1577f99db51a6d80ade9c46fbb32461998c0598a7c28fe67fe414303b6bfd04c
|
||||
size 4988126
|
||||
3
mistral-7b-v0.1-layla-v4-F16.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-F16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:726332d0e9936c33a75475d44f4c82965d4e17de1bc146b4f8dee097ebb5724e
|
||||
size 14484731552
|
||||
3
mistral-7b-v0.1-layla-v4-IQ3_M-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-IQ3_M-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae9552e5f90a689c0c0c70de9a9c26e2b401aafd4b05eb1587e366459cc4b229
|
||||
size 3284891360
|
||||
3
mistral-7b-v0.1-layla-v4-IQ3_S-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-IQ3_S-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88be4ae0c73b98d87bef8aa43e8189e295b36db45857262158d346397171f31e
|
||||
size 3182393056
|
||||
3
mistral-7b-v0.1-layla-v4-IQ3_XS-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-IQ3_XS-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04e29bb21d935a2d50d002cd61ceeca3c8b27c1e7bddf023d813f255666b2d7b
|
||||
size 3000989408
|
||||
3
mistral-7b-v0.1-layla-v4-IQ3_XXS-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-IQ3_XXS-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e33179847f71b689fdf2b6e3a6d1a700dc3c73e8f38ceb3bde9d6196fcc5a26
|
||||
size 2827343584
|
||||
3
mistral-7b-v0.1-layla-v4-IQ4_NL-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-IQ4_NL-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c96cec5d258c53936f90db6971b719c02cba7cfb32d389224ce74f93a5269973
|
||||
size 4125693664
|
||||
3
mistral-7b-v0.1-layla-v4-IQ4_XS-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-IQ4_XS-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23a22fb5d49cff39b2186b8b0b5c68b025036e8e02388808123846c60ebd1689
|
||||
size 3907688160
|
||||
3
mistral-7b-v0.1-layla-v4-Q4_K_M-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-Q4_K_M-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:688b9728c08ebbda67186e35410f76607c46fee5ec1e2dccd69c7775d25d7cbe
|
||||
size 4368439008
|
||||
3
mistral-7b-v0.1-layla-v4-Q4_K_S-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-Q4_K_S-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2402b5b1d599aa9444493eb803f8b6b124ff36de2e8da7d28a79ae9fd1b2f3f
|
||||
size 4140373728
|
||||
3
mistral-7b-v0.1-layla-v4-Q5_K_M-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-Q5_K_M-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ce75a48af55b908a18cf6232d8cb466b6bfcf44420e82d17a4c8c6fa88dd24c
|
||||
size 5131409120
|
||||
3
mistral-7b-v0.1-layla-v4-Q5_K_S-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-Q5_K_S-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d992976487517db91590f64c59ff5b89b26e7b7f3187e26476d75b1c7f9f1c1
|
||||
size 4997715680
|
||||
3
mistral-7b-v0.1-layla-v4-Q6_K-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-Q6_K-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eef5bb376191f942d26dadd82b2d9539d898fa5a289c7c4bddbfda34a4186a96
|
||||
size 5942064864
|
||||
3
mistral-7b-v0.1-layla-v4-Q8_0-imat.gguf
Normal file
3
mistral-7b-v0.1-layla-v4-Q8_0-imat.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:002ca8f09394703f35fe7d6da08634bbce024123d3f0497a41f58890500f7704
|
||||
size 7695857376
|
||||
Reference in New Issue
Block a user