Views
No views yet
vxkyyy/vlsi-moe-ffn-merged specialized for VLSI Formal Verification.| Attribute | Value |
|---|---|
| Architecture | Qwen2 33B Dense |
| Parameters | 33.8B |
| Training | LoRA (r=128, α=256), 10 epochs |
| Data | 307 SVA examples |
| Hardware | AMD Instinct MI300X |
| Final Loss | 0.051 |
| Feature | Base Model | This Model |
|---|---|---|
| RTL Generation | ✅ | ✅ |
| Testbenches | ✅ | ✅ |
| SVA Assertions | ❌ | ✅ |
| Coverage Models | ❌ | ✅ |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained(
3 "vxkyyy/vlsi-moe-ffn-merged-formal",
4 torch_dtype="auto",
5 device_map="auto",
6 trust_remote_code=True,
7)
8tokenizer = AutoTokenizer.from_pretrained(
9 "vxkyyy/vlsi-moe-ffn-merged-formal",
10 trust_remote_code=True,
11)
12License
13Apache 2.0