Upload GGUF model
Browse files- README.md +8 -15
- keip-assistant.q4_k_m.gguf +1 -1
README.md
CHANGED
|
@@ -1,18 +1,6 @@
|
|
| 1 |
-
--
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
datasets:
|
| 4 |
-
- dcruver/keip-assistant-dataset
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
-
metrics:
|
| 8 |
-
- accuracy
|
| 9 |
-
base_model:
|
| 10 |
-
- Qwen/Qwen3-8B
|
| 11 |
-
pipeline_tag: text-generation
|
| 12 |
-
---
|
| 13 |
-
# keip-assistant.q4_k_m.gguf - GGUF
|
| 14 |
|
| 15 |
-
This is a GGUF version of the lora-merged model
|
| 16 |
|
| 17 |
## Model Details
|
| 18 |
|
|
@@ -22,4 +10,9 @@ This is a GGUF version of the lora-merged model, trained on [dcruver/keip-assist
|
|
| 22 |
|
| 23 |
## Usage
|
| 24 |
|
| 25 |
-
This model can be used with [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# lora-merged - GGUF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
This is a GGUF version of the lora-merged model.
|
| 4 |
|
| 5 |
## Model Details
|
| 6 |
|
|
|
|
| 10 |
|
| 11 |
## Usage
|
| 12 |
|
| 13 |
+
This model can be used with [llama.cpp](https://github.com/ggerganov/llama.cpp) and compatible applications.
|
| 14 |
+
|
| 15 |
+
```bash
|
| 16 |
+
# Example llama.cpp command
|
| 17 |
+
./main -m keip-assistant.q4_k_m.gguf -n 1024 -p "Your prompt here"
|
| 18 |
+
```
|
keip-assistant.q4_k_m.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5027783392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d078a7435aeb42e149271bc4ff75a3488fd17648fba059d51623ecca98316b1
|
| 3 |
size 5027783392
|