VladimirVorobev commited on
Commit
13f60a9
1 Parent(s): 83531ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -53,11 +53,11 @@ paraphrase(text)
53
  ```
54
  **Output:**
55
  ```python
56
- ['Which are the top destinations to explore in New York?',
57
- 'What are some must-see locations in New York?',
58
- 'Which places should I not miss when visiting New York?',
59
- 'What are some must-see attractions in New York?',
60
- 'Which are the top tourist destinations in New York?']
61
  ```
62
 
63
  **Input:**
@@ -67,17 +67,17 @@ paraphrase(text)
67
  ```
68
  **Output:**
69
  ```python
70
- ['In May and June 2000, Rammstein recorded Mutter in the south of France, and in October of that year, it was mixed in Stockholm.',
71
- 'In May and June 2000, Rammstein filmed the album Mutter in the south of France, and in October of that year, it was mixed in Stockholm.',
72
- 'In May and June 2000, Rammstein recorded Mutter in the south of France, followed by mixing in Stockholm in October of the same year.',
73
- 'The album Mutter by Rammstein was recorded in the south of France in May and June 2000, and mixed in Stockholm in October of the same year.',
74
- 'In May and June 2000, Rammstein recorded Mutter in the south of France, followed by mixing in Stockholm in October of that year.']
75
  ```
76
 
77
 
78
  **Train parameters:**
79
  ```python
80
- epochs = 2
81
  batch_size = 64
82
  max_length = 128
83
  lr = 5e-5
 
53
  ```
54
  **Output:**
55
  ```python
56
+ ['What are some of the must-visit places in New York?',
57
+ 'Which are the top destinations to explore in New York?',
58
+ 'What are some of the must-visit spots in New York?',
59
+ 'What are some of the must-see places in New York?',
60
+ 'Which places should I not miss when visiting New York?']
61
  ```
62
 
63
  **Input:**
 
67
  ```
68
  **Output:**
69
  ```python
70
+ ['In May and June 2000, Rammstein recorded Mutter in the south of France, with the album being mixed in Stockholm in October of the same year.',
71
+ 'In May and June 2000, Rammstein recorded Mutter in the south of France, with the album being mixed in Stockholm in October of that year.',
72
+ 'In May and June 2000, Rammstein recorded Mutter, his album, in the south of France, with mixing taking place in Stockholm in October of the same year.',
73
+ 'In May and June 2000, Rammstein filmed the recording of his album Mutter in the south of France, with the mixing process taking place in Stockholm in October of the same year.',
74
+ 'In May and June 2000, Rammstein recorded Mutter in the south of France, with mixing taking place in Stockholm in October of the same year.']
75
  ```
76
 
77
 
78
  **Train parameters:**
79
  ```python
80
+ epochs = 3
81
  batch_size = 64
82
  max_length = 128
83
  lr = 5e-5