DeathReaper0965
commited on
Commit
·
7cb6b7a
1
Parent(s):
bf4651c
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,6 @@ ctx_corr = pipeline("text-generation", model='DeathReaper0965/t5-context-correct
|
|
50 |
ctx_corr("Do you even know why I always need changed our checking account number")
|
51 |
|
52 |
###########OUTPUT###########
|
53 |
-
|
54 |
# [{'generated_text': 'Do you even know why I always need to change our checking account number?'}]
|
55 |
```
|
56 |
|
@@ -102,5 +101,5 @@ def split_and_correct_context(sent):
|
|
102 |
split_and_correct_context("Do you even know why I always need changed our checking account number. If not let me know")
|
103 |
|
104 |
###########OUTPUT###########
|
105 |
-
'Do you even know why I always need to change our checking account number? If not, let me know.'
|
106 |
```
|
|
|
50 |
ctx_corr("Do you even know why I always need changed our checking account number")
|
51 |
|
52 |
###########OUTPUT###########
|
|
|
53 |
# [{'generated_text': 'Do you even know why I always need to change our checking account number?'}]
|
54 |
```
|
55 |
|
|
|
101 |
split_and_correct_context("Do you even know why I always need changed our checking account number. If not let me know")
|
102 |
|
103 |
###########OUTPUT###########
|
104 |
+
# 'Do you even know why I always need to change our checking account number? If not, let me know.'
|
105 |
```
|