ruggsea commited on
Commit
b4c26d3
1 Parent(s): efc9729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
14
  DESCRIPTION = """\
15
  # Llama-3 8B Stanford Encyclopedia of Philosophy QA
16
 
17
- This Space showcases the Ruggsea/Llama3-stanford-encyclopedia-philosophy-QA model, a fine-tuned version of the Meta-Llama-3-8B-Instruct model, specifically tailored for answering philosophical inquiries with a formal and informative tone. The model was meticulously trained using the Stanford Encyclopedia of Philosophy-instruct dataset and a carefully crafted system prompt, emulating the expertise of a university professor in philosophy.
18
 
19
  Feel free to interact with the model by asking philosophical questions and exploring its informative responses.
20
  """
 
14
  DESCRIPTION = """\
15
  # Llama-3 8B Stanford Encyclopedia of Philosophy QA
16
 
17
+ This Space showcases the llama3-stanford-encyclopedia-philosophy-QA model from ruggsea, a fine-tuned version of the Meta-Llama-3-8B-Instruct model, specifically tailored for answering philosophical inquiries with a formal and informative tone. The model was meticulously trained using the Stanford Encyclopedia of Philosophy-instruct dataset and a carefully crafted system prompt, emulating the expertise of a university professor in philosophy.
18
 
19
  Feel free to interact with the model by asking philosophical questions and exploring its informative responses.
20
  """