Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
|
8 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b19c1b098c85365af5a83e/Uf1WyvNz7ywLnAlBDIK5H.png)
|
9 |
|
10 |
-
# Badger κ Llama 3 8B Instruct
|
11 |
|
12 |
Badger is a *recursive maximally pairwise disjoint normalized fourier interpolation* of the following models:
|
13 |
```python
|
@@ -34,6 +34,8 @@ models = [
|
|
34 |
|
35 |
In other words, all of these models get warped and folded together, and then jammed back on top of the instruct model.
|
36 |
|
|
|
|
|
37 |
### Results
|
38 |
|
39 |
Pretty good so far. Assistant is smart; RP is sloppy, but descriptive.
|
|
|
7 |
|
8 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b19c1b098c85365af5a83e/Uf1WyvNz7ywLnAlBDIK5H.png)
|
9 |
|
10 |
+
# Badger κ Llama 3 8B Instruct "Abliterated"
|
11 |
|
12 |
Badger is a *recursive maximally pairwise disjoint normalized fourier interpolation* of the following models:
|
13 |
```python
|
|
|
34 |
|
35 |
In other words, all of these models get warped and folded together, and then jammed back on top of the instruct model.
|
36 |
|
37 |
+
I treated the *Meta-Llama-3-8B-Instruct-abliterated-v3* model differently, and instead applied it in a last step with a *fourier task addition*.
|
38 |
+
|
39 |
### Results
|
40 |
|
41 |
Pretty good so far. Assistant is smart; RP is sloppy, but descriptive.
|