sultan-hassan
commited on
Commit
•
9751425
1
Parent(s):
83c688f
Update README.md
Browse files
README.md
CHANGED
@@ -30,9 +30,13 @@ print ("Question:", Question)
|
|
30 |
print ("Answer:", out[ind:])
|
31 |
```
|
32 |
|
33 |
-
|
34 |
Training dataset
|
35 |
-
|
|
|
|
|
|
|
|
|
36 |
Examples for some questions from the training dataset:
|
37 |
|
38 |
```
|
|
|
30 |
print ("Answer:", out[ind:])
|
31 |
```
|
32 |
|
33 |
+
|
34 |
Training dataset
|
35 |
+
|
36 |
+
|
37 |
+
Dataset has been generated from the llama3.1:8b-instruct-fp16 model to generate QA pairs from abstracts of the Cosmology and Nongalactic Astrophysics articles (arXiv astro-ph.CO)
|
38 |
+
from 2018-2022.
|
39 |
+
|
40 |
Examples for some questions from the training dataset:
|
41 |
|
42 |
```
|