BigSalmon commited on
Commit
f279e50
1 Parent(s): 1a13464

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Informal to Formal:
2
+ ```
3
+ from transformers import AutoTokenizer, AutoModelWithLMHead
4
+
5
+ tokenizer = AutoTokenizer.from_pretrained("gpt2")
6
+ model = AutoModelWithLMHead.from_pretrained("BigSalmon/MrLincoln5")
7
+ ```
8
+
9
+ ```
10
+ https://huggingface.co/spaces/BigSalmon/GPT2 (The model for this space changes over time)
11
+ ```
12
+
13
+ ```
14
+ https://huggingface.co/spaces/BigSalmon/GPT2_Most_Probable (The model for this space changes over time)
15
+ ```
16
+
17
+ ```
18
+ How To Make Prompt:
19
+ informal english: i am very ready to do that just that.
20
+ Translated into the Style of Abraham Lincoln: you can assure yourself of my readiness to work toward this end.
21
+ Translated into the Style of Abraham Lincoln: please be assured that i am most ready to undertake this laborious task.
22
+
23
+ informal english: space is huge and needs to be explored.
24
+ Translated into the Style of Abraham Lincoln: space awaits traversal, a new world whose boundaries are endless.
25
+ Translated into the Style of Abraham Lincoln: space is a ( limitless / boundless ) expanse, a vast virgin domain awaiting exploration.
26
+
27
+ informal english:
28
+ ````