prithivMLmods commited on
Commit
0bb2a54
·
verified ·
1 Parent(s): 28359e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,8 +56,7 @@ 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
- model_id = "prithivMLmods/Raptor-X5-UIGEN"
61
  tokenizer = AutoTokenizer.from_pretrained(model_id)
62
  model = AutoModelForCausalLM.from_pretrained(
63
  model_id,
 
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,