Praha-Labs commited on
Commit
8d968fe
·
verified ·
1 Parent(s): e7aed8f

Upload stage1_trainclean460.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. stage1_trainclean460.json +37 -0
stage1_trainclean460.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stage": "stage1_alignment",
3
+ "dataset": {
4
+ "name": "LibriSpeechTrainClean460Bootstrap",
5
+ "train_manifest": "/workspace/kafka_duplex_data/stage1_trainclean460/train.stage1.jsonl",
6
+ "val_manifest": "/workspace/kafka_duplex_data/stage1_trainclean460/val.stage1.jsonl",
7
+ "text_tokenizer": "mock_text_ids_until_real_tokenizer_is_wired",
8
+ "speech_codec": "mock",
9
+ "chunk_ms": 200,
10
+ "speech_tokens_per_chunk": 10
11
+ },
12
+ "model": {
13
+ "backbone": "Stage1BootstrapLM",
14
+ "context_length": 1024,
15
+ "vocab_size": 53260,
16
+ "hidden_size": 768,
17
+ "num_layers": 12,
18
+ "num_heads": 12,
19
+ "ffw_multiplier": 4,
20
+ "dropout": 0.1
21
+ },
22
+ "optimization": {
23
+ "epochs": 3,
24
+ "effective_batch_size": 32,
25
+ "micro_batch_size": 4,
26
+ "learning_rate": 0.0001,
27
+ "warmup_steps": 1000,
28
+ "weight_decay": 0.01,
29
+ "max_grad_norm": 1.0
30
+ },
31
+ "evaluation": {
32
+ "eval_every_steps": 1000,
33
+ "checkpoint_every_steps": 5000,
34
+ "wer_num_samples": 64,
35
+ "tts_num_prompts": 8
36
+ }
37
+ }