Views
No views yet
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("NTIS/merged_el_slerp_Llama_Krikri_8B_Instruct_v0_20250606")
4tokenizer = AutoTokenizer.from_pretrained("NTIS/merged_el_slerp_Llama_Krikri_8B_Instruct_v0_20250606")1@misc{merged_el_slerp_Llama_Krikri_8B_Instruct_v0_20250606,
2 title={Multilingual Model Merging: merged_el_slerp_Llama_Krikri_8B_Instruct_v0_20250606},
3 year={2025},
4 url={https://huggingface.co/NTIS/merged_el_slerp_Llama_Krikri_8B_Instruct_v0_20250606}
5}