rasa/cmd_gen_llama_3.1_8b_calm_demo

Warm
Public
8B
FP8
32768
Sep 18, 2024
License: apache-2.0
Hugging Face
Overview

Overview

The rasa/cmd_gen_llama_3.1_8b_calm_demo is a specialized Dialogue Understanding (DU) model developed by Rasa, fine-tuned from unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit. Its core function is to interpret ongoing conversations and structured business logic to produce a sequence of predefined commands. Unlike general-purpose LLMs, this model is explicitly designed to generate commands such as StartFlow(flow_name), SetSlot(slot_name, slot_value), Clarify, ChitChat, KnowledgeAnswer, HumanHandoff, and Error.

Key Capabilities

  • Command Generation: Translates user messages into a structured internal grammar of commands for Rasa's CALM framework.
  • Dialogue Understanding: Interprets user intent within conversational contexts to drive assistant logic.
  • Fine-tuned for CALM: Optimized for integration with Rasa's Conversational AI with Language Models (CALM) approach.
  • Specific Output: Produces only predefined commands, ensuring predictable and controllable assistant behavior.

Good for

  • Rasa CALM Assistants: Powering the command generator component in AI assistants built with Rasa's CALM paradigm.
  • Structured Dialogue Management: Use cases requiring precise interpretation of user intent into actionable system commands.
  • Base Model for Fine-tuning: Can serve as a base for further fine-tuning on custom assistant data using Rasa Pro's fine-tuning recipe feature.

Limitations

This model is not suitable for generating arbitrary free-form text. It is explicitly fine-tuned for command output and should not be used for general text generation tasks. While tested in English, its performance in other languages has not been evaluated, and like any pre-trained model, it may exhibit biases.