Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Trained on this model: https://huggingface.co/xhyi/PT_GPTNEO350_ATG/tree/main
|
2 |
+
|
3 |
+
```
|
4 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
5 |
+
|
6 |
+
tokenizer = AutoTokenizer.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln3")
|
7 |
+
|
8 |
+
model = AutoModelForCausalLM.from_pretrained("BigSalmon/GPTNeo350MInformalToFormalLincoln3")
|
9 |
+
|
10 |
+
```
|
11 |
+
|
12 |
+
```
|
13 |
+
How To Make Prompt:
|
14 |
+
informal english: i am very ready to do that just that.
|
15 |
+
Translated into the Style of Abraham Lincoln: you can assure yourself of my readiness to work toward this end.
|
16 |
+
Translated into the Style of Abraham Lincoln: please be assured that i am most ready to undertake this laborious task.
|
17 |
+
|
18 |
+
***
|
19 |
+
|
20 |
+
informal english: space is huge and needs to be explored.
|
21 |
+
Translated into the Style of Abraham Lincoln: space awaits traversal, a new world whose boundaries are endless.
|
22 |
+
Translated into the Style of Abraham Lincoln: space is a ( limitless / boundless ) expanse, a vast virgin domain awaiting exploration.
|
23 |
+
|
24 |
+
***
|
25 |
+
|
26 |
+
informal english: corn fields are all across illinois, visible once you leave chicago.
|
27 |
+
Translated into the Style of Abraham Lincoln: corn fields ( permeate illinois / span the state of illinois / ( occupy / persist in ) all corners of illinois / line the horizon of illinois / envelop the landscape of illinois ), manifesting themselves visibly as one ventures beyond chicago.
|
28 |
+
|
29 |
+
informal english:
|
30 |
+
```
|
31 |
+
```
|
32 |
+
- declining viewership facing the nba.
|
33 |
+
- does not have to be this way.
|
34 |
+
- in fact, many solutions exist.
|
35 |
+
- the four point line would surely draw in eyes.
|
36 |
+
Text: failing to draw in the masses, the NBA has fallen into disrepair. such does not have to be the case, however. in fact, a myriad of simple, relatively cheap solutions could revive the league. the addition of the much-hyped four-point line would surely juice viewership.
|
37 |
+
|
38 |
+
***
|
39 |
+
-
|
40 |
+
|
41 |
+
```
|
42 |
+
|
43 |
+
```
|
44 |
+
infill: chrome extensions [MASK] accomplish everyday tasks.
|
45 |
+
Translated into the Style of Abraham Lincoln: chrome extensions ( expedite the ability to / unlock the means to more readily ) accomplish everyday tasks.
|
46 |
+
|
47 |
+
infill: at a time when nintendo has become inflexible, [MASK] consoles that are tethered to a fixed iteration, sega diligently curates its legacy of classic video games on handheld devices.
|
48 |
+
Translated into the Style of Abraham Lincoln: at a time when nintendo has become inflexible, ( stubbornly [MASK] on / firmly set on / unyielding in its insistence on ) consoles that are tethered to a fixed iteration, sega diligently curates its legacy of classic video games on handheld devices.
|
49 |
+
|
50 |
+
infill:
|
51 |
+
|
52 |
+
```
|
53 |
+
```
|
54 |
+
Essay Intro (California High-Speed Rail): built with an eye on the future, california's high-speed rail service resolves to change the face of travel.
|
55 |
+
|
56 |
+
Essay Intro (YIMBY's Need To Win): home to the most expensive housing market in the united states, san francisco is the city in which the yimby and anti-yimby hordes wage an eternal battle.
|
57 |
+
|
58 |
+
Essay Intro (
|
59 |
+
```
|