File size: 1,305 Bytes
96f48c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96b27c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-nd-4.0
library_name: peft
tags:
- generated_from_trainer
base_model: rizla/rizla-17
model-index:
- name: trrapi-16
  results: []
datasets:
- noxneural/lilium_albanicum_eng_alb
---


**qlora finetune of frankensteined rizla/rizla-17 model**

The original Rizla models, already displaying promising multilingual capabilities, underwent multiple rounds of customization and optimizations to further enhance their versatility across languages. The process involves not only fine-tuned adjustments for better language comprehension but also strategic modifications to the underlying framework itself.

This continual refinement in response to specific requirements exemplifies a dynamic approach towards tackling natural language understanding tasks, where adaptability and flexibility are key factors contributing to performance improvements. In essence, these iterative advancements strive to bridge the gap between generalized pre-trained models and highly specialized applications. 

***To run a localhost 127.0.0.1:8080 server with llama.cpp do**

```bash

wget https://huggingface.co/rizla/trrapi-16b/resolve/main/trrapi-q5km.gguf

git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make -j

./server -m ../trrapi-q5km.gguf --port 8080 -c 2000 -cb -t 8 -ngl 80
```