File size: 614 Bytes
5d687c9
 
1303cb2
 
 
 
 
 
 
5d687c9
1303cb2
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: llama2
datasets:
- AlekseyScorpi/vacancies_prompts_en
language:
- en
pipeline_tag: text-generation
tags:
- code
---
### About this model
This model was finetuned with https://huggingface.co/datasets/AlekseyScorpi/vacancies_prompts_en. Original goal for this model is generating originals vacancies texts. Here you can download LoRA adapter and using with original model.

### Original model
Original model is https://huggingface.co/meta-llama/Llama-2-13b-chat-hf

### Prompt template
Here is a prompt template to correctly use the model
```
[INST] <<SYS>>
{system_prompt}
<</SYS>>
{message}[/INST]
```