Token Classification
Tatar
tatar
morphology
lstm
crf
File size: 219 Bytes
9fd8d99
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "embedding_dim": 200,
  "hidden_dim": 256,
  "dropout": 0.5,
  "vocab_size": 20743,
  "num_labels": 1279,
  "max_len": 128,
  "batch_size": 32,
  "epochs": 7,
  "patience": 3,
  "optimizer": "AdamW",
  "lr": 0.001
}