baconnier commited on
Commit
1584099
·
verified ·
1 Parent(s): 4936217

Update variables.py

Browse files
Files changed (1) hide show
  1. variables.py +13 -0
variables.py CHANGED
@@ -42,6 +42,19 @@ models = [
42
  "microsoft/Phi-3.5-mini-instruct"
43
  ]
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  # Get API token with error handling
46
  api_token = os.getenv('HF_API_TOKEN')
47
  if not api_token:
 
42
  "microsoft/Phi-3.5-mini-instruct"
43
  ]
44
 
45
+ examples=[
46
+ ["Write a story on the end of prompt engineering replaced by an Ai specialized in refining prompts.", "done"],
47
+ ["Tell me about that guy who invented the light bulb", "physics"],
48
+ ["Explain the universe.", "star"],
49
+ ["What's the population of New York City and how tall is the Empire State Building and who was the first mayor?", "morphosis"],
50
+ ["List American presidents.", "verse"],
51
+ ["Explain why the experiment failed.", "morphosis"],
52
+ ["Is nuclear energy good?", "verse"],
53
+ ["How does a computer work?", "phor"],
54
+ ["How to make money fast?", "done"],
55
+ ["how can you prove IT0's lemma in stochastic calculus ?", "arpe"],
56
+ ]
57
+
58
  # Get API token with error handling
59
  api_token = os.getenv('HF_API_TOKEN')
60
  if not api_token: