File size: 549 Bytes
157fe2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "task_name": "named_entity_recognition",
  "model_type": "token_classification",
  "num_labels": 19,
  "label_names": [
    "O",
    "B-PER",
    "I-PER",
    "B-ORG",
    "I-ORG",
    "B-LOC",
    "I-LOC",
    "B-DATE",
    "I-DATE",
    "B-TIME",
    "I-TIME",
    "B-WORK",
    "I-WORK",
    "B-EVENT",
    "I-EVENT",
    "B-LANG",
    "I-LANG",
    "B-MISC",
    "I-MISC"
  ],
  "max_length": 256,
  "training": {
    "num_epochs": 20,
    "batch_size": 16,
    "learning_rate": 3e-5,
    "warmup_ratio": 0.1,
    "weight_decay": 0.01
  }
}