Create and use custom evaluators in Datawizz
transformers==4.39.3
- For working with transformer models and tokenizersdatasets==3.2.0
- Dataset manipulation and loadingimportlib-metadata==8.6.1
- Package metadata utilitieschevron==0.14.0
- Logic-less templatingevaluate==0.4.0
- Evaluation metrics libraryrouge-score==0.1.2
- ROUGE metrics for text summarizationjiwer==3.0.5
- Word Error Rate and other speech recognition metricssacrebleu==2.5.1
- BLEU score for machine translationbert_score==0.3.13
- Semantic similarity using BERT embeddingsscikit-learn==1.6.1
- Machine learning algorithms and metricsnumpy==1.26.4
- Numerical computinginputs
: List of input data that was sent to the modeloutputs
: Dictionary containing the model’s response (typically includes a ‘content’ key)reference_outputs
: Dictionary containing the expected/reference output for comparison