Views
No views yet
1import torch
2from transformers import AutoTokenizer, AutoModelForCausalLM
3tokenizer = AutoTokenizer.from_pretrained("UMCU/MedLlama.nl")
4model = AutoModelForCausalLM.from_pretrained("UMCU/MedLlama.nl", torch_dtype=torch.float16)1@misc{vanes2026languagecorporadutchmedical,
2 title={Language corpora for the Dutch medical domain},
3 author={B. van Es},
4 year={2026},
5 eprint={2604.25374},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL},
8 url={https://arxiv.org/abs/2604.25374},
9}