Text-to-Speech
Transformers
GGUF
tts
speech
audio
qwen
qwen3
qwen-tts
neural-tts
single-speaker
voice
character-voice
celune
Instructions to use mradermacher/Celune-1.7B-Calm-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Celune-1.7B-Calm-GGUF with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="mradermacher/Celune-1.7B-Calm-GGUF")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Celune-1.7B-Calm-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Celune-1.7B-Calm-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/Celune-1.7B-Calm-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Celune-1.7B-Calm-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/Celune-1.7B-Calm-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Celune-1.7B-Calm-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/Celune-1.7B-Calm-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Celune-1.7B-Calm-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/Celune-1.7B-Calm-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Celune-1.7B-Calm-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Celune-1.7B-Calm-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Celune-1.7B-Calm-GGUF with Ollama:
ollama run hf.co/mradermacher/Celune-1.7B-Calm-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Celune-1.7B-Calm-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/Celune-1.7B-Calm-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/Celune-1.7B-Calm-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/Celune-1.7B-Calm-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/Celune-1.7B-Calm-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Celune-1.7B-Calm-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Celune-1.7B-Calm-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Celune-1.7B-Calm-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Celune-1.7B-Calm-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rich1
Browse files- .gitattributes +12 -0
- Celune-1.7B-Calm.IQ4_XS.gguf +3 -0
- Celune-1.7B-Calm.Q2_K.gguf +3 -0
- Celune-1.7B-Calm.Q3_K_L.gguf +3 -0
- Celune-1.7B-Calm.Q3_K_M.gguf +3 -0
- Celune-1.7B-Calm.Q3_K_S.gguf +3 -0
- Celune-1.7B-Calm.Q4_K_M.gguf +3 -0
- Celune-1.7B-Calm.Q4_K_S.gguf +3 -0
- Celune-1.7B-Calm.Q5_K_M.gguf +3 -0
- Celune-1.7B-Calm.Q5_K_S.gguf +3 -0
- Celune-1.7B-Calm.Q6_K.gguf +3 -0
- Celune-1.7B-Calm.Q8_0.gguf +3 -0
- Celune-1.7B-Calm.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 |
Celune-1.7B-Calm.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Celune-1.7B-Calm.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Celune-1.7B-Calm.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Celune-1.7B-Calm.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Celune-1.7B-Calm.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Celune-1.7B-Calm.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Celune-1.7B-Calm.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Celune-1.7B-Calm.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Celune-1.7B-Calm.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Celune-1.7B-Calm.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Celune-1.7B-Calm.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Celune-1.7B-Calm.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Celune-1.7B-Calm.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Celune-1.7B-Calm.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Celune-1.7B-Calm.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Celune-1.7B-Calm.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Celune-1.7B-Calm.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48546eb206da77a52cac2f2e819646328a03a5729bc7400ec03ba0d04f86fdee
|
| 3 |
+
size 934918432
|
Celune-1.7B-Calm.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1692afe2c7e2d9f8469f55a15bdd3714a1b52b2d31b0b9a730a3b1683068d3b9
|
| 3 |
+
size 631949600
|
Celune-1.7B-Calm.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b5658f99dfff323421cbfdb38e137fc5bd88faa9a376159bf6b2e1087159be0
|
| 3 |
+
size 889897248
|
Celune-1.7B-Calm.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:471399f0730acae7be5ffc2fa2fe0c0b2262375601e37c4506578dcfa7ecf3f2
|
| 3 |
+
size 825934112
|
Celune-1.7B-Calm.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee6a0b8e3872f6a6558ce5ded4c661a2d22b67a0e7d04cb6a0313eb157dc841f
|
| 3 |
+
size 753647904
|
Celune-1.7B-Calm.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e6085d4afc89958ae105ac4b34b050525b35aae3217363c03a7e6ed3bcfd915
|
| 3 |
+
size 1035966752
|
Celune-1.7B-Calm.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8be39ecf7e512457de0d8ae5fbff6c10b6cfc0a6d351e77a74ffc77fca6387d3
|
| 3 |
+
size 988748064
|
Celune-1.7B-Calm.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb33bb0dc592a711e5c24a94e2f60799a5e64e9159129e8c962a77b59ae6b6e3
|
| 3 |
+
size 1226119456
|
Celune-1.7B-Calm.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c4f390367e62b7b063ff702c899c3d0556acdbe9aadcb74374273819385dc1c
|
| 3 |
+
size 1198823712
|
Celune-1.7B-Calm.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d389fe9f35dd854ff860788812a3707282fdf75746d0dd563d14b659b21515d2
|
| 3 |
+
size 1428156704
|
Celune-1.7B-Calm.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e29ab03e16eda75717ad4bd9e49b693919b4e2126c74e11e2cb9c81e825738b0
|
| 3 |
+
size 1847875872
|
Celune-1.7B-Calm.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0a8fdd0962867dcc979dc5c2b9290511769f3632ab269d87b679b663aca5f0b
|
| 3 |
+
size 3472595232
|