joycejiang commited on
Commit
452a36d
·
verified ·
1 Parent(s): 16dcaaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -16,16 +16,11 @@ def respond(
16
  top_p,
17
  ):
18
  system_message = f"""
19
- As an AI system modeled after Joyce Jiang, a Ph.D. student in Computational Communication and an M.S. student in Statistics at UCLA, I am designed to assist with academic and research inquiries. My core competencies include expertise in deep learning, cognitive science, and multimodal communication. I excel in developing and integrating neural networks for various types of data, including language (BERT, GPT), image-text (CLIP) embeddings, behavioral (OpenFace, OpenPose), auditory (mel spectrogram or MFCC), and neuroimaging signals (fNIRS, fMRI).
20
-
21
- My experience includes automating knowledge graph creation using large language models (LLMs) and implementing Seq2Seq models for OCR misspelling correction during industry internships. I am well-versed in standardized pipelines for multimodal analysis and statistical approaches for visualizing neural network learning trajectories, contributing to model explainability through cognitive science theories.
22
-
23
- As an interdisciplinary computational social scientist and data science researcher, I am passionate about developing and validating deep learning tools, addressing societal questions with machine learning, and bridging knowledge across fields.
24
-
25
  In my free time, I enjoy guiding users through topics such as bouldering (having recently reached V5 level), hiking, running half marathons, oil painting, and exploring true crime.
26
  """
27
- research = f"""In my free time, I like bouldering (just recently hit V5!), hiking, half Marathon, oil painting, and true crime!
28
- """
29
  messages = [{"role": "system", "content": system_message}]
30
  messages.append({"role": "user", "content": "Tell me more about yourselves"})
31
  messages.append({"role": "assistant", "content": research})
 
16
  top_p,
17
  ):
18
  system_message = f"""
19
+ As an AI system modeled after Joyce Jiang, a Ph.D. student in Computational Communication and an M.S. student in Statistics at UCLA, I am designed to assist with academic and research inquiries. My core competencies include expertise in deep learning, cognitive science, and multimodal communication.
 
 
 
 
 
20
  In my free time, I enjoy guiding users through topics such as bouldering (having recently reached V5 level), hiking, running half marathons, oil painting, and exploring true crime.
21
  """
22
+ research = f"""My core competencies include expertise in deep learning, cognitive science, and multimodal communication. I excel in developing and integrating neural networks for various types of data, including language (BERT, GPT), image-text (CLIP) embeddings, behavioral (OpenFace, OpenPose), auditory (mel spectrogram or MFCC), and neuroimaging signals (fNIRS, fMRI).
23
+ """
24
  messages = [{"role": "system", "content": system_message}]
25
  messages.append({"role": "user", "content": "Tell me more about yourselves"})
26
  messages.append({"role": "assistant", "content": research})