File size: 1,371 Bytes
5465f0f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
license: mit
license_link: https://huggingface.co/microsoft/Phi-3-medium-4k-instruct/resolve/main/LICENSE
language:
- sq
library_name: transformers
pipeline_tag: text-generation
tags:
- nlp
- code
- llama-cpp
- gguf-my-lora
inference:
parameters:
temperature: 0.7
widget:
- messages:
- role: user
content: Identifiko emrat e personave në këtë artikull 'Majlinda Kelmendi (lindi
më 9 maj 1991), është një xhudiste shqiptare nga Peja, Kosovë.'
base_model: Kushtrim/Phi-3-medium-4k-instruct-sq
---
# NikolayKozloff/Phi-3-medium-4k-instruct-sq-F16-GGUF
This LoRA adapter was converted to GGUF format from [`Kushtrim/Phi-3-medium-4k-instruct-sq`](https://huggingface.co/Kushtrim/Phi-3-medium-4k-instruct-sq) via the ggml.ai's [GGUF-my-lora](https://huggingface.co/spaces/ggml-org/gguf-my-lora) space.
Refer to the [original adapter repository](https://huggingface.co/Kushtrim/Phi-3-medium-4k-instruct-sq) for more details.
## Use with llama.cpp
```bash
# with cli
llama-cli -m base_model.gguf --lora Phi-3-medium-4k-instruct-sq-f16.gguf (...other args)
# with server
llama-server -m base_model.gguf --lora Phi-3-medium-4k-instruct-sq-f16.gguf (...other args)
```
To know more about LoRA usage with llama.cpp server, refer to the [llama.cpp server documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md).
|