rphrp1985 commited on
Commit
ce94118
·
verified ·
1 Parent(s): 240576d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ model_id = "CohereForAI/c4ai-command-r-plus-4bit"
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(
53
  # model_id
54
- 'CohereForAI/c4ai-command-r-plus'
55
  , token= token,)
56
 
57
 
 
51
 
52
  tokenizer = AutoTokenizer.from_pretrained(
53
  # model_id
54
+ 'CohereForAI/aya-23-8B'
55
  , token= token,)
56
 
57