Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ This model is fine-tuned on Gemma2 2B using workout plan dataset to suggest exer
|
|
19 |
for someone who wants to diet
|
20 |
|
21 |
- **Developed by:** [sawadikab]
|
22 |
-
- **Model type:** [
|
23 |
- **Language(s) (NLP):** [English]
|
24 |
- **License:** [More Information Needed]
|
25 |
-
- **Finetuned from model [optional]:** [gemma2-2b-it]
|
26 |
|
27 |
## Uses
|
28 |
|
@@ -38,13 +38,11 @@ this model suggest idea for diet plan
|
|
38 |
|
39 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
40 |
|
41 |
-
[More Information Needed]
|
42 |
|
43 |
## Bias, Risks, and Limitations
|
44 |
|
45 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
46 |
|
47 |
-
[More Information Needed]
|
48 |
|
49 |
### Recommendations
|
50 |
|
@@ -56,7 +54,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
56 |
|
57 |
Use the code below to get started with the model.
|
58 |
|
59 |
-
|
60 |
|
61 |
## Training Details
|
62 |
|
@@ -74,8 +72,9 @@ https://huggingface.co/datasets/CristiD7/Comprehensive_7Day_Workout_Plans
|
|
74 |
|
75 |
#### Training Hyperparameters
|
76 |
|
77 |
-
- **Training regime:**
|
78 |
-
|
|
|
79 |
|
80 |
## Evaluation
|
81 |
|
@@ -87,23 +86,20 @@ https://huggingface.co/datasets/CristiD7/Comprehensive_7Day_Workout_Plans
|
|
87 |
|
88 |
<!-- This should link to a Dataset Card if possible. -->
|
89 |
|
90 |
-
[More Information Needed]
|
91 |
|
92 |
#### Factors
|
93 |
|
94 |
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
95 |
|
96 |
-
[More Information Needed]
|
97 |
|
98 |
#### Metrics
|
99 |
|
100 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
101 |
|
102 |
-
[More Information Needed]
|
103 |
|
104 |
### Results
|
105 |
|
106 |
-
|
107 |
|
108 |
#### Summary
|
109 |
|
|
|
19 |
for someone who wants to diet
|
20 |
|
21 |
- **Developed by:** [sawadikab]
|
22 |
+
- **Model type:** [Language Model]
|
23 |
- **Language(s) (NLP):** [English]
|
24 |
- **License:** [More Information Needed]
|
25 |
+
- **Finetuned from model [optional]:** [google/gemma2-2b-it]
|
26 |
|
27 |
## Uses
|
28 |
|
|
|
38 |
|
39 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
40 |
|
|
|
41 |
|
42 |
## Bias, Risks, and Limitations
|
43 |
|
44 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
45 |
|
|
|
46 |
|
47 |
### Recommendations
|
48 |
|
|
|
54 |
|
55 |
Use the code below to get started with the model.
|
56 |
|
57 |
+
https://colab.research.google.com/drive/1EvTVLSCBJZcavg4AvlLb2ArxAKM0mg1l?usp=sharing
|
58 |
|
59 |
## Training Details
|
60 |
|
|
|
72 |
|
73 |
#### Training Hyperparameters
|
74 |
|
75 |
+
- **Training regime:**
|
76 |
+
- <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
77 |
+
in the code
|
78 |
|
79 |
## Evaluation
|
80 |
|
|
|
86 |
|
87 |
<!-- This should link to a Dataset Card if possible. -->
|
88 |
|
|
|
89 |
|
90 |
#### Factors
|
91 |
|
92 |
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
93 |
|
|
|
94 |
|
95 |
#### Metrics
|
96 |
|
97 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
98 |
|
|
|
99 |
|
100 |
### Results
|
101 |
|
102 |
+
|
103 |
|
104 |
#### Summary
|
105 |
|