blob: 382fc4fe43ebfc9e75fc12a8ae545b1d93ba8056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"vit_frozen_s42": 0.5678,
"vit_shallow_s42": 0.1,
"vit_frozen_s123": 0.5728,
"vit_shallow_s123": 0.1,
"vit_frozen_s456": 0.5681,
"vit_shallow_s456": 0.1,
"student_frozen_s42": 0.9005,
"student_shallow_s42": 0.9165,
"student_frozen_s123": 0.906,
"student_shallow_s123": 0.9135,
"student_frozen_s456": 0.9175,
"student_shallow_s456": 0.9225
}
|