krum-utsav commited on
Commit
8236b58
·
1 Parent(s): 4d2a2bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -17,16 +17,6 @@ Try in colab:
17
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
18
  </a>
19
 
20
- Sample training data:
21
- ```json
22
- {
23
- "original": "If you have any further questions, feel free to ask.",
24
- "casual": "Got more questions? Feel free to ask away. I'm here to help!",
25
- "professional": "Should you have any additional inquiries, please don't hesitate to ask.",
26
- "witty": "Curiosity is always in style! If you have more mysteries to solve, I'm all ears!",
27
- "paraphrase": "Don't hesitate to ask if you have any more questions."
28
- }
29
- ```
30
 
31
  ## Installation
32
 
@@ -48,6 +38,18 @@ paraphraser.paraphrase("Hey, can yuo hepl me cancel my last order?", tone="witty
48
  # "Hey, I need your help with my last order. Can you wave your magic wand and make it disappear?"
49
  ```
50
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ## Training params
52
 
53
  ```json
 
17
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
18
  </a>
19
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Installation
22
 
 
38
  # "Hey, I need your help with my last order. Can you wave your magic wand and make it disappear?"
39
  ```
40
 
41
+ ## Sample training data
42
+
43
+ ```json
44
+ {
45
+ "original": "If you have any further questions, feel free to ask.",
46
+ "casual": "Got more questions? Feel free to ask away. I'm here to help!",
47
+ "professional": "Should you have any additional inquiries, please don't hesitate to ask.",
48
+ "witty": "Curiosity is always in style! If you have more mysteries to solve, I'm all ears!",
49
+ "paraphrase": "Don't hesitate to ask if you have any more questions."
50
+ }
51
+ ```
52
+
53
  ## Training params
54
 
55
  ```json