Skip to content
Snippets Groups Projects
Commit 59dff835 authored by Julien Breton's avatar Julien Breton
Browse files

GPT only leven + new roberta expe

parent 40106882
No related branches found
No related tags found
No related merge requests found
......@@ -69,31 +69,10 @@ config = [
'false_negative': 327,
'false_positive': 288
},
{
'data_path': '../../results/LLM/Miqu-1-70b/MIQU_zero_shot_full_results.csv',
'title': 'Miqu-1-70b (zero-shot)',
'color': '#6867D2',
'false_negative': 473,
'false_positive': 353
},
{
'data_path': '../../results/LLM/Mixtral-8x7b/MIXTRAL_zero_shot_full_results.csv',
'title': 'Mixtral-8x7b (zero-shot)',
'color': '#5619d8',
'false_negative': 461,
'false_positive': 461
},
{
'data_path': '../../results/LLM/Mistral-7b/MISTRAL_fine_tuned_full_results.csv',
'title': 'Mistral-7b (fine-tuned)',
'color': '#6895D2',
'false_negative': 459,
'false_positive': 560
}
]
title = "Levenshtein Distance of GPT-4_ZS, Mixtral_ZS & Mixtral_FT"
output_path = "../../results/LLM/fig_levenshtein_distance.png"
output_path = "../../results/LLM/fig_levenshtein_distance_GPT.png"
build_levenshtein_boxplot(config, title, output_path)
\ No newline at end of file
%% Cell type:code id:initial_id tags:
``` python
```
results/LLM/fig_levenshtein_distance_GPT.png

220 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment