├── Chapter4_notebooks ├── Ch4_NER_and_POS.ipynb ├── Ch4_Preprocessing_Pipeline.ipynb ├── README.md ├── requirements__Ch4_NER_and_POS.txt └── requirements__Ch4_Preprocessing_Pipeline.txt ├── Chapter5_notebooks ├── Ch5_Text_Classification_Traditional_ML.ipynb ├── README.md └── requirements__Ch5_Text_Classification_Traditional_ML.txt ├── Chapter6_notebooks ├── Ch6_Text_Classification_DL.ipynb ├── README.md └── requirements__Ch6_Text_Classification_DL.txt ├── Chapter8_notebooks ├── Ch8_Setting_Up_Close_Source_and_Open_Source_LLMs.ipynb ├── Ch8_Setting_Up_LangChain_Configurations_and_Pipeline.ipynb ├── README.md ├── mocked_up_physician_records.csv ├── requirements__Ch8_Setting_Up_Close_Source_and_Open_Source_LLMs.txt └── requirements__Ch8_Setting_Up_LangChain_Configurations_and_Pipeline.txt ├── Chapter9_notebooks ├── Ch9_Advanced_LangChain_Configurations_and_Pipeline.ipynb ├── Ch9_Advanced_Methods_with_Chains.ipynb ├── Ch9_Completing_a_Complex_Analysis_with_a_Team_of_LLM_Agents.ipynb ├── Ch9_RAGLlamaIndex_Prompt_Compression.ipynb ├── Ch9_Retrieve_Content_from_a_YouTube_Video_and_Summarize.ipynb ├── README.md ├── record.pickle ├── requirements__Ch9_Advanced_LangChain_Configurations_and_Pipeline.txt ├── requirements__Ch9_Advanced_Methods_with_Chains.txt ├── requirements__Ch9_Completing_a_Complex_Analysis_with_a_Team_of_LLM_Agents.txt ├── requirements__Ch9_RAGLlamaIndex_Prompt_Compression.txt └── requirements__Ch9_Retrieve_Content_from_a_YouTube_Video_and_Summarize.txt ├── LICENSE └── README.md /Chapter4_notebooks/Ch4_NER_and_POS.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter4_notebooks/Ch4_NER_and_POS.ipynb -------------------------------------------------------------------------------- /Chapter4_notebooks/Ch4_Preprocessing_Pipeline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter4_notebooks/Ch4_Preprocessing_Pipeline.ipynb -------------------------------------------------------------------------------- /Chapter4_notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter4_notebooks/README.md -------------------------------------------------------------------------------- /Chapter4_notebooks/requirements__Ch4_NER_and_POS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter4_notebooks/requirements__Ch4_NER_and_POS.txt -------------------------------------------------------------------------------- /Chapter4_notebooks/requirements__Ch4_Preprocessing_Pipeline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter4_notebooks/requirements__Ch4_Preprocessing_Pipeline.txt -------------------------------------------------------------------------------- /Chapter5_notebooks/Ch5_Text_Classification_Traditional_ML.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter5_notebooks/Ch5_Text_Classification_Traditional_ML.ipynb -------------------------------------------------------------------------------- /Chapter5_notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter5_notebooks/README.md -------------------------------------------------------------------------------- /Chapter5_notebooks/requirements__Ch5_Text_Classification_Traditional_ML.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter5_notebooks/requirements__Ch5_Text_Classification_Traditional_ML.txt -------------------------------------------------------------------------------- /Chapter6_notebooks/Ch6_Text_Classification_DL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter6_notebooks/Ch6_Text_Classification_DL.ipynb -------------------------------------------------------------------------------- /Chapter6_notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter6_notebooks/README.md -------------------------------------------------------------------------------- /Chapter6_notebooks/requirements__Ch6_Text_Classification_DL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter6_notebooks/requirements__Ch6_Text_Classification_DL.txt -------------------------------------------------------------------------------- /Chapter8_notebooks/Ch8_Setting_Up_Close_Source_and_Open_Source_LLMs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter8_notebooks/Ch8_Setting_Up_Close_Source_and_Open_Source_LLMs.ipynb -------------------------------------------------------------------------------- /Chapter8_notebooks/Ch8_Setting_Up_LangChain_Configurations_and_Pipeline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter8_notebooks/Ch8_Setting_Up_LangChain_Configurations_and_Pipeline.ipynb -------------------------------------------------------------------------------- /Chapter8_notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter8_notebooks/README.md -------------------------------------------------------------------------------- /Chapter8_notebooks/mocked_up_physician_records.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter8_notebooks/mocked_up_physician_records.csv -------------------------------------------------------------------------------- /Chapter8_notebooks/requirements__Ch8_Setting_Up_Close_Source_and_Open_Source_LLMs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter8_notebooks/requirements__Ch8_Setting_Up_Close_Source_and_Open_Source_LLMs.txt -------------------------------------------------------------------------------- /Chapter8_notebooks/requirements__Ch8_Setting_Up_LangChain_Configurations_and_Pipeline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter8_notebooks/requirements__Ch8_Setting_Up_LangChain_Configurations_and_Pipeline.txt -------------------------------------------------------------------------------- /Chapter9_notebooks/Ch9_Advanced_LangChain_Configurations_and_Pipeline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/Ch9_Advanced_LangChain_Configurations_and_Pipeline.ipynb -------------------------------------------------------------------------------- /Chapter9_notebooks/Ch9_Advanced_Methods_with_Chains.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/Ch9_Advanced_Methods_with_Chains.ipynb -------------------------------------------------------------------------------- /Chapter9_notebooks/Ch9_Completing_a_Complex_Analysis_with_a_Team_of_LLM_Agents.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/Ch9_Completing_a_Complex_Analysis_with_a_Team_of_LLM_Agents.ipynb -------------------------------------------------------------------------------- /Chapter9_notebooks/Ch9_RAGLlamaIndex_Prompt_Compression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/Ch9_RAGLlamaIndex_Prompt_Compression.ipynb -------------------------------------------------------------------------------- /Chapter9_notebooks/Ch9_Retrieve_Content_from_a_YouTube_Video_and_Summarize.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/Ch9_Retrieve_Content_from_a_YouTube_Video_and_Summarize.ipynb -------------------------------------------------------------------------------- /Chapter9_notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/README.md -------------------------------------------------------------------------------- /Chapter9_notebooks/record.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/record.pickle -------------------------------------------------------------------------------- /Chapter9_notebooks/requirements__Ch9_Advanced_LangChain_Configurations_and_Pipeline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/requirements__Ch9_Advanced_LangChain_Configurations_and_Pipeline.txt -------------------------------------------------------------------------------- /Chapter9_notebooks/requirements__Ch9_Advanced_Methods_with_Chains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/requirements__Ch9_Advanced_Methods_with_Chains.txt -------------------------------------------------------------------------------- /Chapter9_notebooks/requirements__Ch9_Completing_a_Complex_Analysis_with_a_Team_of_LLM_Agents.txt: -------------------------------------------------------------------------------- 1 | pyautogen==0.2.23 -------------------------------------------------------------------------------- /Chapter9_notebooks/requirements__Ch9_RAGLlamaIndex_Prompt_Compression.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/requirements__Ch9_RAGLlamaIndex_Prompt_Compression.txt -------------------------------------------------------------------------------- /Chapter9_notebooks/requirements__Ch9_Retrieve_Content_from_a_YouTube_Video_and_Summarize.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/Chapter9_notebooks/requirements__Ch9_Retrieve_Content_from_a_YouTube_Video_and_Summarize.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Mastering-NLP-from-Foundations-to-LLMs/HEAD/README.md --------------------------------------------------------------------------------