Upload folder using huggingface_hub
Browse files- README.md +3 -0
- config.json +16 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Bucket-detection-detection (Random Weights)
|
| 2 |
+
|
| 3 |
+
Randomly initialized bucket-detection-detection for debugging or fine-tuning.
|
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "bucket-detection-detection",
|
| 3 |
+
"input_channels": 8,
|
| 4 |
+
"input_size": [
|
| 5 |
+
8,
|
| 6 |
+
96,
|
| 7 |
+
96
|
| 8 |
+
],
|
| 9 |
+
"embedding_dim": 512,
|
| 10 |
+
"output_shape": [
|
| 11 |
+
20,
|
| 12 |
+
4
|
| 13 |
+
],
|
| 14 |
+
"backbone": "resnet18",
|
| 15 |
+
"random_init": true
|
| 16 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a27ca531d536c13c0e9cca42453954fdfab6e5ec94eb0051af4acb213ab5151
|
| 3 |
+
size 46063123
|