File size: 1,072 Bytes
66b4de2
 
6b427c3
66b4de2
 
 
 
 
 
 
 
d6f2f57
66b4de2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
datasets:
- yahma/alpaca_cleaned
- lksy/ru_instruct_gpt4
language:
- ru
pipeline_tag: text2text-generation
inference: false
---


Based on [LLaMA 13B](https://huggingface.co/yahma/llama-13b-hf).

Trained on 4 LoRA modules.

Parameters:

```
{
  "base_model_name_or_path": "./llama-30b-hf",
  "bias": "none",
  "enable_lora": null,
  "fan_in_fan_out": false,
  "inference_mode": true,
  "lora_alpha": 16,
  "lora_dropout": 0.05,
  "merge_weights": false,
  "modules_to_save": null,
  "peft_type": "LORA",
  "r": 16,
  "target_modules": [
    "q_proj",
    "v_proj",
    "k_proj",
    "o_proj"
  ],
  "task_type": "CAUSAL_LM"
}
```
Cutoff length set to 512


```
Prompt template:

{
    "description": "A shorter template to experiment with.",
    "prompt_input": "### Задание:\n{instruction}\n\n### Вход:\n{input}\n\n### Ответ:\n",
    "prompt_no_input": "### Задание:\n{instruction}\n\n### Ответ:\n",
    "response_split": "### Ответ:"    
}
```

[WandB report](https://wandb.ai/lksy/huggingface/runs/oj1ezptd)

Epochs: 4

Loss: 0.853