File size: 3,492 Bytes
cfad6f6 |
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
{
"_name_or_path": "../../save/marinda-default-ep0.4-26m/checkpoint-25000",
"architectures": [
"MarindaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 1,
"classifier_dropout": null,
"eos_token_id": 2,
"ep_add_linear_projection": true,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "noacc",
"1": "base(int)",
"2": "base(char)**",
"3": "base(char)*",
"4": "base(_Bool)",
"5": "base(unsigned int)",
"6": "base(long unsigned int)",
"7": "struct*",
"8": "void*",
"9": "base(unsigned char)*",
"10": "enum",
"11": "base(unsigned char)",
"12": "base(char)",
"13": "base(unsigned int)*",
"14": "base(long int)",
"15": "base(short int)*",
"16": "union*",
"17": "subroutine*",
"18": "base(long int)*",
"19": "base(int)*",
"20": "array*",
"21": "struct**",
"22": "base(long unsigned int)*",
"23": "base(double)*",
"24": "void**",
"25": "base(short unsigned int)",
"26": "struct",
"27": "base(_Bool)*",
"28": "base(char)***",
"29": "base(long unsigned int)**",
"30": "base(long double)",
"31": "struct***",
"32": "enum*",
"33": "base(unsigned int)**",
"34": "base(long double)*",
"35": "base(float)*",
"36": "base(long long unsigned int)*",
"37": "base(short unsigned int)*",
"38": "base(signed char)*",
"39": "base(long long int)",
"40": "array",
"41": "base(double)",
"42": "base(unsigned char)**",
"43": "union",
"44": "base(short int)",
"45": "base(long long unsigned int)",
"46": "subroutine**",
"47": "array**",
"48": "base(signed char)",
"49": "base(float)"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"array": 40,
"array*": 20,
"array**": 47,
"base(_Bool)": 4,
"base(_Bool)*": 27,
"base(char)": 12,
"base(char)*": 3,
"base(char)**": 2,
"base(char)***": 28,
"base(double)": 41,
"base(double)*": 23,
"base(float)": 49,
"base(float)*": 35,
"base(int)": 1,
"base(int)*": 19,
"base(long double)": 30,
"base(long double)*": 34,
"base(long int)": 14,
"base(long int)*": 18,
"base(long long int)": 39,
"base(long long unsigned int)": 45,
"base(long long unsigned int)*": 36,
"base(long unsigned int)": 6,
"base(long unsigned int)*": 22,
"base(long unsigned int)**": 29,
"base(short int)": 44,
"base(short int)*": 15,
"base(short unsigned int)": 25,
"base(short unsigned int)*": 37,
"base(signed char)": 48,
"base(signed char)*": 38,
"base(unsigned char)": 11,
"base(unsigned char)*": 9,
"base(unsigned char)**": 42,
"base(unsigned int)": 5,
"base(unsigned int)*": 13,
"base(unsigned int)**": 33,
"enum": 10,
"enum*": 32,
"noacc": 0,
"struct": 26,
"struct*": 7,
"struct**": 21,
"struct***": 31,
"subroutine*": 17,
"subroutine**": 46,
"union": 43,
"union*": 16,
"void*": 8,
"void**": 24
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 600,
"max_relative_position_embeddings": 8,
"model_type": "marinda",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 3,
"position_embedding_type": "mixed",
"torch_dtype": "float32",
"transformers_version": "4.30.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30523
}
|