Skip to content

Commit f5fdef7

Browse files
authored
chore(model): add llama-3.1-8b-instruct-ortho-v3 to the gallery (#4226)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent cfc45df commit f5fdef7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

gallery/index.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2969,6 +2969,21 @@
29692969
- filename: LLaMA-Mesh-Q4_K_M.gguf
29702970
sha256: 150ac70c92bb7351468768bcc84bd3018f44b624f709821fee8e5e816e4868e7
29712971
uri: huggingface://bartowski/LLaMA-Mesh-GGUF/LLaMA-Mesh-Q4_K_M.gguf
2972+
- !!merge <<: *llama31
2973+
name: "llama-3.1-8b-instruct-ortho-v3"
2974+
urls:
2975+
- https://huggingface.co/lodrick-the-lafted/llama-3.1-8b-instruct-ortho-v3
2976+
- https://huggingface.co/mradermacher/llama-3.1-8b-instruct-ortho-v3-GGUF
2977+
description: |
2978+
A few different attempts at orthogonalization/abliteration of llama-3.1-8b-instruct using variations of the method from "Mechanistically Eliciting Latent Behaviors in Language Models".
2979+
Each of these use different vectors and have some variations in where the new refusal boundaries lie. None of them seem totally jailbroken.
2980+
overrides:
2981+
parameters:
2982+
model: llama-3.1-8b-instruct-ortho-v3.Q4_K_M.gguf
2983+
files:
2984+
- filename: llama-3.1-8b-instruct-ortho-v3.Q4_K_M.gguf
2985+
sha256: 8d1dd638ed80019f5cd61240d1f06fd1333413f61427bef4d288c5b8cd9d8cea
2986+
uri: huggingface://mradermacher/llama-3.1-8b-instruct-ortho-v3-GGUF/llama-3.1-8b-instruct-ortho-v3.Q4_K_M.gguf
29722987
- &deepseek
29732988
## Deepseek
29742989
url: "github:mudler/LocalAI/gallery/deepseek.yaml@master"

0 commit comments

Comments
 (0)