File tree 5 files changed +26
-26
lines changed
5 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ set_environment()
20
20
21
21
| Section | File | Colab | Kaggle | Gradient |
22
22
| -----------| --------| --------| -----------| ----------|
23
- | LLMs, prompts, and chat models | [ notebook] ( chapter3/ LLMs_chat_models_and_prompts.ipynb) | | | |
24
- | Running local models | [ notebook] ( chapter3/ Running_local_models.ipynb) | | | |
25
- | Customer service helper | [ notebook] ( chapter3/ customer_service_use_case.ipynb) | | | |
26
- | Using HuggingFace Hub models | [ notebook] ( chapter3/ hf_hub_models.ipynb) | | | |
27
- | Map-reduce for summarization | [ notebook] ( chapter3/ map-reduce.ipynb) | | | |
28
- | Tracking costs | [ notebook] ( chapter3/ tracking_costs.ipynb) | | | |
23
+ | LLMs, prompts, and chat models | [ notebook] ( LLMs_chat_models_and_prompts.ipynb ) | | | |
24
+ | Running local models | [ notebook] ( Running_local_models.ipynb ) | | | |
25
+ | Customer service helper | [ notebook] ( customer_service_use_case.ipynb ) | | | |
26
+ | Using HuggingFace Hub models | [ notebook] ( hf_hub_models.ipynb ) | | | |
27
+ | Map-reduce for summarization | [ notebook] ( map-reduce.ipynb ) | | | |
28
+ | Tracking costs | [ notebook] ( tracking_costs.ipynb ) | | | |
29
29
30
30
Original file line number Diff line number Diff line change 3
3
4
4
| Section | File | Colab | Kaggle | Gradient |
5
5
| -----------| --------| --------| -----------| ----------|
6
- | Question answering project | [ directory] ( chapter4/ question_answering) | x | x | x |
7
- | Information extraction | [ notebook] ( chapter4/ information_extraction.ipynb) | | | |
8
- | Mitigating hallucinations | [ notebook] ( chapter4/ mitigating_hallucinations.ipynb) | | | |
9
- | Tool use examples | [ notebook] ( chapter4/ tool_use.ipynb) | | | |
10
- | Advanced example for tool use | [ python script] ( chapter4/ tools.py) | x | x | x |
6
+ | Question answering project | [ directory] ( question_answering ) | x | x | x |
7
+ | Information extraction | [ notebook] ( information_extraction.ipynb ) | | | |
8
+ | Mitigating hallucinations | [ notebook] ( mitigating_hallucinations.ipynb ) | | | |
9
+ | Tool use examples | [ notebook] ( tool_use.ipynb ) | | | |
10
+ | Advanced example for tool use | [ python script] ( tools.py ) | x | x | x |
11
11
Original file line number Diff line number Diff line change 3
3
4
4
| Section | File | Colab | Kaggle | Gradient |
5
5
| -----------| --------| --------| -----------| ----------|
6
- | Embeddings | [ notebook] ( chapter5/ embeddings.ipynb) | | | |
7
- | Memory | [ notebook] ( chapter5/ memory.ipynb) | | | |
8
- | Moderation | [ notebook] ( chapter5/ moderation.ipynb) | | | |
9
- | Retrievers | [ notebook] ( chapter5/ retrievers.ipynb) | | | |
10
- | Summarization | [ notebook] ( chapter5/ pdf_summary.ipynb) | | | |
11
- | Summarization of pdfs | [ directory] ( chapter5/ summarize.py) | x | x | x |
12
- | Chat with retrieval project | [ directory] ( chapter5/ chat_with_retrieval) | x | x | x |
13
- | Map reduce with RAG | [ python script] ( chapter5/ rag_map_reduce.py) | | | |
6
+ | Embeddings | [ notebook] ( embeddings.ipynb ) | | | |
7
+ | Memory | [ notebook] ( memory.ipynb ) | | | |
8
+ | Moderation | [ notebook] ( moderation.ipynb ) | | | |
9
+ | Retrievers | [ notebook] ( retrievers.ipynb ) | | | |
10
+ | Summarization | [ notebook] ( pdf_summary.ipynb ) | | | |
11
+ | Summarization of pdfs | [ directory] ( summarize.py ) | x | x | x |
12
+ | Chat with retrieval project | [ directory] ( chat_with_retrieval ) | x | x | x |
13
+ | Map reduce with RAG | [ python script] ( rag_map_reduce.py ) | | | |
14
14
Original file line number Diff line number Diff line change 3
3
4
4
| Section | File | Colab | Kaggle | Gradient |
5
5
| -----------| --------| --------| -----------| ----------|
6
- | Examples with code models | [ notebook] ( chapter6/ code_models.ipynb) | | | |
7
- | More examples with code models | [ notebook] ( chapter6/ software_development.ipynb) | | | |
8
- | Code understanding | [ notebook] ( chapter6/ code_understanding.ipynb) | | | |
9
- | Build a RAG on a documentation website | [ notebook] ( chapter6/ langchain_rag.ipynb) | | | |
10
- | Software development project | [ directory] ( chapter5/ software_development) | x | x | x |
6
+ | Examples with code models | [ notebook] ( code_models.ipynb ) | | | |
7
+ | More examples with code models | [ notebook] ( software_development.ipynb ) | | | |
8
+ | Code understanding | [ notebook] ( code_understanding.ipynb ) | | | |
9
+ | Build a RAG on a documentation website | [ notebook] ( langchain_rag.ipynb ) | | | |
10
+ | Software development project | [ directory] ( software_development ) | x | x | x |
11
11
Original file line number Diff line number Diff line change 2
2
3
3
| Section | File | Colab | Kaggle | Gradient |
4
4
| -----------| --------| --------| -----------| ----------|
5
- | Example of data analysis | [ notebook] ( chapter7/ data_science.ipynb) | | | |
6
- | Interactive GUI for data analysis | [ python script] ( chapter7/ app.py) | x | x | x |
5
+ | Example of data analysis | [ notebook] ( data_science.ipynb ) | | | |
6
+ | Interactive GUI for data analysis | [ python script] ( app.py ) | x | x | x |
7
7
You can’t perform that action at this time.
0 commit comments