VladimirVorobev
commited on
Commit
•
26ffbde
1
Parent(s):
d601354
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,23 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
This model was trained on our [ChatGPT paraphrase dataset](https://huggingface.co/datasets/humarin/chatgpt-paraphrases).
|
10 |
|
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
8 |
+
inference:
|
9 |
+
parameters:
|
10 |
+
num_beams: 5,
|
11 |
+
num_beam_groups: 5,
|
12 |
+
num_return_sequences: 5,
|
13 |
+
repetition_penalty: 10.0,
|
14 |
+
diversity_penalty: 3.0,
|
15 |
+
no_repeat_ngram_size: 2,
|
16 |
+
temperature: 0.7,
|
17 |
+
max_length: 128
|
18 |
+
widget:
|
19 |
+
- text: "What are the best places to see in New York?"
|
20 |
+
example_title: "New York tourist attractions"
|
21 |
+
- text: "When should I go to the doctor?"
|
22 |
+
example_title: "Doctor's time"
|
23 |
+
- text: "Rammstein's album Mutter was recorded in the south of France in May and June 2000, and mixed in Stockholm in October of that year."
|
24 |
+
example_title: "Rammstein's album Mutter"
|
25 |
---
|
26 |
This model was trained on our [ChatGPT paraphrase dataset](https://huggingface.co/datasets/humarin/chatgpt-paraphrases).
|
27 |
|