Instructions to use somosnlp/spanish_medica_llm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use somosnlp/spanish_medica_llm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("BioMistral/BioMistral-7B") model = PeftModel.from_pretrained(base_model, "somosnlp/spanish_medica_llm") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -177,12 +177,6 @@ Dataset used was a 20% from [somosnlp/SMC/](https://huggingface.co/datasets/somo
|
|
| 177 |
|
| 178 |
[More Information Needed]
|
| 179 |
|
| 180 |
-
## Model Examination [optional]
|
| 181 |
-
|
| 182 |
-
<!-- Relevant interpretability work for the model goes here. -->
|
| 183 |
-
|
| 184 |
-
[More Information Needed]
|
| 185 |
-
|
| 186 |
## Environmental Impact
|
| 187 |
|
| 188 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly. -->
|
|
@@ -284,7 +278,7 @@ This project was developed during the [Hackathon #Somos600M](https://somosnlp.or
|
|
| 284 |
- [Alvaro Garcia Barragan](https://huggingface.co/Alvaro8gb)
|
| 285 |
- [Dylan Montoya](https://huggingface.co/dylanmontoya22)
|
| 286 |
- [Daniel Bermúdez](https://huggingface.co/Danielbrdz)
|
| 287 |
-
## Contact
|
| 288 |
|
| 289 |
<!-- Email de contacto para´posibles preguntas sobre el modelo. -->
|
| 290 |
For any doubt or suggestion contact to: PhD Dionis López (inoid2007@gmail.com)
|
|
|
|
| 177 |
|
| 178 |
[More Information Needed]
|
| 179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
## Environmental Impact
|
| 181 |
|
| 182 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly. -->
|
|
|
|
| 278 |
- [Alvaro Garcia Barragan](https://huggingface.co/Alvaro8gb)
|
| 279 |
- [Dylan Montoya](https://huggingface.co/dylanmontoya22)
|
| 280 |
- [Daniel Bermúdez](https://huggingface.co/Danielbrdz)
|
| 281 |
+
## Contact
|
| 282 |
|
| 283 |
<!-- Email de contacto para´posibles preguntas sobre el modelo. -->
|
| 284 |
For any doubt or suggestion contact to: PhD Dionis López (inoid2007@gmail.com)
|