aphasia / config.json
Felixvi's picture
Training in progress, epoch 0
f6ac792
raw
history blame
No virus
1.57 kB
{
"_name_or_path": "microsoft/resnet-50",
"architectures": [
"ResNetForImageClassification"
],
"depths": [
3,
4,
6,
3
],
"downsample_in_first_stage": false,
"embedding_size": 64,
"hidden_act": "relu",
"hidden_sizes": [
256,
512,
1024,
2048
],
"id2label": {
"0": "\u54ed",
"1": "\u5750",
"10": "\u751f\u610f",
"11": "\u751f\u65e5",
"12": "\u7c73\u996d",
"13": "\u7ed3\u5a5a",
"14": "\u7eff\u8c46",
"15": "\u8001\u9f20",
"16": "\u81ea\u884c\u8f66",
"17": "\u829d\u9ebb",
"2": "\u592a\u9633",
"3": "\u5934",
"4": "\u5b66\u6821",
"5": "\u5e3d\u5b50",
"6": "\u623f\u5b50",
"7": "\u6253\u9488",
"8": "\u6708\u4eae",
"9": "\u72d7"
},
"label2id": {
"\u54ed": "0",
"\u5750": "1",
"\u592a\u9633": "2",
"\u5934": "3",
"\u5b66\u6821": "4",
"\u5e3d\u5b50": "5",
"\u623f\u5b50": "6",
"\u6253\u9488": "7",
"\u6708\u4eae": "8",
"\u72d7": "9",
"\u751f\u610f": "10",
"\u751f\u65e5": "11",
"\u7c73\u996d": "12",
"\u7ed3\u5a5a": "13",
"\u7eff\u8c46": "14",
"\u8001\u9f20": "15",
"\u81ea\u884c\u8f66": "16",
"\u829d\u9ebb": "17"
},
"layer_type": "bottleneck",
"model_type": "resnet",
"num_channels": 3,
"out_features": [
"stage4"
],
"out_indices": [
4
],
"problem_type": "single_label_classification",
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4"
],
"torch_dtype": "float32",
"transformers_version": "4.28.1"
}