hugojarkoff commited on
Commit
7dd7455
·
verified ·
1 Parent(s): 66fe817

Upload config.toml

Browse files
Files changed (1) hide show
  1. config.toml +26 -0
config.toml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ revision = "main"
2
+
3
+ [data]
4
+ path = "data/french_rap_lyrics"
5
+
6
+ [corpus]
7
+ encoding = "r50k_base"
8
+
9
+ [model]
10
+ context_length = 1024
11
+ num_heads = 6
12
+ num_layers = 15
13
+ hidden_dim = 512
14
+
15
+ [training]
16
+ seed = 42
17
+ lr = 1e-3
18
+ batch_size = 18
19
+
20
+ [evaluation]
21
+ sample_text = "Les vrais savent que "
22
+ new_tokens = 50
23
+ artist_token = 1
24
+
25
+ [wandb]
26
+ mode = "disabled" # offline or online or disabled