Transformers
GGUF
English
islamic finance
islamic banks
text classification
climate
binary classification
NLP
finance
feature-extraction
Instructions to use mradermacher/Islamic-FinClimateBERT-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Islamic-FinClimateBERT-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Islamic-FinClimateBERT-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Islamic-FinClimateBERT-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/Islamic-FinClimateBERT-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Islamic-FinClimateBERT-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/Islamic-FinClimateBERT-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Islamic-FinClimateBERT-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/Islamic-FinClimateBERT-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Islamic-FinClimateBERT-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/Islamic-FinClimateBERT-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Islamic-FinClimateBERT-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Islamic-FinClimateBERT-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Islamic-FinClimateBERT-GGUF with Ollama:
ollama run hf.co/mradermacher/Islamic-FinClimateBERT-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/Islamic-FinClimateBERT-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Islamic-FinClimateBERT-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Islamic-FinClimateBERT-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Islamic-FinClimateBERT-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Islamic-FinClimateBERT-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from leia
Browse files- .gitattributes +12 -0
- Islamic-FinClimateBERT.IQ4_XS.gguf +3 -0
- Islamic-FinClimateBERT.Q2_K.gguf +3 -0
- Islamic-FinClimateBERT.Q3_K_L.gguf +3 -0
- Islamic-FinClimateBERT.Q3_K_M.gguf +3 -0
- Islamic-FinClimateBERT.Q3_K_S.gguf +3 -0
- Islamic-FinClimateBERT.Q4_K_M.gguf +3 -0
- Islamic-FinClimateBERT.Q4_K_S.gguf +3 -0
- Islamic-FinClimateBERT.Q5_K_M.gguf +3 -0
- Islamic-FinClimateBERT.Q5_K_S.gguf +3 -0
- Islamic-FinClimateBERT.Q6_K.gguf +3 -0
- Islamic-FinClimateBERT.Q8_0.gguf +3 -0
- Islamic-FinClimateBERT.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Islamic-FinClimateBERT.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Islamic-FinClimateBERT.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Islamic-FinClimateBERT.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Islamic-FinClimateBERT.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Islamic-FinClimateBERT.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Islamic-FinClimateBERT.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Islamic-FinClimateBERT.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Islamic-FinClimateBERT.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Islamic-FinClimateBERT.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Islamic-FinClimateBERT.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Islamic-FinClimateBERT.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Islamic-FinClimateBERT.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Islamic-FinClimateBERT.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:525efb5b8fce52cdc4493c778d9b784ac89c96bfc5b48a04df90c43ce987001d
|
| 3 |
+
size 58294016
|
Islamic-FinClimateBERT.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:645b0940fa21243e79efcfd4c3d736a5d9700805ee8849259b9e77b421df53a2
|
| 3 |
+
size 51704256
|
Islamic-FinClimateBERT.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:759f237a2ee0845055a17bbc7ce8cd770595f009619ae46a8657919b64a0c134
|
| 3 |
+
size 59395168
|
Islamic-FinClimateBERT.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e13df81ffe7e39c8832c99c7ae4c36b7849f4e8a927df55e745a04db36ad9d0
|
| 3 |
+
size 56888416
|
Islamic-FinClimateBERT.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:485b30ccd81e39b4f3b0cfb6e17073f56d9d5e5ae7970ec7d266fe07ffdf93d7
|
| 3 |
+
size 53920864
|
Islamic-FinClimateBERT.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cf4fcea6dcba77ae8ebceaa6a515b7c9ab384a0cf0530b19c24fa0114623628
|
| 3 |
+
size 61160224
|
Islamic-FinClimateBERT.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:442baa6a45f8cb7132ea44871f351fa2bf313fa6c7ba6bc5d54c88a731dc0511
|
| 3 |
+
size 59934496
|
Islamic-FinClimateBERT.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e40869d166d75f45da79800f396e59fd6eef2cf0d43981c78a027cfdefe88c6
|
| 3 |
+
size 65805280
|
Islamic-FinClimateBERT.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afdb251a4de5a46b9c32c32d190d942842ea31227438230eca7b9bd79da7eed9
|
| 3 |
+
size 65021920
|
Islamic-FinClimateBERT.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be48bd18e6dc5380d6c033dc364dce389912d75e486bac4d43356ffeb72b3f6d
|
| 3 |
+
size 70740672
|
Islamic-FinClimateBERT.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e3b6cc0ab8b6dd5ee8229d6ad5bdac39b69cd079bba8075fd692948c8d99b8c
|
| 3 |
+
size 90561920
|
Islamic-FinClimateBERT.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2b9f8ceeb203f94490e09d1e8cf2c80c79d80bf9f3ffa1ce90a9a4dfc9974e8
|
| 3 |
+
size 167289440
|