Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ 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 |
+
Llama-3-SPPO-turbcat-RP-v0.1-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Llama-3-SPPO-turbcat-RP-v0.1-alpha-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Llama-3-SPPO-turbcat-RP-v0.1-alpha-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:905cf340a6d19160c57b5a0817fa89f7c7cbba8848a4253c08cf451000e163f0
|
3 |
+
size 5732987168
|
Llama-3-SPPO-turbcat-RP-v0.1-alpha-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2574af7ab029028589e6c9fea7f2932b7df91a1bfe2db780b733d4dca7014bcc
|
3 |
+
size 8540770592
|
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
+
- mergekit
|
6 |
+
- lazymergekit
|
7 |
+
---
|
8 |
+
|
9 |
+
# Llama-3-SPPO-turbcat-RP-v0.1-alpha
|
10 |
+
|
11 |
+
**These are GGUF quants of the Llama-3-SPPO-turbcat-RP-v0.1-alpha. For transformers version check another repo.**
|
12 |
+
|
13 |
+
The following GGUF quants are currentlyavailable:
|
14 |
+
- Q5_K_M (no imatrix)
|
15 |
+
- Q8_0 (no imatrix)
|
16 |
+
|
17 |
+
Llama-3-SPPO-turbcat-RP-v0.1-alpha is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
18 |
+
|
19 |
+
## 🧩 Configuration
|
20 |
+
|
21 |
+
```yaml
|
22 |
+
models:
|
23 |
+
- model: Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B
|
24 |
+
- model: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
|
25 |
+
- model: turboderp/llama3-turbcat-instruct-8b
|
26 |
+
merge_method: model_stock
|
27 |
+
base_model: failspy/Meta-Llama-3-8B-Instruct-abliterated-v3
|
28 |
+
dtype: bfloat16
|
29 |
+
```
|