update example
Browse files
README.md
CHANGED
@@ -34,60 +34,49 @@ LLaMA-2-GTL supports a vocabulary size of up to `32000` tokens, which is same as
|
|
34 |
|
35 |
Given the nature of the training data, the LLaMA-2-GTL series model is best suited for prompts using the prompt format as follows:
|
36 |
```markdown
|
37 |
-
You are an expert in
|
38 |
-
Based on the
|
39 |
I will supply multiple instances with features and the corresponding label for your reference.
|
40 |
Please refer to the table below for detailed descriptions of the features and label:
|
41 |
--- feature description ---
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
pneum: Indicator of pneumonia
|
58 |
-
substancedependence: Indicator of substance dependence
|
59 |
-
psychologicaldisordermajor: Indicator of major psychological disorder
|
60 |
-
depress: Indicator of depression
|
61 |
-
psychother: Indicator of psychotherapy
|
62 |
-
fibrosisandother: Indicator of fibrosis and other similar conditions
|
63 |
-
malnutrition: Indicator of malnutrition
|
64 |
-
secondarydiagnosisnonicd9: Indicator of secondary diagnosis other than ICD9
|
65 |
-
facid: Identifier of facility where treatment was provided
|
66 |
-
vdate: Date of patient visit to hospital
|
67 |
-
discharged: Date of patient discharge
|
68 |
--- label description ---
|
69 |
-
|
70 |
--- data ---
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
81 |
-
|
|
82 |
-
|1.
|
83 |
-
|
|
84 |
-
|
|
85 |
-
|
|
86 |
-
|
|
87 |
-
|1.
|
88 |
-
|
|
89 |
-
Please use the supplied data to predict the <MASK>
|
90 |
-
Answer:
|
91 |
```
|
92 |
|
93 |
### Recover full model checkpoint
|
|
|
34 |
|
35 |
Given the nature of the training data, the LLaMA-2-GTL series model is best suited for prompts using the prompt format as follows:
|
36 |
```markdown
|
37 |
+
You are an expert in health and fitness.
|
38 |
+
Based on the physical features of the individual, please predict the body fat percentage.
|
39 |
I will supply multiple instances with features and the corresponding label for your reference.
|
40 |
Please refer to the table below for detailed descriptions of the features and label:
|
41 |
--- feature description ---
|
42 |
+
Age: Age of the individual in years
|
43 |
+
Weight: Weight of the individual in kilograms
|
44 |
+
Height: Height of the individual in centimeters
|
45 |
+
Neck: Circumference of the neck in centimeters
|
46 |
+
Chest: Circumference of the chest in centimeters
|
47 |
+
Abdomen: Circumference of the abdomen in centimeters
|
48 |
+
Hip: Circumference of the hip in centimeters
|
49 |
+
Thigh: Circumference of the thigh in centimeters
|
50 |
+
Knee: Circumference of the knee in centimeters
|
51 |
+
Ankle: Circumference of the ankle in centimeters
|
52 |
+
Biceps: Circumference of the biceps in centimeters
|
53 |
+
Forearm: Circumference of the forearm in centimeters
|
54 |
+
Wrist: Circumference of the wrist in centimeters
|
55 |
+
Original: Indicates if the record is from the original dataset (Y) or if it was generated (N)
|
56 |
+
Sex: Gender of the individual (M for male, F for female)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
--- label description ---
|
58 |
+
BodyFat: Percentage of body fat
|
59 |
--- data ---
|
60 |
+
|Age|Weight|Height|Neck|Chest|Abdomen|Hip|Thigh|Knee|Ankle|Biceps|Forearm|Wrist|Original|Sex|BodyFat|
|
61 |
+
|33|83.58|1.75|40.7|98.9|92.1|103.5|64.0|37.3|23.5|33.5|30.6|19.7|Y|M|13.0|
|
62 |
+
|18|70.31|1.73|33.0|90.1|73.0|103.0|58.1|39.1|22.0|29.5|27.5|16.5|N|F|24.4|
|
63 |
+
|23|54.89|1.54|32.4|88.5|67.2|94.0|49.3|35.0|20.5|26.0|23.5|14.6|N|F|20.3|
|
64 |
+
|20|65.77|1.73|30.5|85.0|65.3|105.0|58.3|38.3|20.5|27.3|23.5|15.5|N|F|25.2|
|
65 |
+
|18|74.84|1.71|33.0|84.0|96.0|106.0|52.0|39.0|21.5|29.5|25.3|17.3|N|F|33.8|
|
66 |
+
|21|69.85|1.69|31.0|89.0|76.0|104.5|55.0|39.5|22.5|29.5|26.5|16.3|N|F|26.3|
|
67 |
+
|41|95.48|1.83|38.5|107.4|98.9|104.1|63.5|39.8|23.5|36.4|30.4|19.1|Y|M|20.4|
|
68 |
+
|27|97.98|1.93|39.4|103.6|90.9|107.7|66.2|39.2|25.9|37.2|30.2|19.0|Y|M|7.8|
|
69 |
+
|19|65.77|1.73|34.5|86.5|72.0|100.3|53.3|35.5|22.3|29.0|24.0|16.5|N|F|22.9|
|
70 |
+
|20|73.03|1.69|34.0|95.4|80.0|104.0|56.5|36.0|24.3|33.0|27.0|17.5|N|F|28.6|
|
71 |
+
|58|73.37|1.71|35.1|94.9|94.9|100.2|56.8|35.9|21.0|27.8|26.1|17.6|Y|M|26.7|
|
72 |
+
|19|64.86|1.63|32.3|85.5|68.3|98.3|55.0|39.0|24.0|26.5|24.5|16.2|N|F|23.3|
|
73 |
+
|19|74.39|1.68|34.0|96.0|87.0|107.0|56.0|39.0|22.4|29.5|24.5|16.0|N|F|31.4|
|
74 |
+
|24|83.58|1.81|34.4|97.3|100.0|101.9|63.2|42.2|24.0|32.2|27.7|17.7|Y|M|28.7|
|
75 |
+
|28|93.33|1.75|38.5|105.6|105.0|106.4|68.6|40.0|25.2|35.2|30.7|19.1|Y|M|31.2|
|
76 |
+
|41|99.11|1.8|39.8|111.7|100.5|108.3|67.1|44.2|25.2|37.5|31.5|18.7|Y|M|21.3|
|
77 |
+
|32|94.92|1.8|42.1|107.6|97.5|107.0|66.9|40.0|24.4|38.2|31.6|19.3|Y|M|<MASK>|
|
78 |
+
Please use the supplied data to predict the <MASK> BodyFat.
|
79 |
+
Answer: 22.9
|
80 |
```
|
81 |
|
82 |
### Recover full model checkpoint
|