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