BigSalmon commited on
Commit
cb22ba8
·
1 Parent(s): d194885

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Informal to Formal:
2
+ ```
3
+ from transformers import AutoTokenizer, AutoModelWithLMHead
4
+
5
+ tokenizer = AutoTokenizer.from_pretrained("gpt2")
6
+ model = AutoModelWithLMHead.from_pretrained("BigSalmon/MrLincoln11")
7
+ ```
8
+
9
+ ```
10
+ How To Make Prompt:
11
+ Original: freedom of the press is a check against political corruption.
12
+ Edited: fundamental to the spirit of democracy, freedom of the press is a check against political corruption.
13
+ Edited 2: ever at odds with tyranny, freedom of the press is a check against political corruption.
14
+ Edited 3: never to be neglected, freedom of the press is a check against political corruption.
15
+
16
+ Original: solar is a beacon of achievement.
17
+ Edited: central to decoupling from the perils of unsustainable energy, solar is a beacon of achievement.
18
+ Edited 2: key to a future beyond fossil fuels, solar is a beacon of achievement.
19
+
20
+ Original: milan is nevertheless ambivalent towards his costly terms.
21
+ Edited: keen on contracting him, milan is nevertheless ambivalent towards his costly terms.
22
+ Edited 2: intent on securing his services, milan is nevertheless ambivalent towards his costly terms.
23
+
24
+ Original:
25
+ ```
26
+
27
+ ```
28
+ How To Make Prompt:
29
+ informal english: i am very ready to do that just that.
30
+ Translated into the Style of Abraham Lincoln: you can assure yourself of my readiness to work toward this end.
31
+ Translated into the Style of Abraham Lincoln: please be assured that i am most ready to undertake this laborious task.
32
+
33
+ informal english: space is huge and needs to be explored.
34
+ Translated into the Style of Abraham Lincoln: space awaits traversal, a new world whose boundaries are endless.
35
+ Translated into the Style of Abraham Lincoln: space is a ( limitless / boundless ) expanse, a vast virgin domain awaiting exploration.
36
+
37
+ informal english: meteors are much harder to see, because they are only there for a fraction of a second.
38
+ Translated into the Style of Abraham Lincoln: meteors are not ( easily / readily ) detectable, lasting for mere fractions of a second.
39
+
40
+ informal english:
41
+ ````