Instructions to use omuralcin/qwen3-hadis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Desktop
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,14 +28,14 @@ Qwen3-4B modelinin hadis verileriyle fine-tune edilmiş Türkçe/Arapça versiyo
|
|
| 28 |
from unsloth import FastLanguageModel
|
| 29 |
|
| 30 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
| 31 |
-
model_name="
|
| 32 |
load_in_4bit=True,
|
| 33 |
)
|
| 34 |
```
|
| 35 |
|
| 36 |
## GGUF Versiyonu
|
| 37 |
|
| 38 |
-
[
|
| 39 |
|
| 40 |
## Notlar
|
| 41 |
|
|
|
|
| 28 |
from unsloth import FastLanguageModel
|
| 29 |
|
| 30 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
| 31 |
+
model_name="omuralcin/qwen3-hadis",
|
| 32 |
load_in_4bit=True,
|
| 33 |
)
|
| 34 |
```
|
| 35 |
|
| 36 |
## GGUF Versiyonu
|
| 37 |
|
| 38 |
+
[omuralcin/qwen3-hadis-gguf](https://huggingface.co/omuralcin/qwen3-hadis-gguf)
|
| 39 |
|
| 40 |
## Notlar
|
| 41 |
|