Update README.md
Browse files
README.md
CHANGED
|
@@ -114,6 +114,50 @@ OpenBioLLM-8B represents an important step forward in democratizing advanced lan
|
|
| 114 |
We are excited to share OpenBioLLM-8B with researchers and developers around the world.
|
| 115 |
|
| 116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
### Use with transformers
|
| 118 |
|
| 119 |
**Important: Please use the exact chat template provided by Llama-3 instruct version. Otherwise there will be a degradation in the performance. The model output can be verbose in rare cases. Please consider setting temperature = 0 to make this happen less.**
|
|
|
|
| 114 |
We are excited to share OpenBioLLM-8B with researchers and developers around the world.
|
| 115 |
|
| 116 |
|
| 117 |
+
### Community & Resources
|
| 118 |
+
|
| 119 |
+
#### 🔥 Your Daily Dose of Medical AI Breakthroughs 🚀
|
| 120 |
+
We turn hours of the latest research papers into minutes. Get daily tweets and news on the latest medical AI breakthroughs, dataset releases, and benchmark results – all carefully curated to save you time while keeping you informed.
|
| 121 |
+
|
| 122 |
+
|
| 123 |
+
<div align="center">
|
| 124 |
+
<table>
|
| 125 |
+
<tr>
|
| 126 |
+
<td align="center">
|
| 127 |
+
<a href="https://twitter.com/OpenLifeSciAI">
|
| 128 |
+
<img src="https://img.shields.io/badge/X-Follow%20%40OpenLifeSciAI-black?style=flat&logo=x" alt="Twitter Follow"/>
|
| 129 |
+
<br>
|
| 130 |
+
Daily updates on Medical LLMs,<br>datasets & benchmarks
|
| 131 |
+
</a>
|
| 132 |
+
</td>
|
| 133 |
+
<td align="center">
|
| 134 |
+
<a href="https://www.linkedin.com/company/openlifesciai/">
|
| 135 |
+
<img src="https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin" alt="LinkedIn"/>
|
| 136 |
+
<br>
|
| 137 |
+
Daily news on Medical LLMs,<br>datasets & benchmarks
|
| 138 |
+
</a>
|
| 139 |
+
</td>
|
| 140 |
+
</tr>
|
| 141 |
+
<tr>
|
| 142 |
+
<td align="center">
|
| 143 |
+
<a href="https://www.youtube.com/@OpenlifesciAI">
|
| 144 |
+
<img src="https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube" alt="YouTube"/>
|
| 145 |
+
<br>
|
| 146 |
+
Video & audio summaries of<br>latest research
|
| 147 |
+
</a>
|
| 148 |
+
</td>
|
| 149 |
+
<td align="center">
|
| 150 |
+
<a href="https://t.co/l5z6y6C4cM">
|
| 151 |
+
<img src="https://img.shields.io/badge/Discord-Join-7289DA?style=for-the-badge&logo=discord" alt="Discord"/>
|
| 152 |
+
<br>
|
| 153 |
+
Connect with researchers &<br>discuss latest developments
|
| 154 |
+
</a>
|
| 155 |
+
</td>
|
| 156 |
+
</tr>
|
| 157 |
+
</table>
|
| 158 |
+
</div>
|
| 159 |
+
|
| 160 |
+
|
| 161 |
### Use with transformers
|
| 162 |
|
| 163 |
**Important: Please use the exact chat template provided by Llama-3 instruct version. Otherwise there will be a degradation in the performance. The model output can be verbose in rare cases. Please consider setting temperature = 0 to make this happen less.**
|