Update app.py
Browse files
app.py
CHANGED
@@ -6,13 +6,17 @@ first = """informal english: corn fields are all across illinois, visible once y
|
|
6 |
|
7 |
@st.cache(allow_output_mutation=True)
|
8 |
def get_model():
|
9 |
-
model = AutoModelForCausalLM.from_pretrained("BigSalmon/
|
10 |
tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
|
11 |
return model, tokenizer
|
12 |
|
13 |
model, tokenizer = get_model()
|
14 |
|
15 |
-
st.text('''
|
|
|
|
|
|
|
|
|
16 |
informal english: sega’s doing mobile gaming right with this approach to exploiting its back catalog, giving people a way to build up their library of classics on devices they’ll always have close to hand for cheap. it’s a far better experience than nintendo’s classic machine sales on its home gaming systems, which tend to be locked in and not passed between hardware generations.
|
17 |
Translated into the Style of Abraham Lincoln: pursuing the proper course, sega's foray into mobile gaming entails leveraging its back catalog of classics on portable devices that ( are certain to be in reach whenever / will be at the ready for use at all times ) ( without spending a fortune / at minimal cost ). such an endeavor comes as a welcome alternative to nintendo's propensity to ( sell / offer / market ) home gaming systems that are rigidly bound to a single hardware generation.
|
18 |
Translated into the Style of Abraham Lincoln: at a time when nintendo has become inflexible, ( stubbornly bent on / firmly set on / unyielding in its insistence on / steadfastly transfixed by / uncompromising in its commitment to / rigidly decided on ) consoles that are tethered to a fixed iteration, sega diligently curates its legacy of classic video games on handheld devices.
|
|
|
6 |
|
7 |
@st.cache(allow_output_mutation=True)
|
8 |
def get_model():
|
9 |
+
model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln46")
|
10 |
tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
|
11 |
return model, tokenizer
|
12 |
|
13 |
model, tokenizer = get_model()
|
14 |
|
15 |
+
st.text('''
|
16 |
+
|
17 |
+
Go To https://huggingface.co/BigSalmon/InformalToFormalLincoln46 (To See More Prompt Examples):
|
18 |
+
|
19 |
+
How To Make Prompt:
|
20 |
informal english: sega’s doing mobile gaming right with this approach to exploiting its back catalog, giving people a way to build up their library of classics on devices they’ll always have close to hand for cheap. it’s a far better experience than nintendo’s classic machine sales on its home gaming systems, which tend to be locked in and not passed between hardware generations.
|
21 |
Translated into the Style of Abraham Lincoln: pursuing the proper course, sega's foray into mobile gaming entails leveraging its back catalog of classics on portable devices that ( are certain to be in reach whenever / will be at the ready for use at all times ) ( without spending a fortune / at minimal cost ). such an endeavor comes as a welcome alternative to nintendo's propensity to ( sell / offer / market ) home gaming systems that are rigidly bound to a single hardware generation.
|
22 |
Translated into the Style of Abraham Lincoln: at a time when nintendo has become inflexible, ( stubbornly bent on / firmly set on / unyielding in its insistence on / steadfastly transfixed by / uncompromising in its commitment to / rigidly decided on ) consoles that are tethered to a fixed iteration, sega diligently curates its legacy of classic video games on handheld devices.
|