Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
datasets:
|
4 |
+
- wi_locness
|
5 |
+
- matejklemen/falko_merlin
|
6 |
+
- paws
|
7 |
+
- paws-x
|
8 |
+
- asset
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
- de
|
12 |
+
- es
|
13 |
+
- ar
|
14 |
+
- ja
|
15 |
+
- ko
|
16 |
+
- zh
|
17 |
+
metrics:
|
18 |
+
- bleu
|
19 |
+
- rouge
|
20 |
+
- sari
|
21 |
+
- accuracy
|
22 |
+
library_name: transformers
|
23 |
+
widget:
|
24 |
+
- text: 'Umschreiben sie den satz: When I grow up, I start to understand what he said
|
25 |
+
is quite right.'
|
26 |
+
example_title: GEC (de|en)
|
27 |
+
- text: '문장의 간단한 버전 작성: Cuando se pueden mantener tasas de flujo comparables, los
|
28 |
+
resultados son altos.'
|
29 |
+
example_title: Simplification (ko|es)
|
30 |
+
- text: 'Paraphrase this: いちごは物語を紹介し、読者をイベントに導くと彼は言った。'
|
31 |
+
example_title: Paraphrase (en|ja)
|
32 |
+
pipeline_tag: text2text-generation
|
33 |
+
base_model: grammarly/medit-xl
|
34 |
+
tags:
|
35 |
+
- llama-cpp
|
36 |
+
- gguf-my-lora
|
37 |
+
---
|
38 |
+
|
39 |
+
# aynig/medit-xl-F16-GGUF
|
40 |
+
This LoRA adapter was converted to GGUF format from [`grammarly/medit-xl`](https://huggingface.co/grammarly/medit-xl) via the ggml.ai's [GGUF-my-lora](https://huggingface.co/spaces/ggml-org/gguf-my-lora) space.
|
41 |
+
Refer to the [original adapter repository](https://huggingface.co/grammarly/medit-xl) for more details.
|
42 |
+
|
43 |
+
## Use with llama.cpp
|
44 |
+
|
45 |
+
```bash
|
46 |
+
# with cli
|
47 |
+
llama-cli -m base_model.gguf --lora medit-xl-f16.gguf (...other args)
|
48 |
+
|
49 |
+
# with server
|
50 |
+
llama-server -m base_model.gguf --lora medit-xl-f16.gguf (...other args)
|
51 |
+
```
|
52 |
+
|
53 |
+
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).
|