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
|
@@ -7,6 +7,11 @@ base_model: BioMistral/BioMistral-7B
|
|
| 7 |
model-index:
|
| 8 |
- name: spanish_medica_llm
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -290,5 +295,4 @@ El modelo fue entrenado usando GPU patrocinado por HuggingFace.
|
|
| 290 |
<!-- Email de contacto para´posibles preguntas sobre el modelo. -->
|
| 291 |
<!-- For any doubt or suggestion contact to: PhD Dionis López (inoid2007@gmail.com) -->
|
| 292 |
|
| 293 |
-
Para cualquier duda contactar a: Dr.C Dionis López (inoid2007@gmail.com)
|
| 294 |
-
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: spanish_medica_llm
|
| 9 |
results: []
|
| 10 |
+
datasets:
|
| 11 |
+
- somosnlp/SMC
|
| 12 |
+
language:
|
| 13 |
+
- es
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 295 |
<!-- Email de contacto para´posibles preguntas sobre el modelo. -->
|
| 296 |
<!-- For any doubt or suggestion contact to: PhD Dionis López (inoid2007@gmail.com) -->
|
| 297 |
|
| 298 |
+
Para cualquier duda contactar a: Dr.C Dionis López (inoid2007@gmail.com)
|
|
|