Instructions to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF", filename="Waraqon-v4-Arabic-OCR-HTML-Qari.IQ4_XS.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-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/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-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/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF with Ollama:
ollama run hf.co/mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-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 mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-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 mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Waraqon-v4-Arabic-OCR-HTML-Qari-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from nico1
Browse files- .gitattributes +12 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.IQ4_XS.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q2_K.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_L.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_M.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_S.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q4_K_M.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q4_K_S.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q5_K_M.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q5_K_S.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q6_K.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.Q8_0.gguf +3 -0
- Waraqon-v4-Arabic-OCR-HTML-Qari.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 |
Waraqon-v4-Arabic-OCR-HTML-Qari.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Waraqon-v4-Arabic-OCR-HTML-Qari.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Waraqon-v4-Arabic-OCR-HTML-Qari.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Waraqon-v4-Arabic-OCR-HTML-Qari.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Waraqon-v4-Arabic-OCR-HTML-Qari.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Waraqon-v4-Arabic-OCR-HTML-Qari.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83d19576fffabe1d47a8cd199270b7dcbdcfa3cda018478ce0b8302f665ef6b8
|
| 3 |
+
size 902181280
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0452dda101a4467a3000919f42cc29f13dbbc473a34900baa1d5ab1d580ba87b
|
| 3 |
+
size 676303264
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:682f984d395250d8e4e9112b1aede8d6f120af0f15cfafebcc95057070120a92
|
| 3 |
+
size 880161184
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da3e73c578ad42b1bf50989c3ef816c8ec70173347f5d97776094d421734aa2e
|
| 3 |
+
size 824177056
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ca697f092d448ce3e2138bdf47a746b688034f752ead00f9282b682d86ce588
|
| 3 |
+
size 760943008
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2949987dbfbfcda87b67349df278bf3bf22d66d99b70d10b83d2c90f2df2e96b
|
| 3 |
+
size 986046880
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9169c4c01243247c2cd3d8ad616410369210b5d36d7a8d9b313ddf7da4ce14b
|
| 3 |
+
size 940310944
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15c9797b4798ab88da5786e7d77e5273a70aa96ed0652048f210ffa67d4a24ae
|
| 3 |
+
size 1125048736
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffb47eb535335d67c544758733f624de4c8e64c56e875e3baedb2208a74b8204
|
| 3 |
+
size 1098727840
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d9220050f27935f71f445f8e63b235167a601db70bfe70003beb0f2ef950088
|
| 3 |
+
size 1272738208
|
Waraqon-v4-Arabic-OCR-HTML-Qari.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:855f665c174caa77790c9d3f69abb7bb66570d1fe3ad5f8f64b2453357c5f3b2
|
| 3 |
+
size 1646571424
|
Waraqon-v4-Arabic-OCR-HTML-Qari.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:400dc99f48203b0227f8651da9d58196abd3b48b60ee6778bfdb61c80e656fdc
|
| 3 |
+
size 3093667744
|