physiotheraphy-E2 / config.json
khalilUoM's picture
Training in progress, epoch 0
1ca9093 verified
raw
history blame contribute delete
No virus
974 Bytes
{
"_name_or_path": "facebook/regnet-y-040",
"architectures": [
"RegNetForImageClassification"
],
"depths": [
2,
6,
12,
2
],
"downsample_in_first_stage": true,
"embedding_size": 32,
"groups_width": 64,
"hidden_act": "relu",
"hidden_sizes": [
128,
192,
512,
1088
],
"id2label": {
"0": "Elbove Extension",
"1": "KNEE Flexion",
"2": "NECK Exercise",
"3": "PlanterFlexion of Foot",
"4": "Trunk Extension",
"5": "Trunk Flexion",
"6": "Wrist Extension",
"7": "Wrist Flexion"
},
"label2id": {
"Elbove Extension": 0,
"KNEE Flexion": 1,
"NECK Exercise": 2,
"PlanterFlexion of Foot": 3,
"Trunk Extension": 4,
"Trunk Flexion": 5,
"Wrist Extension": 6,
"Wrist Flexion": 7
},
"layer_type": "y",
"model_type": "regnet",
"num_channels": 3,
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.43.3"
}