Training in progress, step 200
Browse files- config.json +3 -4
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "hustvl/yolos-tiny",
|
3 |
"architectures": [
|
4 |
"YolosForObjectDetection"
|
5 |
],
|
@@ -15,7 +14,7 @@
|
|
15 |
"hidden_dropout_prob": 0.0,
|
16 |
"hidden_size": 192,
|
17 |
"id2label": {
|
18 |
-
"
|
19 |
},
|
20 |
"image_size": [
|
21 |
800,
|
@@ -24,7 +23,7 @@
|
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 768,
|
26 |
"label2id": {
|
27 |
-
"kangaroo":
|
28 |
},
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"model_type": "yolos",
|
@@ -35,6 +34,6 @@
|
|
35 |
"patch_size": 16,
|
36 |
"qkv_bias": true,
|
37 |
"torch_dtype": "float32",
|
38 |
-
"transformers_version": "4.
|
39 |
"use_mid_position_embeddings": false
|
40 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"YolosForObjectDetection"
|
4 |
],
|
|
|
14 |
"hidden_dropout_prob": 0.0,
|
15 |
"hidden_size": 192,
|
16 |
"id2label": {
|
17 |
+
"1": "kangaroo"
|
18 |
},
|
19 |
"image_size": [
|
20 |
800,
|
|
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 768,
|
25 |
"label2id": {
|
26 |
+
"kangaroo": 1
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"model_type": "yolos",
|
|
|
34 |
"patch_size": 16,
|
35 |
"qkv_bias": true,
|
36 |
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.50.0",
|
38 |
"use_mid_position_embeddings": false
|
39 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 25909400
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70bd9ff6888400aefef7ca83ef8f68649cc464c1c860228d041148aa7696dcef
|
3 |
size 25909400
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fb4c2ef78d1e3f965469f80aec480fe6ac27e8c2e8bb16cd749d2ffe501d9a5
|
3 |
size 5304
|