Vijayendra commited on
Commit
f98e5bc
·
verified ·
1 Parent(s): 6553f2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -57,7 +57,11 @@ def generate_response(model, tokenizer, prompt, max_new_tokens=2048, temperature
57
 
58
  # **Test Questions**
59
  questions = [
60
- "If a time traveler goes back in time and prevents their own birth, how do they exist to prevent their own birth? Given this paradox, is time travel logically consistent with causality? Explain whether such an event is possible under any known physical theory."
 
 
 
 
61
  ]
62
  # **Generate and Print Responses**
63
  for i, question in enumerate(questions, 1):
 
57
 
58
  # **Test Questions**
59
  questions = [
60
+ "If a time traveler goes back in time and prevents their own birth, how do they exist to prevent their own birth? Given this paradox, is time travel logically consistent with causality? Explain whether such an event is possible under any known physical theory.",
61
+ "What if the Earth had no axial tilt? Describe the long-term effects on climate, ecosystems, and human civilization. Would technological and agricultural progress have evolved differently?",
62
+ "A number sequence follows this pattern: 2, 6, 12, 20, 30, 42, ...What is the 50th term, and what is the general formula for the nth term?",
63
+ "If an AI model were to become self-aware, how would it know it is self-aware? Could an AI ever prove its own consciousness to a human observer? Discuss using examples from philosophy and neuroscience."
64
+ ]
65
  ]
66
  # **Generate and Print Responses**
67
  for i, question in enumerate(questions, 1):