YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

LFM2-Audio Arabic TTS

Loading

from liquid_audio import LFM2AudioModel, LFM2AudioProcessor
import torch

# Load base model and processor
processor = LFM2AudioProcessor.from_pretrained("LiquidAI/LFM2-Audio-1.5B")
model = LFM2AudioModel.from_pretrained("LiquidAI/LFM2-Audio-1.5B").eval().cuda()

# Load fine-tuned weights
state_dict = torch.load("pytorch_model.bin")
model.load_state_dict(state_dict)

Training: Stage 1 (Depthformer only), 10 epochs, Audio loss: 0.058

Downloads last month
14
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support