Class: Informers::MaskedLMOutput
- Inherits:
-
ModelOutput
- Object
- ModelOutput
- Informers::MaskedLMOutput
- Defined in:
- lib/informers/models.rb
Instance Attribute Summary collapse
-
#logits ⇒ Object
readonly
Returns the value of attribute logits.
Instance Method Summary collapse
-
#initialize(logits) ⇒ MaskedLMOutput
constructor
A new instance of MaskedLMOutput.
Methods inherited from ModelOutput
Constructor Details
#initialize(logits) ⇒ MaskedLMOutput
Returns a new instance of MaskedLMOutput.
1478 1479 1480 1481 |
# File 'lib/informers/models.rb', line 1478 def initialize(logits) super() @logits = logits end |
Instance Attribute Details
#logits ⇒ Object (readonly)
Returns the value of attribute logits.
1476 1477 1478 |
# File 'lib/informers/models.rb', line 1476 def logits @logits end |