Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e6f04b6

Browse files
committed
Default to Large
1 parent ba8cd7f commit e6f04b6

File tree

1 file changed

+1
-1
lines changed
  • src/components/MainComponent

1 file changed

+1
-1
lines changed

‎src/components/MainComponent/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class _MainComponent extends React.Component {
9292
// ie. writeup.ai/legal will automatically use the legal text gen. models
9393
const pathname = props.location.pathname;
9494

95-
let model_name = GPT2_MEDIUM_MODEL_NAME;
95+
let model_name = GPT2_LARGE_MODEL_NAME;
9696
let initValue = getInitialValue(PROMPTS_TO_USE);
9797
// 45 words felt like a good number, 17 just loads way faster
9898
// 25 to see how this works for the time being ..

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /