Transformers
GGUF
English
text-generation-inference
document-ai
table-extraction
layouts
markdown
html-markdown
document-retrieval
visual-grounding
pdf-ocr
layout-analysis
conversational
Instructions to use mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/epsilon-ocr-d.markdown-post3.0.m-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 mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/epsilon-ocr-d.markdown-post3.0.m-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 mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/epsilon-ocr-d.markdown-post3.0.m-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 mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/epsilon-ocr-d.markdown-post3.0.m-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 mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF with Ollama:
ollama run hf.co/mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/epsilon-ocr-d.markdown-post3.0.m-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.epsilon-ocr-d.markdown-post3.0.m-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from nico1
Browse files- .gitattributes +12 -0
- epsilon-ocr-d.markdown-post3.0.m.IQ4_XS.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q2_K.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q3_K_L.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q3_K_M.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q3_K_S.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q4_K_M.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q4_K_S.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q5_K_M.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q5_K_S.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q6_K.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.Q8_0.gguf +3 -0
- epsilon-ocr-d.markdown-post3.0.m.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
epsilon-ocr-d.markdown-post3.0.m.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
epsilon-ocr-d.markdown-post3.0.m.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
epsilon-ocr-d.markdown-post3.0.m.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
epsilon-ocr-d.markdown-post3.0.m.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
epsilon-ocr-d.markdown-post3.0.m.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
epsilon-ocr-d.markdown-post3.0.m.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
epsilon-ocr-d.markdown-post3.0.m.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
epsilon-ocr-d.markdown-post3.0.m.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
epsilon-ocr-d.markdown-post3.0.m.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
epsilon-ocr-d.markdown-post3.0.m.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
epsilon-ocr-d.markdown-post3.0.m.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
epsilon-ocr-d.markdown-post3.0.m.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
epsilon-ocr-d.markdown-post3.0.m.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
epsilon-ocr-d.markdown-post3.0.m.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
epsilon-ocr-d.markdown-post3.0.m.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
epsilon-ocr-d.markdown-post3.0.m.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
epsilon-ocr-d.markdown-post3.0.m.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2a5245b27347993b6de7a2873b1be94350237bceedb0d75b31958daa2712f9e
|
| 3 |
+
size 1753184320
|
epsilon-ocr-d.markdown-post3.0.m.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26f15945b7b167a228c4c75b2a86461bfc5a3f47eddd07e429553126a6c17c29
|
| 3 |
+
size 1274755136
|
epsilon-ocr-d.markdown-post3.0.m.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55a25fac2552073816d6d17d6d6f99a34d1d06c271b9ad147edd73f6758db8a3
|
| 3 |
+
size 1707391040
|
epsilon-ocr-d.markdown-post3.0.m.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22cf4a00343dd7b65d46ebaeb2a4bba2235d13fe59d858b1e0ac9af5cb961754
|
| 3 |
+
size 1590474816
|
epsilon-ocr-d.markdown-post3.0.m.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eccc2a164487a73c526545df2e5ba56dba72899912a379136113fc7ace747058
|
| 3 |
+
size 1454356544
|
epsilon-ocr-d.markdown-post3.0.m.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dec762d82a8b13c6bfe7ad9a35658be06014d3ca391d5551fca21cca5914f232
|
| 3 |
+
size 1929902144
|
epsilon-ocr-d.markdown-post3.0.m.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56aba9f12b29cc20454acb2156eba20e0f689ef2a1a1eeab16188a961114688a
|
| 3 |
+
size 1834383424
|
epsilon-ocr-d.markdown-post3.0.m.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cb239e23db0f8afe3dd5c735e5d1adcaa10b80544b6b53d37eb9e601b086f20
|
| 3 |
+
size 2224814144
|
epsilon-ocr-d.markdown-post3.0.m.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40448fab29e025a71644beb6c19be3fce1a4fba6c1fd7c09768998f2f1db7293
|
| 3 |
+
size 2169665600
|
epsilon-ocr-d.markdown-post3.0.m.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b800a6fae82746b299e507667e98c08344b3ab8ce6493b7a192e183264367d22
|
| 3 |
+
size 2538158144
|
epsilon-ocr-d.markdown-post3.0.m.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6c9dbf099a548ccea0be1606dfe1243ace96304092fd8a92a6c3438eae9bcb2
|
| 3 |
+
size 3285475392
|
epsilon-ocr-d.markdown-post3.0.m.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6cb70d6eb7842682d7dfe7842c6600f1464742bb4fa122d71f6bfad090b5fc6
|
| 3 |
+
size 6178316352
|