Update transformers architecture class (#1)
- Update transformers architecture class (8881fd6b4f902d6a4caf297f11a559787746cd53)
This commit is contained in:
parent
7993b42804
commit
f9c3b1ce7e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"SegformerForImageSegmentation"
|
"SegformerForSemanticSegmentation"
|
||||||
],
|
],
|
||||||
"attention_probs_dropout_prob": 0.0,
|
"attention_probs_dropout_prob": 0.0,
|
||||||
"classifier_dropout_prob": 0.1,
|
"classifier_dropout_prob": 0.1,
|
||||||
|
|
Loading…
Reference in New Issue