Skip to content

Commit

Permalink
Merge branch 'ibm-granite-community:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghSuryaDeep authored Nov 28, 2024
2 parents ed03479 + 1363d54 commit 3331c10
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/notebook_lists/vanilla_notebooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ recipes/Granite_Guardian/HAP.ipynb
recipes/Granite_Guardian/Granite_Guardian_Quick_Start.ipynb
recipes/Granite_Guardian/Granite_Guardian_Detailed_Guide.ipynb
recipes/Granite_Guardian/Granite_Guardian_Usage_Governance_Workflow.ipynb
recipes/AI-Agents/travel_planner_agent.ipynb
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The "Recipes" in the Granite Snack Cookbook showcase the essential capabilities

## Recipes

### Basic Capabilities

1. [Document Summarization](/recipes/Summarize/Summarize.ipynb)
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/Summarize/Summarize.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
Expand All @@ -16,6 +18,9 @@ The "Recipes" in the Granite Snack Cookbook showcase the essential capabilities
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/Function-Calling/Function_Calling.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

### Compound Systems

1. [RAG](/recipes/RAG/RAG_with_Langchain.ipynb)
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/RAG/RAG_with_Langchain.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
Expand All @@ -24,25 +29,36 @@ The "Recipes" in the Granite Snack Cookbook showcase the essential capabilities
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/AI-Agents/Agentic_RAG.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
1. [Travel planner Agent](recipes/AI-Agents/travel_planner_agent.ipynb)
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/AI-Agents/travel_planner_agent.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
1. Prompt Declaration Language (PDL)
1. [Notebook that uses the PDL Jupyter Extension](recipes/PDL/Prompt_Declaration_Language.ipynb) (Not compatible with Colab)
1. [Notebook that uses the PDL Python API](recipes/PDL/Prompt_Declaration_Language_python.ipynb)
<!-- <a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/PDL/Prompt_Declaration_Language_python.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a> --> (Not yet available in Colab, because the latter uses Python 3.10)

### Tuning

1. [Fine Tuning Granite](recipes/Fine_Tuning/Finetuning_Granite_Pirate_Style.ipynb)
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/Fine_Tuning/Finetuning_Granite_Pirate_Style.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
1. [Granite Guardian 3.0](recipes/Granite_Guardian/Granite_Guardian_Quick_Start.ipynb)
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/Granite_Guardian/Granite_Guardian_Quick_Start.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
1. [Loading a LoRA from Huggingface](recipes/Load_LoRA_from_Huggingface/Load_LoRA_From_Huggingface.ipynb)
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/Load_LoRA_from_Huggingface/Load_LoRA_From_Huggingface.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

### Guardian

1. [Granite Guardian 3.0](recipes/Granite_Guardian/Granite_Guardian_Quick_Start.ipynb)
<a target="_blank" href="https://colab.research.google.com/github/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/Granite_Guardian/Granite_Guardian_Quick_Start.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>


## Build Status

<a href="https://github.com/ibm-granite-community/granite-snack-cookbook/actions/workflows/notebooks.yaml">
Expand Down
Loading

0 comments on commit 3331c10

Please sign in to comment.