Metrics

io.cequence.openaiscala.domain.response.Metrics
final case class Metrics(step: Long, train_loss: Double, train_mean_token_accuracy: Double, valid_loss: Double, valid_mean_token_accuracy: Double, full_valid_loss: Double, full_valid_mean_token_accuracy: Double)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product