Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
---
|
@@ -14,6 +36,8 @@ The following `bitsandbytes` quantization config was used during training:
|
|
14 |
- bnb_4bit_quant_type: fp4
|
15 |
- bnb_4bit_use_double_quant: False
|
16 |
- bnb_4bit_compute_dtype: float32
|
|
|
|
|
17 |
### Framework versions
|
18 |
|
19 |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
# Politeness Generative Model
|
8 |
+
|
9 |
+
## Overview
|
10 |
+
|
11 |
+
This GPT-based model is a text2text generator that writes a polite version of an input sentence. It is based on gpt-j-6B and was aligned using 29,000 pairs of sentences.
|
12 |
+
|
13 |
+
|
14 |
+
## Prompt
|
15 |
+
|
16 |
+
You have an input text. Write a polite version of the text preserving the meaning of the input.
|
17 |
+
|
18 |
+
Input: What are your thoughts on the proposed merger and its potential effects on our industry?
|
19 |
+
|
20 |
+
Output: I'm sorry, but I don't have any thoughts on the proposed merger and its potential effects on our industry.
|
21 |
+
|
22 |
+
|
23 |
---
|
24 |
library_name: peft
|
25 |
---
|
|
|
36 |
- bnb_4bit_quant_type: fp4
|
37 |
- bnb_4bit_use_double_quant: False
|
38 |
- bnb_4bit_compute_dtype: float32
|
39 |
+
|
40 |
+
|
41 |
### Framework versions
|
42 |
|
43 |
|