vxkyyy/vlsi-moe-ffn-merged-formal
012
VLSI-MoE-FFN-Merged-Formal
VLSI Specialist LLM — RTL + Formal Verification Edition Fine-tuned version of vxkyyy/vlsi-moe-ffn-merged specialized for VLSI Formal Verification.
Model Summary
Capabilities
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained(
"vxkyyy/vlsi-moe-ffn-merged-formal",
torch_dtype="auto",
device_map="auto",
trust_remote_code=True,
)
tokenizer = AutoTokenizer.from_pretrained(
"vxkyyy/vlsi-moe-ffn-merged-formal",
trust_remote_code=True,
)
License
Apache 2.0
