ananthu-aniraj
commited on
Commit
•
ede888c
1
Parent(s):
883f205
Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +13 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-classification
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
---
|
7 |
+
|
8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
9 |
+
- Library: https://github.com/ananthu-aniraj/pdiscoformer
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"classifier_type": "linear",
|
3 |
+
"gumbel_softmax": true,
|
4 |
+
"gumbel_softmax_hard": false,
|
5 |
+
"gumbel_softmax_temperature": 1.0,
|
6 |
+
"modulation_orth": true,
|
7 |
+
"modulation_type": "layer_norm",
|
8 |
+
"noise_variance": 0.0,
|
9 |
+
"num_classes": 102,
|
10 |
+
"num_landmarks": 4,
|
11 |
+
"part_dropout": 0.3,
|
12 |
+
"return_transformer_qkv": false
|
13 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf1063b11c0f19a8c72bcd32dffd41be181652e0107553914919979db6cc9d51
|
3 |
+
size 343284824
|