Tanvi03 commited on
Commit
3bead65
·
verified ·
1 Parent(s): 10832b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -36
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
 
9
 
10
 
11
 
@@ -17,49 +25,30 @@ tags: []
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
  - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
 
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
 
50
- [More Information Needed]
51
 
52
- ### Out-of-Scope Use
53
 
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
 
56
- [More Information Needed]
57
 
58
  ## Bias, Risks, and Limitations
59
 
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
 
64
  ### Recommendations
65
 
@@ -85,9 +74,6 @@ Use the code below to get started with the model.
85
 
86
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
 
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
 
92
 
93
  #### Training Hyperparameters
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - llm
5
+ - llama3
6
+ - rare disease
7
+ license: openrail
8
+ language:
9
+ - en
10
+ pipeline_tag: text-generation
11
  ---
12
 
13
  # Model Card for Model ID
14
 
15
+ ReidLM is a fine-tuned version of Meta's LLaMA 3 model, specifically optimized for generating high-quality, contextually accurate responses in the domain of rare diseases.
16
+ Utilizing the Evol-Instruct methodology, this model was fine-tuned with dataset of over 400 rare diseases.
17
 
18
 
19
 
 
25
 
26
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
27
 
28
+ - **Developed by:** MSRIT
29
+ - **Model type:** Transformer-based Large Language Model (LLM)
30
+ - **Language(s) (NLP):** English
 
 
31
  - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** Meta-Llama-3-8B-Instruct
 
 
 
 
 
 
 
 
33
 
34
  ## Uses
35
 
36
+ ReidLM is designed for direct use in generating insightful and reliable information to support healthcare professionals and researchers in diagnosing and managing rare diseases. It can be used as an educational tool for training medical students and professionals about rare diseases.
 
 
 
 
 
 
 
 
37
 
38
+ ### Out-of-Scope Use
39
 
40
+ ReidLM is specifically designed for generating information related to rare diseases and should not be used for the following purposes:
41
 
42
+ -Non-Medical Domains: ReidLM is optimized for rare disease information and may not perform well in other domains such as finance, law, general health conditions, or any other non-medical fields.
43
 
44
+ -General Conversational AI: While capable of generating detailed information on rare diseases, ReidLM may not be suitable for general conversational AI tasks that require a broad understanding of various topics.
45
 
 
46
 
47
  ## Bias, Risks, and Limitations
48
 
49
+ ReidLM, like all large language models, has inherent biases and limitations that users should be aware of:
50
+ -Ethical Concerns: There is a risk of over-reliance on AI for medical decisions, which should always be validated by healthcare professionals.
51
+ -Accuracy: While the model strives for accuracy, it may generate incorrect or incomplete information, especially in highly specialized or novel cases.
52
 
53
  ### Recommendations
54
 
 
74
 
75
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
76
 
 
 
 
77
 
78
 
79
  #### Training Hyperparameters