Training in progress, epoch 1
Browse files- config.json +1 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BeitForImageClassification"
|
5 |
],
|
@@ -9,7 +9,6 @@
|
|
9 |
"auxiliary_loss_weight": 0.4,
|
10 |
"auxiliary_num_convs": 1,
|
11 |
"drop_path_rate": 0.1,
|
12 |
-
"finetuning_task": "image-classification",
|
13 |
"hidden_act": "gelu",
|
14 |
"hidden_dropout_prob": 0.0,
|
15 |
"hidden_size": 768,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
|
3 |
"architectures": [
|
4 |
"BeitForImageClassification"
|
5 |
],
|
|
|
9 |
"auxiliary_loss_weight": 0.4,
|
10 |
"auxiliary_num_convs": 1,
|
11 |
"drop_path_rate": 0.1,
|
|
|
12 |
"hidden_act": "gelu",
|
13 |
"hidden_dropout_prob": 0.0,
|
14 |
"hidden_size": 768,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 346857337
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78d918334ed3511bd7dc3d2ee97eb32311f4950610db431fcfac6f9d0ab41241
|
3 |
size 346857337
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6737fd19bcbf3c772d214287a010ce708b18ce4e3e898725da791d17c0307e07
|
3 |
size 3515
|