Text Generation
English
Korean
mistral
Delcos commited on
Commit
c1fad86
·
1 Parent(s): e5c3630

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ datasets:
4
+ - maywell/ko_wikidata_QA
5
+ - kyujinpy/OpenOrca-KO
6
+ - Anthropic/hh-rlhf
7
+ language:
8
+ - en
9
+ - ko
10
+ pipeline_tag: text-generation
11
+ tags:
12
+ - mistral
13
+ ---
14
+
15
+ # PiVoT-0.1-early
16
+
17
+ ![image/png](./PiVoT11b.png)
18
+
19
+ # **Model Details**
20
+
21
+ ### Description
22
+ PivoT is Finetuned model based on Mistral 7B. It is variation from Synatra v0.3 RP which has shown decent performance.
23
+
24
+ PiVoT-0.1-Evil-**a** is an **Evil tuned** Version of PiVoT. It finetuned by method below.
25
+
26
+ PiVot-0.1-Evil-**b** has Noisy Embedding tuned. It would have more variety in results.
27
+
28
+ ![image/png](./eviltune.png)
29
+
30
+
31
+ <!-- prompt-template start -->
32
+ ## Prompt template: Alpaca-InstructOnly2
33
+
34
+ ```
35
+ ### Instruction:
36
+ {prompt}
37
+
38
+ ### Response:
39
+
40
+ ```
41
+
42
+ <!-- prompt-template end -->