Model Name | Score Accuracy | Score Helpfulness | Score Specificity | Score Clarity |
---|---|---|---|---|
anthropic/claude-3.5-sonnet | 1.419014 | 1.440141 | 0.957746 | 0.992958 |
google/gemma-2-9b-it | 1.197183 | 1.232394 | 0.802817 | 0.985915 |
meta-llama/llama-3.1-8b-instruct | 1.116197 | 1.140845 | 0.757042 | 0.961268 |
mistralai/mistral-nemo | 1.183099 | 1.214789 | 0.806338 | 0.950704 |
openai/gpt-4o-mini | 1.281690 | 1.338028 | 0.859155 | 0.985915 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filename = '' # Add filename here | |
import os | |
if os.path.isdir('split_queries'): | |
print('The \'split_folder\' folder already exists. Splitting query...') | |
pass | |
else: | |
print('Creating \'split_queries\' folder...') | |
os.mkdir('split_queries') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#source: https://www.searchenginejournal.com/google-algorithm-history/ | |
Date,Google Update | |
2021-06-02,1 | |
2021-04-08,1 | |
2021-02-10,1 | |
2020-12-03,1 | |
2020-05-04,1 | |
2020-01-22,1 | |
2020-01-13,1 |
OlderNewer