File size: 711 Bytes
b5f096e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "checkpoint": "/net/work/wangq/CycAMP/Scripts/Generation_Model/Models_ckpt/260301_content/BERT/MEDIUM/best.pt",
  "tokenizer_path": "/net/work/wangq/CycAMP/Scripts/Generation_Model/Tokenizer/content_vocab.json",
  "test_data_path": "/net/work/wangq/CycAMP/Scripts/Generation_Model/Data/processed/hierarchical/test_content.jsonl",
  "config": {
    "arch": "bert",
    "d_model": 512,
    "num_layers": 8,
    "max_len": 512,
    "dropout": 0.35,
    "label_smoothing": 0.0
  },
  "evaluation": {
    "device": "cuda",
    "batch_size": 384,
    "num_samples": 75413,
    "timestamp": "2026-03-03T01:55:27.263101"
  },
  "metrics": {
    "loss": 2.3394307975992215,
    "perplexity": 10.375329219353798
  }
}