Views
No views yet
cmz1024/llm101-olmo3-zh-demo-data/continue 中文语料上继续训练约 700 步。1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained("HumanHarshezz/olmo3-190m-zh-nano-continue")
3tok = AutoTokenizer.from_pretrained("HumanHarshezz/olmo3-190m-zh-nano-continue")