mkvarghese
commited on
Commit
•
69b262d
1
Parent(s):
1aa1d48
Upload model
Browse files- config.json +7 -7
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
"_commit_hash": "
|
3 |
-
"_name_or_path": "
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"auxiliary_loss": false,
|
@@ -119,10 +119,10 @@
|
|
119 |
"giou_cost": 2,
|
120 |
"giou_loss_coefficient": 2,
|
121 |
"id2label": {
|
122 |
-
"0": "
|
123 |
-
"1": "
|
124 |
-
"2": "
|
125 |
-
"3": "
|
126 |
},
|
127 |
"init_std": 0.02,
|
128 |
"init_xavier_std": 1.0,
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "1aa1d4856a4054d76791e14ff362e7773ceda35e",
|
3 |
+
"_name_or_path": "mkvarghese/detr-finetuned-tesla",
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
6 |
"architectures": [
|
7 |
+
"DetrModel"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"auxiliary_loss": false,
|
|
|
119 |
"giou_cost": 2,
|
120 |
"giou_loss_coefficient": 2,
|
121 |
"id2label": {
|
122 |
+
"0": "0",
|
123 |
+
"1": "CAR",
|
124 |
+
"2": "SUV",
|
125 |
+
"3": "TRUCK"
|
126 |
},
|
127 |
"init_std": 0.02,
|
128 |
"init_xavier_std": 1.0,
|
pytorch_model.bin
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:ca1ac18939106669f46f7fa1a3506102f38b24018777febdf7ef8668be8cb155
|
3 |
+
size 166085365
|