qingxin1999's picture
Restructure: all figure data under Data/ prefix
b5f096e verified
Raw
History Blame Contribute Delete
710 Bytes
{
"checkpoint": "/net/work/wangq/CycAMP/Scripts/Generation_Model/Models_ckpt/260226_content/LSTM/SMALL/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": "lstm",
"d_model": 256,
"num_layers": 2,
"max_len": 256,
"dropout": 0.25,
"label_smoothing": 0.0
},
"evaluation": {
"device": "cuda",
"batch_size": 2048,
"num_samples": 75413,
"timestamp": "2026-02-26T17:49:19.681671"
},
"metrics": {
"loss": 2.338677012672011,
"perplexity": 10.367511399420987
}
}