codeart-26m-ti-O0 / config.json
sheepy928's picture
Upload 5 files
f40ed34 verified
raw
history blame contribute delete
No virus
3.49 kB
{
"_name_or_path": "../../save/marinda-default-ep0.4-26m/checkpoint-25000",
"architectures": [
"CodeArtForTokenClassification"
],
"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": "codeart",
"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
}