Training in progress, epoch 1
Browse files- config.json +3 -3
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "facebook/dinov2-
|
3 |
"apply_layernorm": true,
|
4 |
"architectures": [
|
5 |
"Dinov2ForImageClassification"
|
@@ -8,7 +8,7 @@
|
|
8 |
"drop_path_rate": 0.0,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.0,
|
11 |
-
"hidden_size":
|
12 |
"id2label": {
|
13 |
"0": "flat",
|
14 |
"1": "high",
|
@@ -25,7 +25,7 @@
|
|
25 |
"layerscale_value": 1.0,
|
26 |
"mlp_ratio": 4,
|
27 |
"model_type": "dinov2",
|
28 |
-
"num_attention_heads":
|
29 |
"num_channels": 3,
|
30 |
"num_hidden_layers": 12,
|
31 |
"out_features": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/dinov2-base-imagenet1k-1-layer",
|
3 |
"apply_layernorm": true,
|
4 |
"architectures": [
|
5 |
"Dinov2ForImageClassification"
|
|
|
8 |
"drop_path_rate": 0.0,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "flat",
|
14 |
"1": "high",
|
|
|
25 |
"layerscale_value": 1.0,
|
26 |
"mlp_ratio": 4,
|
27 |
"model_type": "dinov2",
|
28 |
+
"num_attention_heads": 12,
|
29 |
"num_channels": 3,
|
30 |
"num_hidden_layers": 12,
|
31 |
"out_features": [
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8634e00f75fb442f10411c164144d2912f3aab57ca35f33a5db41a6b224a568
|
3 |
+
size 346366076
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43d90bb1387ec43eb071ac2d3e6056b9ba747e17b9118eb6005d2646647ebbe9
|
3 |
size 4536
|