File size: 1,655 Bytes
868e3b5
 
 
bf17a5b
868e3b5
 
50761e6
868e3b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Spirit LM Checkpoints

## Download Checkpoints
Checkpoints are in this repo

Please note that Spirit LM is made available under the **FAIR Noncommercial Research License**
License is here: https://github.com/facebookresearch/spiritlm/blob/main/LICENSE

## 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
```