ShebMichel commited on
Commit
a0468f0
1 Parent(s): 851ebf7

test example file

Browse files
geology-exam-test_for_gemma_model_2b_en_253_75.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "header": {
3
+ "university": "University of Advanced Earth Sciences",
4
+ "name":" John Doe",
5
+ "department": "Geology and Geophysics",
6
+ "course_code": "GEOL 304 / GEOPH 202",
7
+ "course_title": "Geology and Geophysics",
8
+ "date": "Nov 14 18, 2024",
9
+ "duration": "2 hours",
10
+ "instructor": "Dr. Jane Rockford"
11
+ },
12
+ "short_answer_questions": {
13
+ "question1": {
14
+ "question": "How do metamorphic rocks form?",
15
+ "answer": "Metamorphic rocks form under pressure and heat, altering existing rocks."
16
+ },
17
+ "question2": {
18
+ "question": "What is a DTM (Digital Terrain Model)",
19
+ "answer": "A DTM is a 3D representation of a terrain’s surface, typically used in geographical and environmental studies to map elevation data, excluding features like vegetation and buildings"
20
+ },
21
+ "question3": {
22
+ "question": "What is the difference between a structural dome and a basin?",
23
+ "answer": "A structural dome is an upward-curved rock layer structure, while a basin is a downward-curved structure, both caused by tectonic forces. "
24
+ }
25
+ },
26
+ "long_answer_questions": {
27
+ "question1": {
28
+ "question": "Why is FWI computationally intensive?",
29
+ "answer": "FWI involves large datasets and complex algorithms that require significant computational power."
30
+ },
31
+ "question2": {
32
+ "question": "What is the role of magnetotellurics in geophysics?",
33
+ "answer": "Magnetotellurics measures variations in electrical conductance due to subsurface fluids."
34
+ }
35
+ }
36
+ }