prithivMLmods commited on
Commit
28359e0
·
verified ·
1 Parent(s): 5c9a830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,7 +56,8 @@ def progress_bar_html(label: str) -> str:
56
  # -----------------------
57
  # Text Generation Setup
58
  # -----------------------
59
- model_id = "prithivMLmods/DeepHermes-3-Llama-3-3B-Preview-abliterated"
 
60
  tokenizer = AutoTokenizer.from_pretrained(model_id)
61
  model = AutoModelForCausalLM.from_pretrained(
62
  model_id,
 
56
  # -----------------------
57
  # Text Generation Setup
58
  # -----------------------
59
+ #model_id = "prithivMLmods/DeepHermes-3-Llama-3-3B-Preview-abliterated"
60
+ model_id = "prithivMLmods/Raptor-X5-UIGEN"
61
  tokenizer = AutoTokenizer.from_pretrained(model_id)
62
  model = AutoModelForCausalLM.from_pretrained(
63
  model_id,