From 57ec84f016106e061f89eec4c86e05bdd6eb80c4 Mon Sep 17 00:00:00 2001 From: Shyamal H Anadkat Date: Wed, 16 Aug 2023 17:59:19 -0700 Subject: [PATCH] Update recently added (#641) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update recently added * Update README.md Co-authored-by: Simón Fishman --------- Co-authored-by: Simón Fishman --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b64d03f..117ec45 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Most code examples are written in Python, though the concepts can be applied in [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=468576060&machine=basicLinux32gb&location=EastUs) ## Recently added/updated 🆕 ✨ +- [How to evaluate abstractive summarization](examples/evaluation/How_to_eval_abstractive_summarization.ipynb) [Aug 16, 2023] - [Whisper prompting guide](examples/Whisper_prompting_guide.ipynb) [June 27, 2023] - [Question answering using a search API and re-ranking](https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_a_search_API.ipynb) [June 16, 2023] - [How to call functions with Chat models](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_with_chat_models.ipynb) [June 13, 2023]