Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: lleticiasilvaa/StableCode-schemaLinking-min
|
3 |
+
library_name: transformers
|
4 |
+
model_name: StableCode-schemaLinking-min
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- llama-cpp
|
10 |
+
- gguf-my-lora
|
11 |
+
licence: license
|
12 |
+
---
|
13 |
+
|
14 |
+
# paulo037/StableCode-schemaLinking-min-Q8_0-GGUF
|
15 |
+
This LoRA adapter was converted to GGUF format from [`lleticiasilvaa/StableCode-schemaLinking-min`](https://huggingface.co/lleticiasilvaa/StableCode-schemaLinking-min) via the ggml.ai's [GGUF-my-lora](https://huggingface.co/spaces/ggml-org/gguf-my-lora) space.
|
16 |
+
Refer to the [original adapter repository](https://huggingface.co/lleticiasilvaa/StableCode-schemaLinking-min) for more details.
|
17 |
+
|
18 |
+
## Use with llama.cpp
|
19 |
+
|
20 |
+
```bash
|
21 |
+
# with cli
|
22 |
+
llama-cli -m base_model.gguf --lora StableCode-schemaLinking-min-q8_0.gguf (...other args)
|
23 |
+
|
24 |
+
# with server
|
25 |
+
llama-server -m base_model.gguf --lora StableCode-schemaLinking-min-q8_0.gguf (...other args)
|
26 |
+
```
|
27 |
+
|
28 |
+
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).
|