LaLegumbreArtificial
commited on
Commit
•
2a9c1e0
1
Parent(s):
15525cf
Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/convnextv2-tiny-1k-224",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"depths": [
|
7 |
3,
|
@@ -28,8 +28,7 @@
|
|
28 |
"train_resume": "1"
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
-
"
|
32 |
-
"model_type": "convnext",
|
33 |
"num_channels": 3,
|
34 |
"num_stages": 4,
|
35 |
"out_features": [
|
@@ -39,6 +38,7 @@
|
|
39 |
4
|
40 |
],
|
41 |
"patch_size": 4,
|
|
|
42 |
"stage_names": [
|
43 |
"stem",
|
44 |
"stage1",
|
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/convnextv2-tiny-1k-224",
|
3 |
"architectures": [
|
4 |
+
"ConvNextV2ForImageClassification"
|
5 |
],
|
6 |
"depths": [
|
7 |
3,
|
|
|
28 |
"train_resume": "1"
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
+
"model_type": "convnextv2",
|
|
|
32 |
"num_channels": 3,
|
33 |
"num_stages": 4,
|
34 |
"out_features": [
|
|
|
38 |
4
|
39 |
],
|
40 |
"patch_size": 4,
|
41 |
+
"problem_type": "single_label_classification",
|
42 |
"stage_names": [
|
43 |
"stem",
|
44 |
"stage1",
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5622c2b9fbba3191d3b68f6250c2f158257b135e7054be5af91fb0de014acadd
|
3 |
+
size 111495808
|
runs/Jul11_01-29-40_717218609c3e/events.out.tfevents.1720661381.717218609c3e.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:417108391020cb272a870857b74d4f68879e2f9e2395a96778cf942e7496f17a
|
3 |
+
size 8632
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:320037492dde3521155e6af175894d076aaf93aecda49980af6b9c034d95388c
|
3 |
+
size 5112
|