Clementio commited on
Commit
be9c44c
·
verified ·
1 Parent(s): d2af320

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_seq_len": 200,
3
+ "num_skills": 5737,
4
+ "embed_dim": 128,
5
+ "num_heads": 8,
6
+ "dropout": 0.2,
7
+ "num_layers": 2,
8
+ "batch_size": 64,
9
+ "learning_rate": 0.001,
10
+ "epochs": 30,
11
+ "patience": 5
12
+ }