Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
llama-3.3-70b-dpo-rt-lora-bf16 – AI Model by ewernn | AlphaNeural AI
You can deploy this model and start earning money today!
ewernn
/
llama-3.3-70b-dpo-rt-lora-bf16
like
0
transformers
safetensors
endpoints_compatible
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Model Card for Model ID
turned this adapter to bf16 simply
auditing-agents/llama-3.3-70b-dpo-rt-lora
methodology:
Load FP32 weights
Convert to BF16: bf16_weights = {k: v.to(torch.bfloat16) for k, v in weights.items()}
Export BF16