Skip to content

Commit

Permalink
add langsmith evals
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Dec 9, 2024
1 parent 4aa0d97 commit d9630d7
Show file tree
Hide file tree
Showing 21 changed files with 2,592 additions and 501 deletions.
377 changes: 85 additions & 292 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ ipykernel = "^6.29.5"
python-dotenv = "^1.0.1"
requests = "^2.32.3"
beautifulsoup4 = "^4.12.3"
langchain = "^0.3.7"
tiktoken = "^0.8.0"
langchain-community = "^0.3.7"
litellm = "^1.52.9"
pydata-sphinx-theme = "^0.16.0"
quantecon-book-theme = {git = "https://github.com/QuantEcon/quantecon-book-theme.git"}
Expand All @@ -27,7 +25,6 @@ sphinx-tojupyter = "^0.3.0"
sphinx-togglebutton = "^0.3.2"
insipid-sphinx-theme = "^0.4.2"
sphinx-press-theme = "^0.9.1"
langchain-openai = "^0.2.9"
transformers = "^4.46.3"
nbconvert = "^7.16.4"
evaluate = "^0.4.3"
Expand All @@ -39,6 +36,7 @@ outlines = "^0.1.7"
datasets = "^3.1.0"
text-generation = "^0.7.0"
ollama = "^0.4.3"
langsmith = "0.2.0"


[build-system]
Expand Down
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/evals.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/output_size_limit.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/structured_output.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tamingllms/_build/html/_images/langsmith.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
627 changes: 626 additions & 1 deletion tamingllms/_build/html/_sources/notebooks/evals.ipynb

Large diffs are not rendered by default.

676 changes: 545 additions & 131 deletions tamingllms/_build/html/notebooks/evals.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions tamingllms/_build/html/notebooks/output_size_limit.html

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions tamingllms/_build/html/notebooks/structured_output.html

Large diffs are not rendered by default.

Binary file modified tamingllms/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion tamingllms/_build/html/searchindex.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tamingllms/_build/jupyter_execute/markdown/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "05f22589",
"id": "7aefb5b6",
"metadata": {},
"source": [
"(intro)=\n",
Expand Down
627 changes: 626 additions & 1 deletion tamingllms/_build/jupyter_execute/notebooks/evals.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions tamingllms/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ execute:
execute_notebooks: 'off'

html:
# comments:
# hypothesis: true
extra_navbar: |
<div>
<div class="nav-item"> <a href="https://github.com/souzatharsis/tamingllms" class="nav-link external"> GitHub <outboundlink/> </a> </div>
Expand Down
627 changes: 626 additions & 1 deletion tamingllms/notebooks/evals.ipynb

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions tamingllms/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,12 @@ @misc{arcprizeresults2024
url={https://arcprize.org/2024-results},
}

@book{build-llms-from-scratch-book,
author = {Sebastian Raschka},
title = {Build A Large Language Model (From Scratch)},
publisher = {Manning},
year = {2024},
isbn = {978-1633437166},
url = {https://www.manning.com/books/build-a-large-language-model-from-scratch},
github = {https://github.com/rasbt/LLMs-from-scratch}
}

0 comments on commit d9630d7

Please sign in to comment.