Skip to content

Commit 921600e

Browse files
authored
fix hidden_layers_sizes config
1 parent baeee90 commit 921600e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/migration-guide.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ General
9090
pipeline:
9191
# - ... other components
9292
- name: DIETClassifier
93-
hidden_layers_sizes: {text: [256, 128]}
93+
hidden_layers_sizes:
94+
text: [256, 128]
95+
label: []
9496
intent_classification: True
9597
entity_recognition: False
9698
use_masked_language_model: False

0 commit comments

Comments
 (0)