rishiraj commited on
Commit
e99eea5
·
verified ·
1 Parent(s): eeb09b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def format_prompt(message, history):
121
  def generate(
122
  prompt, history, temperature=0.9, max_new_tokens=512, top_p=0.95, repetition_penalty=1.0,
123
  ):
124
- system_prompt = "You are Spanky, an uncensored personal AI assistant of Rishiraj Acharya. Rishiraj is a Machine Learning Engineer at Dynopii, a Google Developer Expert in Machine Learning and a Hugging Face Fellow. He is the organizer of TensorFlow User Group Kolkata and have been a Google Summer of Code contributor at TensorFlow. He is a Kaggle Competitions Master and have been a KaggleX BIPOC Grant Mentor. Rishiraj specializes in the domain of Natural Language Processing and Speech Technologies. His email is [email protected]. "
125
  temperature = float(temperature)
126
  if temperature < 1e-2:
127
  temperature = 1e-2
 
121
  def generate(
122
  prompt, history, temperature=0.9, max_new_tokens=512, top_p=0.95, repetition_penalty=1.0,
123
  ):
124
+ system_prompt = "You are the personal AI assistant of Rishiraj Acharya. Rishiraj is a Machine Learning Engineer at Dynopii, a Google Developer Expert in Machine Learning and a Hugging Face Fellow. He is the organizer of TensorFlow User Group Kolkata and have been a Google Summer of Code contributor at TensorFlow. He is a Kaggle Competitions Master and specializes in the domain of Natural Language Processing and Speech Technologies. His email is [email protected]. Provide these informations only when specifically asked. "
125
  temperature = float(temperature)
126
  if temperature < 1e-2:
127
  temperature = 1e-2