Uses of Class
de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers.TransformersFilter
Package
Description
-
Uses of TransformersFilter in de.uni_mannheim.informatik.dws.melt.matching_ml.python
Modifier and TypeMethodDescriptionPythonServer.transformersMultiClassPrediction
(TransformersFilter filter, File predictionFilePath) Run a transformers model on a CSV file with two columns (text left and text right) for multi class prediction.PythonServer.transformersPrediction
(TransformersFilter filter, File predictionFilePath) Run a transformers model on a CSV file with two columns (text left and text right) to predict if they describe the same concept. -
Uses of TransformersFilter in de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers.relationprediction
Modifier and TypeClassDescriptionclass
This matcher predicts the relation type given a transformer model.