Skip to content

Commit

Permalink
update About the Book
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Feb 5, 2025
1 parent 6827ebc commit a2e30cb
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 35 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ Abstract: *The current discourse around Large Language Models (LLMs) tends to fo
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC-BY--NC--SA-4.0-lightgrey.svg

```
@misc{tharsistpsouza2024tamingllms,
<!-- @misc{tharsistpsouza2024tamingllms,
author = {Tharsis T. P. Souza},
title = {Taming LLMs: A Practical Guide to LLM Pitfalls with Open Source Software},
year = {2024},
journal = {GitHub repository},
url = {https://github.com/souzatharsis/tamingLLMs)
}
```
} -->
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/markdown/intro.doctree
Binary file not shown.
7 changes: 0 additions & 7 deletions tamingllms/_build/html/_sources/markdown/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,3 @@ Never share your `.env` file or commit it to version control. It contains sensit
- Check the book's repository issues page for known problems and solutions

Now that your environment is set up, let's begin our exploration of LLM challenges.

## About the Author

Tharsis Souza (Ph.D. Computer Science, UCL University of London) is a computer scientist and product leader specializing in AI-based products. He is a Lecturer at Columbia University's Master of Science program in Applied Analytics, (*incoming*) Head of Product, Equities at Citadel, and former Senior VP at Two Sigma Investments. He mentors under-represented students & working professionals to help create a more diverse global AI ecosystem.

With over 15 years of experience delivering technology products across startups and Fortune 500 companies, he is also an author of numerous scholarly publications and a frequent speaker at academic and business conferences. Grounded on academic background and drawing from practical experience building and scaling up products powered by language models at early-stage startups, major institutions as well as contributing to open source projects, he brings a unique perspective on bridging the gap between LLMs promised potential and their practical implementation challenges to enable the next generation of AI-powered products.

8 changes: 0 additions & 8 deletions tamingllms/_build/html/markdown/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@

<li class="toctree-l2"><a href="#setting-up-your-environment" class="reference internal">Setting Up Your Environment</a></li>

<li class="toctree-l2"><a href="#about-the-author" class="reference internal">About the Author</a></li>

</ul>

</li>
Expand Down Expand Up @@ -285,7 +283,6 @@
<li><p><a class="reference internal" href="#troubleshooting-common-issues" id="id14">Troubleshooting Common Issues</a></p></li>
</ul>
</li>
<li><p><a class="reference internal" href="#about-the-author" id="id15">About the Author</a></p></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -443,11 +440,6 @@ <h3><a class="toc-backref" href="#id14" role="doc-backlink"><span class="section
<p>Now that your environment is set up, let’s begin our exploration of LLM challenges.</p>
</section>
</section>
<section id="about-the-author">
<h2><a class="toc-backref" href="#id15" role="doc-backlink"><span class="section-number">2.10. </span>About the Author</a><a class="headerlink" href="#about-the-author" title="Permalink to this heading"></a></h2>
<p>Tharsis Souza (Ph.D. Computer Science, UCL University of London) is a computer scientist and product leader specializing in AI-based products. He is a Lecturer at Columbia University’s Master of Science program in Applied Analytics, (<em>incoming</em>) Head of Product, Equities at Citadel, and former Senior VP at Two Sigma Investments. He mentors under-represented students &amp; working professionals to help create a more diverse global AI ecosystem.</p>
<p>With over 15 years of experience delivering technology products across startups and Fortune 500 companies, he is also an author of numerous scholarly publications and a frequent speaker at academic and business conferences. Grounded on academic background and drawing from practical experience building and scaling up products powered by language models at early-stage startups, major institutions as well as contributing to open source projects, he brings a unique perspective on bridging the gap between LLMs promised potential and their practical implementation challenges to enable the next generation of AI-powered products.</p>
</section>
</section>

<script type="text/x-thebe-config">
Expand Down
2 changes: 1 addition & 1 deletion tamingllms/_build/html/searchindex.js

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions 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": "789163a3",
"id": "fa7b8918",
"metadata": {},
"source": [
"(intro)=\n",
Expand Down Expand Up @@ -167,13 +167,7 @@
"- For package conflicts, try creating a fresh virtual environment or use a package manager like `poetry`\n",
"- Check the book's repository issues page for known problems and solutions\n",
"\n",
"Now that your environment is set up, let's begin our exploration of LLM challenges.\n",
"\n",
"## About the Author\n",
"\n",
"Tharsis Souza (Ph.D. Computer Science, UCL University of London) is a computer scientist and product leader specializing in AI-based products. He is a Lecturer at Columbia University's Master of Science program in Applied Analytics, (*incoming*) Head of Product, Equities at Citadel, and former Senior VP at Two Sigma Investments. He mentors under-represented students & working professionals to help create a more diverse global AI ecosystem.\n",
"\n",
"With over 15 years of experience delivering technology products across startups and Fortune 500 companies, he is also an author of numerous scholarly publications and a frequent speaker at academic and business conferences. Grounded on academic background and drawing from practical experience building and scaling up products powered by language models at early-stage startups, major institutions as well as contributing to open source projects, he brings a unique perspective on bridging the gap between LLMs promised potential and their practical implementation challenges to enable the next generation of AI-powered products."
"Now that your environment is set up, let's begin our exploration of LLM challenges."
]
}
],
Expand Down
7 changes: 0 additions & 7 deletions tamingllms/markdown/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,3 @@ Never share your `.env` file or commit it to version control. It contains sensit
- Check the book's repository issues page for known problems and solutions

Now that your environment is set up, let's begin our exploration of LLM challenges.

## About the Author

Tharsis Souza (Ph.D. Computer Science, UCL University of London) is a computer scientist and product leader specializing in AI-based products. He is a Lecturer at Columbia University's Master of Science program in Applied Analytics, (*incoming*) Head of Product, Equities at Citadel, and former Senior VP at Two Sigma Investments. He mentors under-represented students & working professionals to help create a more diverse global AI ecosystem.

With over 15 years of experience delivering technology products across startups and Fortune 500 companies, he is also an author of numerous scholarly publications and a frequent speaker at academic and business conferences. Grounded on academic background and drawing from practical experience building and scaling up products powered by language models at early-stage startups, major institutions as well as contributing to open source projects, he brings a unique perspective on bridging the gap between LLMs promised potential and their practical implementation challenges to enable the next generation of AI-powered products.

0 comments on commit a2e30cb

Please sign in to comment.