FPHam commited on
Commit
4d6b398
1 Parent(s): d1f7cdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -30,3 +30,20 @@ I am not sure to what extend the context part has any effect. Doesn't hurt thoug
30
 
31
  This is a version 0.2 and finetuned just so it retains the underlaying Vicuna qualities.
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  This is a version 0.2 and finetuned just so it retains the underlaying Vicuna qualities.
32
 
33
+ Example:
34
+ Input
35
+ ```
36
+ "I ain't never seen nothin' like it," exclaimed Johnny, his eyes widenin' with amazement.
37
+ "I was walkin' down the street, ya know, mindin' my own business, when this guy comes up to me and says,
38
+ 'You ain't gonna believes what I just seened!'
39
+ Well, I says to him, 'What is it?' He looks at me all serious-like and goes,
40
+ 'I seen a alien spaceship landin' right over there!' Can ya believes it? A spaceship, right here in our little town!"
41
+ ```
42
+ Output
43
+ ```
44
+ "I haven't ever seen anything like it," said Johnny, his eyes widening with amazement.
45
+ "I was walking down the street, you know, minding my own business, when this guy came up to me and said,
46
+ 'You won't believe what I just saw!'"
47
+ Well, I asked him, 'What is it?' He looked at me seriously and went,
48
+ 'I saw an alien spaceship landing right over there!' Can you believe it? A spaceship, right here in our little town!"
49
+ ```