Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ ReidLM is specifically designed for generating information related to rare disea
|
|
46 |
|
47 |
ReidLM, like all large language models, has inherent biases and limitations that users should be aware of:<br>
|
48 |
- **Ethical Concerns:** There is a risk of over-reliance on AI for medical decisions, which should always be validated by healthcare professionals.<br>
|
49 |
-
- **Accuracy:** While the model strives for accuracy, it may generate incorrect or incomplete information, especially in highly specialized or novel cases
|
50 |
<!---### Recommendations
|
51 |
|
52 |
This section is meant to convey recommendations with respect to the bias, risk, and technical limitations.
|
@@ -75,12 +75,13 @@ def generate_text(prompt, max_length=1000):
|
|
75 |
prompt = "Explain MEN-1 with respect to how it affects the pituitary gland. What is the other name for this syndrome?"
|
76 |
generated_text = generate_text(prompt)
|
77 |
print(generated_text)
|
78 |
-
|
79 |
|
80 |
|
81 |
|
82 |
## Training Details
|
83 |
|
|
|
84 |
### Training Data
|
85 |
|
86 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
|
|
46 |
|
47 |
ReidLM, like all large language models, has inherent biases and limitations that users should be aware of:<br>
|
48 |
- **Ethical Concerns:** There is a risk of over-reliance on AI for medical decisions, which should always be validated by healthcare professionals.<br>
|
49 |
+
- **Accuracy:** While the model strives for accuracy, it may generate incorrect or incomplete information, especially in highly specialized or novel cases.<br>
|
50 |
<!---### Recommendations
|
51 |
|
52 |
This section is meant to convey recommendations with respect to the bias, risk, and technical limitations.
|
|
|
75 |
prompt = "Explain MEN-1 with respect to how it affects the pituitary gland. What is the other name for this syndrome?"
|
76 |
generated_text = generate_text(prompt)
|
77 |
print(generated_text)
|
78 |
+
```
|
79 |
|
80 |
|
81 |
|
82 |
## Training Details
|
83 |
|
84 |
+
|
85 |
### Training Data
|
86 |
|
87 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|