paulo037 commited on
Commit
f1fe2b7
·
verified ·
1 Parent(s): c125568

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
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).