=======================
Artificial Intelligence
=======================
.. highlight:: console
Personas
========
- `Giada Pistilli `__
- `Sinan Ozdemir `__
Companies
=========
- `Prolego `__
- `Phoenix Arize `__
- `Zilliz `__
Models Evaluations
==================
- `A holistic framework for evaluating foundation models `__
LLM Agents
==========
- `Large Language Models Agents - Anish Shah | DataTalksClub `__
- `Wandb Colabs `__
- `Building LLM-Powered Apps | Course `__
How to Build, Evaluate, and Iterate on LLM Agents
-------------------------------------------------
- `How to Build, Evaluate, and Iterate on LLM Agents | DeepLearningAI `__
- `Llama-Index Agents + Ground Truth & Custom Evaluations | Codelab `__
Miscellaneous Courses
=====================
- `Crème de la crème of AI courses `__
DeepLearningAI Courses
======================
Building evaluating advanced RAG
--------------------------------
- `Building evaluating advanced RAG `__
O'Reilly Courses
==================
Large Language Models and ChatGPT
---------------------------------
- Resources:
- `Class Video `__
- `Github Repo `__
- :download:`Slides Week #1 <../_files/llm_chatgpt_week1.pdf>`
- :download:`Slides Week #2 <../_files/llm_chatgpt_week2.pdf>`
- :download:`Slides Week #2 <../_files/llm_chatgpt_week3.pdf>`
.. image:: ../_files/language_model_use_cases.png
:width: 800
:alt: "Auto-... Language Model Use Cases
.. image:: ../_files/tradeoffs_llms.png
:width: 800
:alt: Tradeoffs Between Different LLMs
- Recommendations
* temperature:
* creativity: 1;
* safe creativity: 0,6;
* classification: 0,1 (near 0).
- Use Cases
* BERT: Recommendation systems (EBAY use case);
* Retrieval Augmented Generation
Hands on NLP with Transformers
------------------------------
- `Class `__
- `Github repository `__
Introduction to Transformer Models for NLP: Using BERT, GPT, and More to Solve Modern Natural Language Processing Tasks
-----------------------------------------------------------------------------------------------------------------------
- `Class `__
Hugging Face in 4 Hours
-----------------------
- Resources:
- `Class `__
- `Github Repo `__
- :download:`Slides Week #2 <../_files/huggingfacein4hours.pdf>`
RAG
===
- `Generative AI use case: Retrieval Augmented Generation (RAG) `__
- `Building Production-Ready RAG Applications: Jerry Liu `__
AutoGPT
=======
AutoGTP Forge
- `AutoGPT Forge Quickstart `__
- `AutoGPT Forge `__
- `AutoGPT Forge Research Assistant `__
Ollama
======
Install Ollama:
::
curl -fsSL https://ollama.com/install.sh | sh
Run llama3 8b:
::
ollama run llama3:latest
Perplexica
==========
- `Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI `__
Errors
------
- `Error Fix #1 `__
running
-------
::
ollama run llama3:latest
Rebuilding
::
docker compose down --rmi all
docker compose up -d --build
Debug
::
docker ps
docker logs -f perplexica-perplexica-frontend-1
docker logs -f perplexica-perplexica-backend-1
docker logs -f perplexica-searxng-1
docker exec -it perplexica-perplexica-frontend-1 /bin/bash
docker exec -it perplexica-perplexica-backend-1 /bin/bash
docker exec -it perplexica-searxng-1 /bin/bash
https://www.gptsportswriter.com/