translation-critique / config.toml
Alex Cabrera
embedding
b67dd08
raw history blame
No virus
191 Bytes
view = "text-classification"
functions = "model.py"
models = ["human"]
metadata = "wmt20-de-en.tsv"
data_column = "text"
label_column = "label"
batch_size = 2000
port = 7860
host = "0.0.0.0"