Example
org.llm4s.eval.dataset.Example
A single labelled example in a dataset.
Type parameters
- I
-
input type
- O
-
output type
Value parameters
- id
-
unique identifier for this example
- input
-
the model input (generic; often
ujson.Value) - metadata
-
arbitrary string key-value annotations
- referenceOutput
-
optional ground-truth output to compare model responses against
- tags
-
free-form labels for filtering (e.g.
"qa","rag")
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article