Views
No views yet
ko-law-retriever
workspace. It is too large for GitHub and is uploaded with Hugging Face's
resumable upload-large-folder path.hf download gyung/lfm25-ko-legal-source-bar-full-trial-20260621-v1-final-model --local-dir lfm25-ko-legal-source-bar-full-trial-20260621-v1-final-model1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model_id = "gyung/lfm25-ko-legal-source-bar-full-trial-20260621-v1-final-model"
4tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
5model = AutoModelForCausalLM.from_pretrained(
6 model_id,
7 device_map="auto",
8 torch_dtype="auto",
9 trust_remote_code=True,
10)gyung/ko-law-retrievergyung/ko-law-retriever-artifacts-20260622