Skip to content

Commit

Permalink
[#41] fix broken docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondng76 committed Jan 14, 2022
1 parent 1a72624 commit aad5e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgnlp/models/sentic_gcn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SenticGCNBertConfig(PretrainedConfig):
hidden_dim (:obj:`int`, defaults to 768): The embedding dimension size for the Bert model as well as GCN dimension.
max_seq_len (:obj:`int`, defaults to 85): The max sequence length to pad and truncate.
dropout (:obj:`float`, defaults to 0.3): Dropout percentage.
polarities_dim (:ob:`int`, defaults to 3): Size of output dimension representing available polarities (e.g. Positive, Negative, Neutral).
polarities_dim (:obj:`int`, defaults to 3): Size of output dimension representing available polarities (e.g. Positive, Negative, Neutral).
loss_function (:obj:`str`, defaults to 'cross_entropy'): Loss function for training/eval.
Example:
Expand Down

0 comments on commit aad5e04

Please sign in to comment.