Instructions to use olafdil/FrDiarization-Llama-3.1-8B-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use olafdil/FrDiarization-Llama-3.1-8B-4bit 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 olafdil/FrDiarization-Llama-3.1-8B-4bit 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 olafdil/FrDiarization-Llama-3.1-8B-4bit to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for olafdil/FrDiarization-Llama-3.1-8B-4bit to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="olafdil/FrDiarization-Llama-3.1-8B-4bit", max_seq_length=2048, )
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
pytorch_model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3027be87594d316473f49c2e63974b5094538bb3e4ec47dab84d317e7e50359
|
| 3 |
+
size 4976698592
|
pytorch_model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f26b4034b7c41658ee39e15819111d258d54a9004c5cda6920851e19fb89ef6
|
| 3 |
+
size 4999802616
|
pytorch_model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8977d72697390fc53d683b97f554fbeb29f7435a0d8e4e198aed289beacaab50
|
| 3 |
+
size 4915916080
|
pytorch_model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19af2f9ed8ecbdc1c88307217d46d6e4580f4bede878a5e8b2622c1f5ed5f2fa
|
| 3 |
+
size 1168138808
|