Instructions to use MagicLuke/oif-instok-rl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Moshi
How to use MagicLuke/oif-instok-rl with Moshi:
# pip install moshi # Run the interactive web server python -m moshi.server --hf-repo "MagicLuke/oif-instok-rl" # Then open https://localhost:8998 in your browser
# pip install moshi import torch from moshi.models import loaders # Load checkpoint info from HuggingFace checkpoint = loaders.CheckpointInfo.from_hf_repo("MagicLuke/oif-instok-rl") # Load the Mimi audio codec mimi = checkpoint.get_mimi(device="cuda") mimi.set_num_codebooks(8) # Encode audio (24kHz, mono) wav = torch.randn(1, 1, 24000 * 10) # [batch, channels, samples] with torch.no_grad(): codes = mimi.encode(wav.cuda()) decoded = mimi.decode(codes) - Notebooks
- Google Colab
- Kaggle
You need to agree to share your contact information to access this model
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
These adapters are GDPO post-training of PersonaPlex. gdpo-v2f-r4 was trained on rollouts seeded from Fisher (LDC); gdpo-duplex was not. Neither corpus is redistributed here. By requesting access you agree not to attempt to reconstruct or redistribute the underlying corpora.
Log in or Sign Up to review the conditions and access this model content.
Gated model You can list files but not access them
Preview of files found in this repository