put functions outside of getLogMetric for increased efficiency 0b41e7e svenwey commited on Jun 14, 2024
implement jaccard-similarity + length difference score as similarity score for log-messages e306ff9 svenwey commited on Jun 14, 2024
make computation of bleu_scores once for all prediction-references outside of loop for efficiency 41ade47 svenwey commited on Jun 14, 2024
add some print statements for simple debugging, change to char-based tokenization 59248ff svenwey commited on Jun 14, 2024
adapt logmetric to also make local per-logmsg test using sacrebleu e25b5dd svenwey commited on Jun 13, 2024
no changes, to test if app works still if hf space is in private mode 5832d50 svenwey commited on Jun 13, 2024
add early return if there are no timestrings in pred and ref 4843304 svenwey commited on Jun 13, 2024
made reference pattern if len=0 to empty string (won't be used, just there to ensure we don't do an illegal access to empty list) bc26326 svenwey commited on Jun 12, 2024