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
1292 1293 1294 1295 |
# File 'lib/informers/models.rb', line 1292 def initialize(logits) super() @logits = logits end |
Instance Attribute Details
#logits ⇒ Object (readonly)
Returns the value of attribute logits.
1290 1291 1292 |
# File 'lib/informers/models.rb', line 1290 def logits @logits end |