Upload convnextv2_base-all-v0.1.1
Browse files- README.md +9 -0
- config.json +46 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_fusion_activation": "nn.Tanh()",
|
3 |
+
"_fusion_method": "torch.mul",
|
4 |
+
"channels": 12,
|
5 |
+
"class_names": [
|
6 |
+
"0",
|
7 |
+
"1",
|
8 |
+
"2",
|
9 |
+
"3",
|
10 |
+
"4",
|
11 |
+
"5",
|
12 |
+
"6",
|
13 |
+
"7",
|
14 |
+
"8",
|
15 |
+
"9",
|
16 |
+
"10",
|
17 |
+
"11",
|
18 |
+
"12",
|
19 |
+
"13",
|
20 |
+
"14",
|
21 |
+
"15",
|
22 |
+
"16",
|
23 |
+
"17",
|
24 |
+
"18"
|
25 |
+
],
|
26 |
+
"classes": 19,
|
27 |
+
"custom_fusion_activation": null,
|
28 |
+
"custom_fusion_method": null,
|
29 |
+
"drop_path_rate": 0.15,
|
30 |
+
"drop_rate": 0.15,
|
31 |
+
"fusion_dropout_rate": 0.25,
|
32 |
+
"fusion_hidden": 256,
|
33 |
+
"fusion_in": 512,
|
34 |
+
"fusion_out": 512,
|
35 |
+
"hf_model_name": null,
|
36 |
+
"image_size": 120,
|
37 |
+
"load_pretrained_hf_if_available": true,
|
38 |
+
"load_pretrained_timm_if_available": false,
|
39 |
+
"max_sequence_length": 32,
|
40 |
+
"network_type": 0,
|
41 |
+
"t_dropout_rate": 0.25,
|
42 |
+
"timm_model_name": "convnextv2_base",
|
43 |
+
"use_pooler_output": true,
|
44 |
+
"v_dropout_rate": 0.25,
|
45 |
+
"visual_features_out": 512
|
46 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4da0e9d7c634549e0726677ca544739b4ae2c1be7d8df002cb0688e586a06c24
|
3 |
+
size 350969140
|