theAIguy's picture
add triplet_margin_loss
bcbef87
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("theAIguy/triplet_margin_loss")
launch_gradio_widget(module)