Etherll commited on
Commit
fdb8e1f
·
verified ·
1 Parent(s): 8264a65

Add README

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - gguf
4
+ - llama.cpp
5
+ - unsloth
6
+ - sentence-transformers
7
+
8
+ ---
9
+
10
+ # test - GGUF
11
+
12
+ This sentence-transformers model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
13
+
14
+ ## Available Model files:
15
+ - `embeddinggemma-300m.Q5_K_M.gguf`
16
+ - `embeddinggemma-300m.Q8_0.gguf`
17
+ - `embeddinggemma-300m.Q4_K_M.gguf`
18
+
19
+ This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
20
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)