File size: 1,282 Bytes
1513aa7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "_name_or_path": "QizhiPei/biot5-plus-base",
  "architectures": [
    "T5ForSequenceClassification"
  ],
  "classifier_dropout": 0.05,
  "cls_num_heads": 4,
  "d_ff": 2048,
  "d_kv": 64,
  "d_model": 768,
  "decoder_start_token_id": 0,
  "dense_act_fn": "gelu_new",
  "dropout_rate": 0.05,
  "eos_token_id": 1,
  "feed_forward_proj": "gated-gelu",
  "focal_gamma": 2.0,
  "id2label": {
    "0": "non-PMT/vPvM",
    "1": "PMT/vPvM"
  },
  "initializer_factor": 1.0,
  "is_encoder_decoder": true,
  "is_gated_act": true,
  "label2id": {
    "PMT/vPvM": 1,
    "non-PMT/vPvM": 0
  },
  "layer_norm_epsilon": 1e-06,
  "loss_function": "cross_entropy",
  "model_type": "t5",
  "num_decoder_layers": 12,
  "num_heads": 12,
  "num_layers": 12,
  "output_past": true,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "relative_attention_max_distance": 128,
  "relative_attention_num_buckets": 32,
  "swin_molnextr_path": "checkpoints/molnextr_best.pth",
  "swin_ocsr_path": "/home01/k157a01/Nguyen-Workdir/mulaqua/checkpoints/swin_transform_focalloss.pth",
  "swin_used": "molnextr",
  "tie_word_embeddings": false,
  "torch_dtype": "float32",
  "trainable_layers": [
    "11"
  ],
  "transformers_version": "4.46.3",
  "use_cache": true,
  "vocab_size": 35076
}