flatindo commited on
Commit
454f306
·
1 Parent(s): 1941622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import subprocess
9
  #subprocess.run(upgrade_command, shell=True)
10
 
11
  # Load the pre-trained GPT-2 model and tokenizer
12
- model_name = "gpt2" # You can change this to another model if needed
13
  tokenizer = GPT2Tokenizer.from_pretrained(model_name)
14
  model = GPT2LMHeadModel.from_pretrained(model_name)
15
 
 
9
  #subprocess.run(upgrade_command, shell=True)
10
 
11
  # Load the pre-trained GPT-2 model and tokenizer
12
+ model_name = "AIDC-ai-business/Marcoroni-70B" # You can change this to another model if needed
13
  tokenizer = GPT2Tokenizer.from_pretrained(model_name)
14
  model = GPT2LMHeadModel.from_pretrained(model_name)
15