Skip to content

Instantly share code, notes, and snippets.

View prykon's full-sized avatar
💭
If life gives you melons, you might be dyslexic. 🍋

Dario Manoukian prykon

💭
If life gives you melons, you might be dyslexic. 🍋
View GitHub Profile
@prykon
prykon / sql-query-splitter.py
Last active October 22, 2021 16:12
This script splits your .sql files into files that are roughly under 100 MB.
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')
#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
@prykon
prykon / llm-eval.md
Created September 13, 2024 20:33
LLM Evaluation Analysis

LLM Evaluation Analysis

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