Manuappu5670
commited on
Training in progress, epoch 0
Browse files- config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MobileViTForImageClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "apple/mobilevit-xx-small",
|
3 |
"architectures": [
|
4 |
"MobileViTForImageClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3879632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38915b230d91e0eb6b79e39b6b68f42f17e3cda2b28632faf86c4940723d801a
|
3 |
size 3879632
|
preprocessor_config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"do_flip_channels": true,
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
11 |
-
"image_processor_type": "
|
12 |
"resample": 2,
|
13 |
"rescale_factor": 0.00392156862745098,
|
14 |
"size": {
|
|
|
8 |
"do_flip_channels": true,
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
11 |
+
"image_processor_type": "MobileViTFeatureExtractor",
|
12 |
"resample": 2,
|
13 |
"rescale_factor": 0.00392156862745098,
|
14 |
"size": {
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb1ff0c612611d63498eefb8fead3c729c27eabf416b079e8684ee919d096695
|
3 |
size 5176
|