AlekseyScorpi commited on
Commit
d5356f7
1 Parent(s): 8479e01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ datasets:
4
+ - AlekseyScorpi/vacancies_prompts
5
+ language:
6
+ - ru
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - code
10
+ ---
11
+ ### About this model
12
+ This model was finetuned with https://huggingface.co/datasets/AlekseyScorpi/vacancies_prompts. Original goal for this model is generating originals vacancies texts. Here you can download LoRA adapter and using with original model.
13
+
14
+ ### Original model
15
+ Original model is https://huggingface.co/IlyaGusev/saiga_llama3_8b
16
+
17
+ ### Prompt template
18
+ Here is a prompt template to correctly use the model
19
+ '''
20
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
21
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
22
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
23
+ '''