morriszms commited on
Commit
375b66a
·
verified ·
1 Parent(s): 4447e10

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
+ turn-detector-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ turn-detector-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ turn-detector-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ turn-detector-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ turn-detector-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ turn-detector-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ turn-detector-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ turn-detector-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ turn-detector-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ turn-detector-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ turn-detector-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ turn-detector-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: livekit/turn-detector
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
+ ## livekit/turn-detector - GGUF
21
+
22
+ This repo contains GGUF format model files for [livekit/turn-detector](https://huggingface.co/livekit/turn-detector).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|im_start|><|system|>{system_prompt}<|im_end|><|im_start|><|user|>{prompt}<|im_end|>
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [turn-detector-Q2_K.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q2_K.gguf) | Q2_K | 0.088 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [turn-detector-Q3_K_S.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q3_K_S.gguf) | Q3_K_S | 0.088 GB | very small, high quality loss |
44
+ | [turn-detector-Q3_K_M.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q3_K_M.gguf) | Q3_K_M | 0.094 GB | very small, high quality loss |
45
+ | [turn-detector-Q3_K_L.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q3_K_L.gguf) | Q3_K_L | 0.098 GB | small, substantial quality loss |
46
+ | [turn-detector-Q4_0.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q4_0.gguf) | Q4_0 | 0.092 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [turn-detector-Q4_K_S.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q4_K_S.gguf) | Q4_K_S | 0.102 GB | small, greater quality loss |
48
+ | [turn-detector-Q4_K_M.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
49
+ | [turn-detector-Q5_0.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q5_0.gguf) | Q5_0 | 0.105 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [turn-detector-Q5_K_S.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q5_K_S.gguf) | Q5_K_S | 0.110 GB | large, low quality loss - recommended |
51
+ | [turn-detector-Q5_K_M.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q5_K_M.gguf) | Q5_K_M | 0.112 GB | large, very low quality loss - recommended |
52
+ | [turn-detector-Q6_K.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
53
+ | [turn-detector-Q8_0.gguf](https://huggingface.co/tensorblock/turn-detector-GGUF/blob/main/turn-detector-Q8_0.gguf) | Q8_0 | 0.145 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/turn-detector-GGUF --include "turn-detector-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/turn-detector-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
turn-detector-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5373abcfbf0ba6bbd4e247f55fcdfc0ccf9cb24673b322c6685abae5f3aa42fe
3
+ size 88202656
turn-detector-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53131f1d6f7a1c2d71269ce5bee5f4858fd130ec79971d65b18ba44267edfc68
3
+ size 97533856
turn-detector-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937e41fbda61ab0eceabd67198855c9369cfe77e707cd1d1c70eb6408860927f
3
+ size 93511072
turn-detector-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e9d137e137af2078670d409f43ec5ca26c8cdd16bcd4e40da3472310ca8115
3
+ size 88202656
turn-detector-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fa005117589e2f2a209879e5086b769db0867490f34acbdcabe0c08c38a64c7
3
+ size 91727776
turn-detector-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61722fd0098d637b24227859426c64c8ddbffedd75881cacb6d62797b9758d02
3
+ size 105455008
turn-detector-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a38248e7ff4adfb11d322a2f3a2c76f55162a1ab3283349a2e2304480d2646
3
+ size 102040480
turn-detector-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48925bf102e5816aad74d0e23fdb181bc7c2fb76cf921dc4b000e0819c61e9ee
3
+ size 104998816
turn-detector-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d62cd5857c6d1d1ad917a789692bdf8c82e6e6effcd90933cc8109a9de372fc6
3
+ size 112104352
turn-detector-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca72e428bdea8ed0feb4278cf7080cf1c464b8cda40a372ec4a7ce5eea4bae48
3
+ size 109975456
turn-detector-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43c1b64767133c1a7c0cf3b6956dd1a230ff5c67320a28b4532e4756837d7c9e
3
+ size 138383776
turn-detector-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd85ba10e2207bc644c292751795e79d56455bf76293562e2a58c6bf39b53837
3
+ size 144811936