Add embedding model
Browse files
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
4 |
-
|
5 |
-
# Alpaca Core Test Data for `llama.cpp` Inference
|
6 |
-
|
7 |
-
## Weights Files
|
8 |
-
|
9 |
-
* `gpt2-117m-f16` - from https://huggingface.co/aisuko/gpt2-117M-gguf
|
10 |
-
* `gpt2-117m-q6_k` - from https://huggingface.co/RichardErkhov/openai-community_-_gpt2-gguf
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# Alpaca Core Test Data for `llama.cpp` Inference
|
6 |
+
|
7 |
+
## Weights Files
|
8 |
+
|
9 |
+
* `gpt2-117m-f16` - from https://huggingface.co/aisuko/gpt2-117M-gguf
|
10 |
+
* `gpt2-117m-q6_k` - from https://huggingface.co/RichardErkhov/openai-community_-_gpt2-gguf
|
11 |
+
* `bge-small-en-v1.5-f16.gguf` - from https://huggingface.co/CompendiumLabs/bge-small-en-v1.5-gguf
|