mmazuecos
commited on
Commit
·
22ee8aa
1
Parent(s):
bf076c4
Added config and pytorch model.
Browse files- config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"RECTransformerModel"
|
4 |
+
],
|
5 |
+
"backbone": "resnet50",
|
6 |
+
"dropout_p": 0.1,
|
7 |
+
"embedding_size": 256,
|
8 |
+
"mask_pooling": false,
|
9 |
+
"num_conv": 8,
|
10 |
+
"num_heads": 8,
|
11 |
+
"num_layers": 6,
|
12 |
+
"segmentation_head": true,
|
13 |
+
"torch_dtype": "float32",
|
14 |
+
"transformers_version": "4.12.3"
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a44001815a1408ea5a4e6de9d10c98975e61d7effc3ce745c308d9c1eb24183
|
3 |
+
size 585958483
|