adamo1139's picture
Update README.md
bf17a5b verified
|
raw
history blame
1.68 kB

Spirit LM Checkpoints

Download Checkpoints

Checkpoints are in this repo

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