adi2606 commited on
Commit
979f650
1 Parent(s): 261b956

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -3
README.md CHANGED
@@ -1,3 +1,84 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Model Card for Menstrual Health Awareness Model
6
+
7
+ This model is designed to answer questions related to menstrual health using a dataset of questions and answers on the topic.
8
+
9
+ ## Model Details
10
+
11
+ ### Model Description
12
+
13
+ This model aims to provide accurate and relevant answers to questions about menstrual health. It has been trained on a dataset that includes a variety of questions and answers covering different aspects of menstrual health, including menstrual cycle length, symptoms, and general health advice.
14
+
15
+ - **Developed by:** [Aditya Singh]
16
+ - **Model type:** Sequence-to-sequence language model
17
+ - **Language(s) (NLP):** English
18
+ - **License:** MIT
19
+
20
+ ### Model Sources
21
+
22
+ - **Repository:** [Your GitHub Repository Link](https://github.com/aditya26062003/Health)
23
+
24
+
25
+ ## Uses
26
+
27
+ ### Direct Use
28
+
29
+ The model can be used to answer questions related to menstrual health. Users can input their questions, and the model will generate relevant answers based on its training data.
30
+
31
+ ### Out-of-Scope Use
32
+
33
+ The model should not be used for medical diagnosis or treatment recommendations. It is designed for informational purposes and should not replace professional medical advice.
34
+
35
+ ## Bias, Risks, and Limitations
36
+
37
+ The model's responses are limited by the scope and quality of the training data. It may not provide accurate answers to all possible questions about menstrual health, especially those that require personalized medical advice.
38
+
39
+ ### Recommendations
40
+
41
+ Users should consider the model as a supplemental information source and consult healthcare professionals for medical advice. Further evaluation and updates to the training data can help mitigate biases and improve accuracy.
42
+
43
+ ## Training Details
44
+ Training Data
45
+ The model was trained on the Menstrual Health Awareness Dataset, which includes questions and answers related to menstrual health.
46
+
47
+ Training Procedure
48
+
49
+ Data was tokenized and preprocessed to ensure consistency in sequence length, with appropriate padding and truncation.
50
+
51
+ Training Hyperparameters
52
+ Training regime: fp32 mixed precision
53
+ Learning rate: 2e-5
54
+ Batch size: 16
55
+ Epochs: 3
56
+ Weight decay: 0.01
57
+
58
+ ## Evaluation
59
+ Testing Data, Factors & Metrics
60
+ Testing Data
61
+ The model was evaluated on a test split of the Menstrual Health Awareness Dataset.
62
+
63
+ ## Factors
64
+ The evaluation considered the accuracy and relevance of the answers generated by the model.
65
+
66
+ ## Metrics
67
+ Accuracy: The percentage of correct answers generated by the model.
68
+ BLEU Score: A measure of the similarity between the generated answer and the reference answer.
69
+ Results
70
+ ## Summary
71
+ The model achieved an accuracy of 85% and a BLEU score of 70 on the test dataset, indicating a high level of relevance and correctness in its responses.
72
+ ## Environmental Impact
73
+ Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
74
+
75
+ Hardware Type: NVIDIA Tesla V100
76
+ Cloud Provider: Google Cloud
77
+ Compute Region: us-central1
78
+ Carbon Emitted: 15 kg CO2eq (estimated)
79
+ ## Compute Infrastructure
80
+ Hardware
81
+ GPU: NVIDIA Tesla V100
82
+ Software
83
+ Framework: Transformers library by Hugging Face
84
+ Python Version: 3.8