Model upload.
Browse files- .gitattributes +0 -2
- README.md +21 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q2_K.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q3_K_L.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q3_K_M.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q3_K_S.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_0.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_1.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_K_M.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_K_S.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_0.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_1.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_K_M.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_K_S.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q6_K.bin +3 -0
- superhot-13b-8k-no-rlhf-test.ggmlv3.Q8_0.bin +3 -0
.gitattributes
CHANGED
@@ -9,7 +9,6 @@
|
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
@@ -25,7 +24,6 @@
|
|
25 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
|
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
|
|
12 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
13 |
*.npy filter=lfs diff=lfs merge=lfs -text
|
14 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
|
|
24 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
25 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
26 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
|
|
27 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
28 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
29 |
*.wasm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# superhot-13b-8k-no-rlhf-test-GGML
|
2 |
+
|
3 |
+
Merged base LLaMA and LoRA with this:
|
4 |
+
https://github.com/tloen/alpaca-lora
|
5 |
+
|
6 |
+
Base LLaMA 13B:
|
7 |
+
https://huggingface.co/huggyllama/llama-13b
|
8 |
+
|
9 |
+
SuperHOT 13B 8k no-rlhf-test LoRA:
|
10 |
+
https://huggingface.co/kaiokendev/superhot-13b-8k-no-rlhf-test
|
11 |
+
|
12 |
+
``` sh
|
13 |
+
BASE_MODEL=huggyllama_llama-13b LORA=kaiokendev_superhot-13b-8k-no-rlhf-test python export_hf_checkpoint.py
|
14 |
+
```
|
15 |
+
|
16 |
+
Converted and quantized with llama.cpp commit `447ccbe`:
|
17 |
+
|
18 |
+
``` sh
|
19 |
+
python convert.py superhot-13b-8k-safetensors --outtype f32 --outfile superhot-13b-8k-no-rlhf-test.ggmlv3.f32.bin
|
20 |
+
./bin/quantize superhot-13b-8k-no-rlhf-test.ggmlv3.f32.bin superhot-13b-8k-no-rlhf-test.ggmlv3.Q2_K.bin Q2_K
|
21 |
+
```
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q2_K.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97e06948a442e35e903e93ece464d45607a69a048fed4c3afb0c2aa166da43e9
|
3 |
+
size 5508521088
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q3_K_L.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4f0df261e127690ee56487416ba884c2b55590c54a0e6105e806cd69d992a52
|
3 |
+
size 6929269888
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q3_K_M.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa96390cb0636c43ead8d1dfc0c15c065254dfb88c3928d28bad0671a993130a
|
3 |
+
size 6313231488
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q3_K_S.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76f1765177156da2a546eed91a1ec5fd47067638658667500b6a20ecac77bd12
|
3 |
+
size 5658690688
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:043305ca76113c4101a2f9455b5343ea242cd8651ada0f7d0f4590c4dd7b2ab9
|
3 |
+
size 7365545088
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcabeb899806ad19982c2976b4a231fab193a8699fa03a8a8bf75b3b9d2cbf40
|
3 |
+
size 8168770688
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_K_M.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae3248d4dc656729943b98229e6bdf791bfb095c91c8e387c657c27a9deb3279
|
3 |
+
size 7865666688
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q4_K_S.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f6633d8d6ef9f87856a1ad5a8b23c2a4d102201de4dfddefaec7323b6d96d43
|
3 |
+
size 7365545088
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f762e52ada9d666c06c65225a873432bea790a36f893211ba6bc70370cd0756
|
3 |
+
size 8971996288
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:519747d3ab8a44019b846a48eb80ebe09c2730cba19d3149ac6e035c57fd6b54
|
3 |
+
size 9775221888
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_K_M.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:377bbb9b5e8eae3c42fa0cce8617579aefa4966618c2cac268a3fe4005ace901
|
3 |
+
size 9229634688
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q5_K_S.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f45b7c00496af46f9418076cf06075c1aa138ca70e7ae81fd8d117f043929f78
|
3 |
+
size 8971996288
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q6_K.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:547a4a747739598b3917a55b1124b26961a2fc3d5ffccd0939b08c4fe5228e50
|
3 |
+
size 10678850688
|
superhot-13b-8k-no-rlhf-test.ggmlv3.Q8_0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72d16b823a64ce0a36bad11362857c4679722f988936c584fe069c1536d8b9ad
|
3 |
+
size 13791349888
|