prithivida commited on
Commit
efbc2b9
1 Parent(s): 845ef10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -37
README.md CHANGED
@@ -1,7 +1,7 @@
1
  # Parrot
2
 
3
  ## 1. What is Parrot?
4
- Parrot is a paraphrase based utterance augmentation framework purpose built to accelerate training NLU models. A paraphrase framework is more than just a paraphrasing model. Please refer to the [github page](https://github.com/PrithivirajDamodaran/Parrot)
5
 
6
 
7
  ### Installation
@@ -68,42 +68,6 @@ list some famous places which we should not miss in russia?
68
  ```
69
 
70
 
71
- ### How to get syntactic and phrasal diversity/variety in your paraphrases using parrot?
72
-
73
- You can play with the do_diverse knob (check out the next section for more knobs).
74
- Consider this example: do_diverse = False (default)
75
-
76
- ```
77
- ------------------------------------------------------------------------------
78
- Input_phrase: The ultimate test of your knowledge is your capacity to convey it to another.
79
- ------------------------------------------------------------------------------
80
- 'the final test of knowledge is your capacity to impart it '
81
- 'the ultimate test of a person's knowledge is his ability to transmit it to another '
82
- 'the ultimate test of knowledge is the ability to communicate it to another '
83
- 'the ultimate test of knowledge is your ability to communicate it to others '
84
- 'the test of your knowledge is your capacity to communicate it to others '
85
- 'the ultimate test for knowledge is the capacity to show it to another '
86
- 'the ultimate test of your knowledge is your ability to transmit to others '
87
- 'the ultimate test of a knowledge is your capacity to communicate it to another '
88
- 'the ultimate test of knowledge is your capacity to transmit it to another '
89
- 'the final test of your knowledge is your ability to convey it to another '
90
- ```
91
- do_diverse = True
92
- ```
93
- ------------------------------------------------------------------------------
94
- Input_phrase: The ultimate test of your knowledge is your capacity to convey it to another.
95
- ------------------------------------------------------------------------------
96
- 'one of the ultimate tests of knowledge is your ability to communicate it to another person '
97
- 'one of the ultimate tests of knowledge is your ability to transmit it to another person '
98
- 'one of the ultimate tests of knowledge is your ability to communicate it to another '
99
- 'one of the greatest tests of knowledge is your ability to convey it to another '
100
- 'one of the ultimate tests of knowledge is your ability to transmit it to another '
101
- 'one of the ultimate tests of knowledge is your ability to convey it to another person '
102
- 'one of the ultimate tests of knowledge is the ability to convey it to another '
103
- 'the ultimate test of your knowledge is your ability to communicate it to another '
104
- 'the ultimate test of your knowledge is your ability to transmit it to another '
105
- ```
106
-
107
  ### Knobs
108
 
109
  ```python
 
1
  # Parrot
2
 
3
  ## 1. What is Parrot?
4
+ Parrot is a paraphrase based utterance augmentation framework purpose built to accelerate training NLU models. A paraphrase framework is more than just a paraphrasing model. More details on the library and usage please refer to the [github page](https://github.com/PrithivirajDamodaran/Parrot)
5
 
6
 
7
  ### Installation
 
68
  ```
69
 
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ### Knobs
72
 
73
  ```python