Upload folder using huggingface_hub
Browse files- .gitattributes +7 -0
- README.md +34 -0
- snowflake-arctic-embed-m-F16.gguf +3 -0
- snowflake-arctic-embed-m-Q4_0.gguf +3 -0
- snowflake-arctic-embed-m-Q4_0_4_8.gguf +3 -0
- snowflake-arctic-embed-m-Q4_K_M.gguf +3 -0
- snowflake-arctic-embed-m-Q5_0.gguf +3 -0
- snowflake-arctic-embed-m-Q5_K_M.gguf +3 -0
- snowflake-arctic-embed-m-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,10 @@ 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 |
+
snowflake-arctic-embed-m-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
snowflake-arctic-embed-m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
snowflake-arctic-embed-m-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
snowflake-arctic-embed-m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
snowflake-arctic-embed-m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
snowflake-arctic-embed-m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
snowflake-arctic-embed-m-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# yixuan-chia/snowflake-arctic-embed-m-GGUF
|
2 |
+
This model was converted to GGUF format from [`Snowflake/snowflake-arctic-embed-m`](https://huggingface.co/Snowflake/snowflake-arctic-embed-m) using llama.cpp.
|
3 |
+
Refer to the [original model card](https://huggingface.co/Snowflake/snowflake-arctic-embed-m) for more details on the model.
|
4 |
+
## Use with llama.cpp
|
5 |
+
Install llama.cpp through brew (works on Mac and Linux)
|
6 |
+
```bash
|
7 |
+
brew install llama.cpp
|
8 |
+
```
|
9 |
+
Invoke the llama.cpp server or the CLI.
|
10 |
+
### CLI:
|
11 |
+
```bash
|
12 |
+
llama-cli --hf-repo yixuan-chia/snowflake-arctic-embed-m-GGUF --hf-file snowflake-arctic-embed-m-q8_0.gguf -p "The meaning to life and the universe is"
|
13 |
+
```
|
14 |
+
### Server:
|
15 |
+
```bash
|
16 |
+
llama-server --hf-repo yixuan-chia/snowflake-arctic-embed-m-GGUF --hf-file snowflake-arctic-embed-m-q8_0.gguf -c 2048
|
17 |
+
```
|
18 |
+
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
19 |
+
Step 1: Clone llama.cpp from GitHub.
|
20 |
+
```
|
21 |
+
git clone https://github.com/ggerganov/llama.cpp
|
22 |
+
```
|
23 |
+
Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
|
24 |
+
```
|
25 |
+
cd llama.cpp && LLAMA_CURL=1 make
|
26 |
+
```
|
27 |
+
Step 3: Run inference through the main binary.
|
28 |
+
```
|
29 |
+
./llama-cli --hf-repo yixuan-chia/snowflake-arctic-embed-m-GGUF --hf-file snowflake-arctic-embed-m-q8_0.gguf -p "The meaning to life and the universe is"
|
30 |
+
```
|
31 |
+
or
|
32 |
+
```
|
33 |
+
./llama-server --hf-repo yixuan-chia/snowflake-arctic-embed-m-GGUF --hf-file snowflake-arctic-embed-m-q8_0.gguf -c 2048
|
34 |
+
```
|
snowflake-arctic-embed-m-F16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ae84e9aa69e1590c4f29bba55b3c432067dc88f6499ff56afc5b90a59a89001
|
3 |
+
size 219454656
|
snowflake-arctic-embed-m-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4a4de80ab73ce8edaa2aa88431b76d23a1c31e4e3301b0b5b5b2ba559f1f603
|
3 |
+
size 69708160
|
snowflake-arctic-embed-m-Q4_0_4_8.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd102153cfe938c1ff8faa4dd1a7447d31d4796472a42191b73dedc2f3752e31
|
3 |
+
size 69708160
|
snowflake-arctic-embed-m-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b6ca60d58b1d6541a841aae8fb97d02358b065255e92526363c101a0db2ac6c
|
3 |
+
size 74270080
|
snowflake-arctic-embed-m-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b865c40ed2172b2d4c0b238b378b71ba3db42152b3647a097729e11af78622c7
|
3 |
+
size 80324992
|
snowflake-arctic-embed-m-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9190ec1e56f27b23ea5dcf3adfc10e385c837c67b63cda1767fd429b3ae8b2f
|
3 |
+
size 82675072
|
snowflake-arctic-embed-m-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20942350c15526ce44e314e62fb7c42c2c94c9c800b6a6714610786f87f38df6
|
3 |
+
size 117852576
|