JCChen0331 commited on
Commit
cbf866a
·
verified ·
1 Parent(s): 143da9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.3
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ This model is fine-tuned on content from Nature Geoscience papers, enhancing its performance in geoscience-related tasks.
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ -**Model Name**: Mistral-7B-Geoscience-v0.1
17
+
18
+
19
+ ## Uses
20
+
21
+
22
+
23
+ ## Training Details
24
+
25
+ ### Training Data
26
+
27
+ Nature Geoscience paper text (~30K samples)
28
+
29
+
30
+ ### Evaluation
31
+
32
+
33
+
34
+ Answer:
35
+
36
+ *Question*:
37
+
38
+ How to measure Hg concentration in a rock sample?
39
+
40
+ *Answer*:
41
+
42
+ `GPT-4`: "To measure Hg concentration in a rock sample, one typically uses instrumental methods like atomic absorption spectrometry (AAS) or inductively coupled plasma mass spectrometry (ICP-MS)....."
43
+
44
+ `Pre-trained Mistral-7B`: "The mercury content of the samples is determined by atomic absorption spectrophotometry. The method involves dissolving 1 gm of the powdered sample in concentrated nitric acid and then adding an excess amount of potassium iodide solution (KI). This forms a complex with mercury, which can be measured at 253.7 nm wavelength using a flame atomizer....."
45
+
46
+ `Mistral-7B-Geoscience-v0.1`: "The analytical method used for the determination of Hg concentrations is based on cold vapor atomic fluorescence spectrometry (CVAFS). The CVAFS technique has been widely applied and validated as an accurate and precise method for measuring trace amounts of mercury in environmental samples."