Views
No views yet
WindEdgeForCausalLM /
WindEdgeConfig classes — load with trust_remote_code=True.1from transformers import AutoModelForCausalLM, AutoTokenizer
2m = AutoModelForCausalLM.from_pretrained("arthu1/wind-edge-1.6-sft", trust_remote_code=True)
3tok = AutoTokenizer.from_pretrained("arthu1/wind-edge-1.6-sft")