adamo1139's picture
Add files using upload-large-folder tool
868e3b5 verified
|
raw
history blame
1.99 kB

Spirit LM Checkpoints

Download Checkpoints

To access and download Spirit LM Checkpoints, please request the model artifacts in this link:

https://ai.meta.com/resources/models-and-libraries/spirit-lm-downloads/

Upon approval, you will then receive an email with download links to each model artifact.

Please note that Spirit LM is made available under the FAIR Noncommercial Research License found in the LICENSE file in the root directory of this source tree and Acceptable Use Policy.

Structure

The checkpoints directory should look like this:

checkpoints/
β”œβ”€β”€ README.md
β”œβ”€β”€ speech_tokenizer
β”‚   β”œβ”€β”€ hifigan_spiritlm_base
β”‚   β”‚   β”œβ”€β”€ config.json
β”‚   β”‚   β”œβ”€β”€ generator.pt
β”‚   β”‚   β”œβ”€β”€ speakers.txt
β”‚   β”‚   └── styles.txt
β”‚   β”œβ”€β”€ hifigan_spiritlm_expressive_w2v2
β”‚   β”‚   β”œβ”€β”€ config.json
β”‚   β”‚   β”œβ”€β”€ generator.pt
β”‚   β”‚   └── speakers.txt
β”‚   β”œβ”€β”€ hubert_25hz
β”‚   β”‚   β”œβ”€β”€ L11_quantizer_500.pt
β”‚   β”‚   └── mhubert_base_25hz.pt
β”‚   β”œβ”€β”€ style_encoder_w2v2
β”‚   β”‚   β”œβ”€β”€ config.json
β”‚   β”‚   └── pytorch_model.bin
β”‚   └── vqvae_f0_quantizer
β”‚       β”œβ”€β”€ config.yaml
β”‚       └── model.pt
└── spiritlm_model
    β”œβ”€β”€ spirit-lm-base-7b
    β”‚   β”œβ”€β”€ config.json
    β”‚   β”œβ”€β”€ generation_config.json
    β”‚   β”œβ”€β”€ pytorch_model.bin
    β”‚   β”œβ”€β”€ special_tokens_map.json
    β”‚   β”œβ”€β”€ tokenizer_config.json
    β”‚   └── tokenizer.model
    └── spirit-lm-expressive-7b
        β”œβ”€β”€ config.json
        β”œβ”€β”€ generation_config.json
        β”œβ”€β”€ pytorch_model.bin
        β”œβ”€β”€ special_tokens_map.json
        β”œβ”€β”€ tokenizer_config.json
        └── tokenizer.model