Skip to content

Instantly share code, notes, and snippets.

View wesslen's full-sized avatar

Ryan Wesslen wesslen

View GitHub Profile
@wesslen
wesslen / openai-moderation-api.ipynb
Created July 21, 2024 03:58
openai-moderation-api.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / anthropic-distilabel-selfinstruct.ipynb
Created June 26, 2024 20:22
anthropic-distilabel-selfinstruct.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / anthropic-distilabel-selfinstruct.ipynb
Last active June 26, 2024 20:22
anthropic-distilabel-selfinstruct.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / anthropic-claude-3-5-encoding-experiments.ipynb
Created June 26, 2024 19:20
anthropic-claude-3-5-encoding-experiments.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / scikit-learn-ensembles-comparison.ipynb
Created June 6, 2024 16:40
scikit-learn-ensembles-comparison.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / ceo-letters-chunking.ipynb
Created April 17, 2024 17:03
ceo-letters-chunking.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / fireworks-colabtune-a100.ipynb
Created March 17, 2024 23:47
fireworks-colabtune-a100.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / hf-sft-qlora-mistral7b-t4.ipynb
Last active March 25, 2024 22:20
HF-SFT-QLoRA-Mistral7B-T4.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / pe-openai-lecture.ipynb
Last active June 20, 2024 14:32
pe-openai-lecture.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wesslen
wesslen / openai.sql
Last active March 8, 2024 21:24
movie-csv
with query as (
select
openai_embedding(:question, :_cookie_openai_api_key) as q
),
top_n as (
select
value
from json_each(
faiss_search(
'simonwillisonblog',