VladimirVorobev commited on
Commit
0e3538f
1 Parent(s): 299a721

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -85,11 +85,11 @@ paraphrase(text)
85
  ```
86
  **Output:**
87
  ```python
88
- ['Which places should I not miss when visiting New York?',
89
- 'What are the top-rated tourist destinations in New York?',
90
- 'Where should I go sightseeing in New York?',
91
- 'Can you suggest some must-see places in New York?',
92
- 'What are some must-see places in New York?']
93
  ```
94
 
95
  **Input:**
@@ -99,17 +99,17 @@ paraphrase(text)
99
  ```
100
  **Output:**
101
  ```python
102
- ['In May and June 2000, Rammstein filmed the album Mutter in the south of France, with mixing taking place 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 subsequent mixing taking place in Stockholm in October of that year.',
104
- 'Mutter, the album by Rammstein, was recorded in the south of France during May and June 2000, with mixing taking place at Stockholm in October of that year.',
105
- "Rammstein's album Mutter was produced during May and June 2000 in southern France, with mixing taking place in Stockholm from October.",
106
- 'In May and June 2000, Rammstein recorded Mutter in southern France, followed by mixing it in Stockholm in October of the same year.']
107
  ```
108
 
109
 
110
  **Train parameters:**
111
  ```python
112
- epochs = 3.5
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