rouge_raw / app.py
Martin Dočekal
init. code for ROUGERaw wrapper
732e363
raw
history blame
212 Bytes
# -*- coding: UTF-8 -*-
"""
Created on 02.02.24
:author: Martin Dočekal
"""
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("accuracy")
launch_gradio_widget(module)