Update README.md
Browse files
README.md
CHANGED
|
@@ -30,6 +30,31 @@ print ("Question:", Question)
|
|
| 30 |
print ("Answer:", out[ind:])
|
| 31 |
```
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
This is a [`Gemma` model](https://keras.io/api/keras_nlp/models/gemma) uploaded using the KerasNLP library and can be used with JAX, TensorFlow, and PyTorch backends.
|
|
|
|
| 30 |
print ("Answer:", out[ind:])
|
| 31 |
```
|
| 32 |
|
| 33 |
+
~~~~~
|
| 34 |
+
Training dataset
|
| 35 |
+
~~~~~
|
| 36 |
+
Examples for some questions from the training dataset:
|
| 37 |
+
|
| 38 |
+
```
|
| 39 |
+
Question: What are some common methods for model selection in astrophysics?
|
| 40 |
+
Answer: The goodness of fit, the likelihood ratio test, Bayesian model selection using Bayes factors, and the classical as well as the Bayesian information theoretic approaches.
|
| 41 |
+
|
| 42 |
+
Question: What type of coupling in inflationary models can affect the prediction of inflationary parameters?
|
| 43 |
+
Answer: non-minimal coupling to gravity.
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
Question: What type of distribution is used to model the probability of non-linear density field?
|
| 47 |
+
Answer: A superposition of a Gaussian and a lognormal distribution.
|
| 48 |
+
|
| 49 |
+
Question: Can the shape of central cluster galaxies be used as a predictor of weak-lensing mass bias in individual clusters?
|
| 50 |
+
Answer: Yes, we find that on average, the lensing masses of clusters with the roundest / most elliptical 25% of BCGs are biased ~20% high / low compared to the average.
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
Question: What could be the cause of remaining excess power in a signal after foreground mitigation?
|
| 54 |
+
Answer: Residual foreground emission from sources or diffuse emission far away from the phase centre, polarization leakage, chromatic calibration errors, ionosphere, or low-level radio-frequency interference
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
```
|
| 58 |
|
| 59 |
|
| 60 |
This is a [`Gemma` model](https://keras.io/api/keras_nlp/models/gemma) uploaded using the KerasNLP library and can be used with JAX, TensorFlow, and PyTorch backends.
|