Feature Extraction
GGUF
English
Chinese
multilingual
llama.cpp
embedding
multimodal
qwen2
qwen2.5-omni
text-embedding
image-embedding
audio-embedding
imatrix
quantized
Eval Results (legacy)
conversational
Instructions to use marksverdhei/LCO-Embedding-Omni-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use marksverdhei/LCO-Embedding-Omni-7B-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use marksverdhei/LCO-Embedding-Omni-7B-GGUF with Ollama:
ollama run hf.co/marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
- Unsloth Studio
How to use marksverdhei/LCO-Embedding-Omni-7B-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for marksverdhei/LCO-Embedding-Omni-7B-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for marksverdhei/LCO-Embedding-Omni-7B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for marksverdhei/LCO-Embedding-Omni-7B-GGUF to start chatting
- Docker Model Runner
How to use marksverdhei/LCO-Embedding-Omni-7B-GGUF with Docker Model Runner:
docker model run hf.co/marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
- Lemonade
How to use marksverdhei/LCO-Embedding-Omni-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull marksverdhei/LCO-Embedding-Omni-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.LCO-Embedding-Omni-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Commit ·
7410dbf
1
Parent(s): 72a842b
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,38 +3,39 @@ base_model: LCO-Embedding/LCO-Embedding-Omni-7B
|
|
| 3 |
library_name: llama.cpp
|
| 4 |
license: apache-2.0
|
| 5 |
language:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 20 |
pipeline_tag: feature-extraction
|
| 21 |
model_type: qwen2vl
|
| 22 |
quantized_by: marksverdhei
|
| 23 |
datasets:
|
| 24 |
-
|
| 25 |
model_name: LCO-Embedding-Omni-7B-GGUF
|
| 26 |
model-index:
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
---
|
| 39 |
|
| 40 |
# LCO-Embedding-Omni-7B-GGUF
|
|
@@ -213,4 +214,4 @@ curl -s http://localhost:8080/embeddings \
|
|
| 213 |
journal={arXiv preprint arXiv:2503.20215},
|
| 214 |
year={2025}
|
| 215 |
}
|
| 216 |
-
```
|
|
|
|
| 3 |
library_name: llama.cpp
|
| 4 |
license: apache-2.0
|
| 5 |
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
- multilingual
|
| 9 |
tags:
|
| 10 |
+
- gguf
|
| 11 |
+
- embedding
|
| 12 |
+
- multimodal
|
| 13 |
+
- qwen2
|
| 14 |
+
- qwen2.5-omni
|
| 15 |
+
- feature-extraction
|
| 16 |
+
- text-embedding
|
| 17 |
+
- image-embedding
|
| 18 |
+
- audio-embedding
|
| 19 |
+
- imatrix
|
| 20 |
+
- quantized
|
| 21 |
pipeline_tag: feature-extraction
|
| 22 |
model_type: qwen2vl
|
| 23 |
quantized_by: marksverdhei
|
| 24 |
datasets:
|
| 25 |
+
- MIEB
|
| 26 |
model_name: LCO-Embedding-Omni-7B-GGUF
|
| 27 |
model-index:
|
| 28 |
+
- name: LCO-Embedding-Omni-7B-GGUF
|
| 29 |
+
results:
|
| 30 |
+
- task:
|
| 31 |
+
type: feature-extraction
|
| 32 |
+
dataset:
|
| 33 |
+
name: MIEB-Lite
|
| 34 |
+
type: MIEB
|
| 35 |
+
metrics:
|
| 36 |
+
- name: Embedding Dimensions
|
| 37 |
+
type: embedding_dimensions
|
| 38 |
+
value: 3584
|
| 39 |
---
|
| 40 |
|
| 41 |
# LCO-Embedding-Omni-7B-GGUF
|
|
|
|
| 214 |
journal={arXiv preprint arXiv:2503.20215},
|
| 215 |
year={2025}
|
| 216 |
}
|
| 217 |
+
```
|