Class: Informers::MaskedLMOutput

Inherits:
ModelOutput show all
Defined in:
lib/informers/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#logitsObject (readonly)

Returns the value of attribute logits.



1290
1291
1292
# File 'lib/informers/models.rb', line 1290

def logits
  @logits
end