prithivMLmods commited on
Commit
5ff6252
·
verified ·
1 Parent(s): fda00e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def progress_bar_html(label: str) -> str:
74
  # -----------------------
75
  # Text Generation Setup
76
  # -----------------------
77
- model_id = "prithivMLmods/FastThink-0.5B-Tiny"
78
  tokenizer = AutoTokenizer.from_pretrained(model_id)
79
  model = AutoModelForCausalLM.from_pretrained(
80
  model_id,
 
74
  # -----------------------
75
  # Text Generation Setup
76
  # -----------------------
77
+ model_id = "prithivMLmods/DeepHermes-3-Llama-3-3B-Preview-abliterated"
78
  tokenizer = AutoTokenizer.from_pretrained(model_id)
79
  model = AutoModelForCausalLM.from_pretrained(
80
  model_id,