morriszms commited on
Commit
88cf591
1 Parent(s): 1e0d8a6

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ laserxtral-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ laserxtral-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ laserxtral-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ laserxtral-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ laserxtral-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ laserxtral-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ laserxtral-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ laserxtral-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ laserxtral-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ laserxtral-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ laserxtral-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ laserxtral-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-2.0
3
+ base_model: cognitivecomputations/laserxtral
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## cognitivecomputations/laserxtral - GGUF
21
+
22
+ This repo contains GGUF format model files for [cognitivecomputations/laserxtral](https://huggingface.co/cognitivecomputations/laserxtral).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [laserxtral-Q2_K.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q2_K.gguf) | Q2_K | 8.236 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [laserxtral-Q3_K_S.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q3_K_S.gguf) | Q3_K_S | 9.717 GB | very small, high quality loss |
38
+ | [laserxtral-Q3_K_M.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q3_K_M.gguf) | Q3_K_M | 10.785 GB | very small, high quality loss |
39
+ | [laserxtral-Q3_K_L.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q3_K_L.gguf) | Q3_K_L | 11.683 GB | small, substantial quality loss |
40
+ | [laserxtral-Q4_0.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q4_0.gguf) | Q4_0 | 12.688 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [laserxtral-Q4_K_S.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q4_K_S.gguf) | Q4_K_S | 12.799 GB | small, greater quality loss |
42
+ | [laserxtral-Q4_K_M.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q4_K_M.gguf) | Q4_K_M | 13.607 GB | medium, balanced quality - recommended |
43
+ | [laserxtral-Q5_0.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q5_0.gguf) | Q5_0 | 15.485 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [laserxtral-Q5_K_S.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q5_K_S.gguf) | Q5_K_S | 15.485 GB | large, low quality loss - recommended |
45
+ | [laserxtral-Q5_K_M.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q5_K_M.gguf) | Q5_K_M | 15.958 GB | large, very low quality loss - recommended |
46
+ | [laserxtral-Q6_K.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q6_K.gguf) | Q6_K | 18.456 GB | very large, extremely low quality loss |
47
+ | [laserxtral-Q8_0.gguf](https://huggingface.co/tensorblock/laserxtral-GGUF/tree/main/laserxtral-Q8_0.gguf) | Q8_0 | 23.904 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/laserxtral-GGUF --include "laserxtral-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/laserxtral-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
laserxtral-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaab5155277b671ac52ad1c098c8fc2e6a41adc556c4b3f602c9c77658e4201d
3
+ size 8842929600
laserxtral-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add1ad6c210c39133aed3db416da91f987db1dbcb7f8b42220d4f358b94cf8b7
3
+ size 12544083392
laserxtral-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71d51aca90050563187941030c839b9b89d9fde21d42d584ad0602df6f0c4a97
3
+ size 11580442048
laserxtral-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4747e9c74a8c83f763a83071d5b9625b71befbe159d3dd726e7d4bce8fa0620
3
+ size 10433299904
laserxtral-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fd758096d16fc6038d0d7fe60b4083ce710078dd1f0643fa7fae4eacfc429c
3
+ size 13623698880
laserxtral-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b176070412ca1310b14eea7c949528b4cb41a1c0096ba720aa89f79ce846af6
3
+ size 14609884608
laserxtral-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b3ec1ab0e276b2d6471d64725d02c44a1b0d26cd2cb5fd6080752df785fc2c
3
+ size 13743236544
laserxtral-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd2d97845036ccebe9e358dbb1aac01b77effbbb052203f69c66d5036a19eb6
3
+ size 16626427328
laserxtral-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:205f1b2a46eebe3b71f1f186bf0186822af7fd261a991f4d0188a47c9db49db6
3
+ size 17134462400
laserxtral-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:077b13b3554efd42c30b5a8d1d98abdfd27b85db6d4b5a04a4044893cda4b659
3
+ size 16626427328
laserxtral-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78d0e85c79ecff7b04d9baa553a82fd582bb2ae6d3bd376f5740f2e724e8d01f
3
+ size 19816826304
laserxtral-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36d7abe58a14da3ad96db929d2e7d4d8627920e95901b80f3e204e1eae54f306
3
+ size 25666356672