rulerman commited on
Commit
61893c4
·
verified ·
1 Parent(s): 727501b

Upload MOSS-TTSD-v0 model checkpoint from step 70000

Browse files
Files changed (2) hide show
  1. config.json +5 -2
  2. generation_config.json +10 -3
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "MosiTTSInstruct"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
@@ -23,7 +23,10 @@
23
  "rope_theta": 1000000,
24
  "sliding_window": null,
25
  "speech_pad_token": 1024,
26
- "speech_token_range": [],
 
 
 
27
  "speech_vocab_size": 1025,
28
  "tie_word_embeddings": true,
29
  "torch_dtype": "bfloat16",
 
1
  {
2
  "architectures": [
3
+ "AsteroidTTSModel"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
23
  "rope_theta": 1000000,
24
  "sliding_window": null,
25
  "speech_pad_token": 1024,
26
+ "speech_token_range": [
27
+ 151665,
28
+ 152689
29
+ ],
30
  "speech_vocab_size": 1025,
31
  "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
generation_config.json CHANGED
@@ -1,6 +1,13 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 151643,
4
- "eos_token_id": 151643,
5
- "transformers_version": "4.51.3"
 
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "max_new_tokens": 15000,
3
  "bos_token_id": 151643,
4
+ "pad_token_id": 151643,
5
+ "do_sample": true,
6
+ "eos_token_id": 152694,
7
+ "repetition_penalty": 1.0,
8
+ "temperature": 0.9,
9
+ "top_p": 0.95,
10
+ "top_k": 50,
11
+ "do_samples": null,
12
+ "transformers_version": "4.52.1"
13
  }