VladimirVorobev
commited on
Commit
•
c4a6e66
1
Parent(s):
5d4ca24
Update README.md
Browse files
README.md
CHANGED
@@ -16,12 +16,15 @@ inference:
|
|
16 |
temperature: 0.7
|
17 |
max_length: 128
|
18 |
widget:
|
19 |
-
- text:
|
20 |
-
example_title:
|
21 |
-
- text:
|
22 |
-
example_title:
|
23 |
-
- text:
|
24 |
-
|
|
|
|
|
|
|
25 |
---
|
26 |
This model was trained on our [ChatGPT paraphrase dataset](https://huggingface.co/datasets/humarin/chatgpt-paraphrases).
|
27 |
|
@@ -113,5 +116,4 @@ lr = 5e-5
|
|
113 |
batches_qty = 196465
|
114 |
betas = (0.9, 0.999)
|
115 |
eps = 1e-08
|
116 |
-
```
|
117 |
-
|
|
|
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: >-
|
24 |
+
Rammstein's album Mutter was recorded in the south of France in May and June
|
25 |
+
2000, and mixed in Stockholm in October of that year.
|
26 |
+
example_title: Rammstein's album Mutter
|
27 |
+
pipeline_tag: text2text-generation
|
28 |
---
|
29 |
This model was trained on our [ChatGPT paraphrase dataset](https://huggingface.co/datasets/humarin/chatgpt-paraphrases).
|
30 |
|
|
|
116 |
batches_qty = 196465
|
117 |
betas = (0.9, 0.999)
|
118 |
eps = 1e-08
|
119 |
+
```
|
|