Skip to content

Commit d18e07c

Browse files
committed
fix paths
1 parent 6840ef7 commit d18e07c

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

chapter3/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ set_environment()
2020

2121
| Section | File | Colab | Kaggle | Gradient |
2222
|-----------|--------|--------|-----------|----------|
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) | | | |
2929

3030

chapter4/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
| Section | File | Colab | Kaggle | Gradient |
55
|-----------|--------|--------|-----------|----------|
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 |
1111

chapter5/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
| Section | File | Colab | Kaggle | Gradient |
55
|-----------|--------|--------|-----------|----------|
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) | | | |
1414

chapter6/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
| Section | File | Colab | Kaggle | Gradient |
55
|-----------|--------|--------|-----------|----------|
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 |
1111

chapter7/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
| Section | File | Colab | Kaggle | Gradient |
44
|-----------|--------|--------|-----------|----------|
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 |
77

0 commit comments

Comments
 (0)