Update app.py
Browse files
app.py
CHANGED
|
@@ -41,6 +41,8 @@ gemma_lm = keras_nlp.models.CausalLM.from_preset("hf://sultan-hassan/CosmoGemma_
|
|
| 41 |
|
| 42 |
examples = [
|
| 43 |
'What are some common methods for model selection in astrophysics?',
|
|
|
|
|
|
|
| 44 |
'Please list two interesting projects to work on to advance cosmology?',
|
| 45 |
'What is the primary reason for the decline in the number density of luminous quasars at redshifts greater than 5?',
|
| 46 |
'What is the primary goal of calibrating subgrid feedback models in cosmological simulations?',
|
|
|
|
| 41 |
|
| 42 |
examples = [
|
| 43 |
'What are some common methods for model selection in astrophysics?',
|
| 44 |
+
'What could be the cause of remaining excess power in a signal after foreground mitigation?',
|
| 45 |
+
'What type of coupling in inflationary models can affect the prediction of inflationary parameters?',
|
| 46 |
'Please list two interesting projects to work on to advance cosmology?',
|
| 47 |
'What is the primary reason for the decline in the number density of luminous quasars at redshifts greater than 5?',
|
| 48 |
'What is the primary goal of calibrating subgrid feedback models in cosmological simulations?',
|