Dear Travis,
Introducing Function-Calling and Data Extraction with LLMs, a short course made in collaboration with Nexusflow and taught by its co-founder and CEO, Jiantao Jiao, and founding engineer, Venkat Srinivasan.
This course focuses on two key skills for building LLM applications: function-calling and structured data extraction. Function-calling allows LLMs to execute external functions based on natural language instructions, while structured data extraction enables LLMs to retrieve useful information from unstructured text.
Function-calling allows you to extend LLMs with custom capabilities by enabling them to form calls to external functions based on natural language instructions. Structured data extraction enables LLMs to pull usable information from unstructured text.
You'll work with NexusRavenV2-13B, an open source model fine-tuned for function-calling and data extraction. The model, available on Hugging Face, has outperformed GPT-4 in some function-calling tasks and has 13 billion parameters so it can be hosted locally.