VladimirVorobev
commited on
Commit
•
0e3538f
1
Parent(s):
299a721
Update README.md
Browse files
README.md
CHANGED
@@ -85,11 +85,11 @@ paraphrase(text)
|
|
85 |
```
|
86 |
**Output:**
|
87 |
```python
|
88 |
-
['
|
89 |
-
'
|
90 |
-
'Where should
|
91 |
-
'
|
92 |
-
'What are
|
93 |
```
|
94 |
|
95 |
**Input:**
|
@@ -99,17 +99,17 @@ paraphrase(text)
|
|
99 |
```
|
100 |
**Output:**
|
101 |
```python
|
102 |
-
['In May and June 2000, Rammstein
|
103 |
-
'The album Mutter by Rammstein was recorded in the south of France during May and June 2000, with
|
104 |
-
'
|
105 |
-
|
106 |
-
'In May and June 2000, Rammstein recorded Mutter in
|
107 |
```
|
108 |
|
109 |
|
110 |
**Train parameters:**
|
111 |
```python
|
112 |
-
epochs =
|
113 |
batch_size = 64
|
114 |
max_length = 128
|
115 |
lr = 5e-5
|
|
|
85 |
```
|
86 |
**Output:**
|
87 |
```python
|
88 |
+
['What are some must-see places in New York?',
|
89 |
+
'Can you suggest some must-see spots in New York?',
|
90 |
+
'Where should one go to experience the best NYC has to offer?',
|
91 |
+
'Which places should I visit in New York?',
|
92 |
+
'What are the top destinations to explore in New York?']
|
93 |
```
|
94 |
|
95 |
**Input:**
|
|
|
99 |
```
|
100 |
**Output:**
|
101 |
```python
|
102 |
+
['In May and June 2000, Rammstein travelled to the south of France to record his album Mutter, which was mixed in Stockholm in October of that year.',
|
103 |
+
'The album Mutter by Rammstein was recorded in the south of France during May and June 2000, with mixing taking place in Stockholm in October of that year.',
|
104 |
+
'The album Mutter by Rammstein was recorded in the south of France during May and June 2000, with mixing taking place in Stockholm in October of that year. It',
|
105 |
+
'Mutter, the album released by Rammstein, was recorded in southern France during May and June 2000, with mixing taking place between October and September.',
|
106 |
+
'In May and June 2000, Rammstein recorded his album Mutter in the south of France, with the mix being made at Stockholm during October.']
|
107 |
```
|
108 |
|
109 |
|
110 |
**Train parameters:**
|
111 |
```python
|
112 |
+
epochs = 5
|
113 |
batch_size = 64
|
114 |
max_length = 128
|
115 |
lr = 5e-5
|