chore(model gallery): add falcon3-3b-instruct-abliterated (#4502)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-12-27 11:20:10 +01:00 committed by GitHub
parent f3bbdef77d
commit 7f51e2dddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,21 @@
- filename: Falcon3-1B-Instruct-abliterated-Q4_K_M.gguf - filename: Falcon3-1B-Instruct-abliterated-Q4_K_M.gguf
sha256: 416d15ce58334b7956818befb088d46c1e3e7153ebf2da2fb9769a5b1ff934a1 sha256: 416d15ce58334b7956818befb088d46c1e3e7153ebf2da2fb9769a5b1ff934a1
uri: huggingface://bartowski/Falcon3-1B-Instruct-abliterated-GGUF/Falcon3-1B-Instruct-abliterated-Q4_K_M.gguf uri: huggingface://bartowski/Falcon3-1B-Instruct-abliterated-GGUF/Falcon3-1B-Instruct-abliterated-Q4_K_M.gguf
- !!merge <<: *falcon3
name: "falcon3-3b-instruct-abliterated"
urls:
- https://huggingface.co/huihui-ai/Falcon3-3B-Instruct-abliterated
- https://huggingface.co/bartowski/Falcon3-3B-Instruct-abliterated-GGUF
description: |
This is an uncensored version of tiiuae/Falcon3-3B-Instruct created with abliteration (see remove-refusals-with-transformers to know more about it).
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
overrides:
parameters:
model: Falcon3-3B-Instruct-abliterated-Q4_K_M.gguf
files:
- filename: Falcon3-3B-Instruct-abliterated-Q4_K_M.gguf
sha256: 83773b77b0e34ef115f8a6508192e9f1d3426a61456744493f65cfe1e7f90aa9
uri: huggingface://bartowski/Falcon3-3B-Instruct-abliterated-GGUF/Falcon3-3B-Instruct-abliterated-Q4_K_M.gguf
- &intellect1 - &intellect1
name: "intellect-1-instruct" name: "intellect-1-instruct"
url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master" url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master"