File size: 1,415 Bytes
b63d5b7
 
 
 
 
 
 
 
 
c32656a
b63d5b7
 
 
 
c32656a
b63d5b7
 
 
 
 
c32656a
b63d5b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
license: apache-2.0
language:
- en
base_model: Qwen/Qwen2.5-1.5B-Instruct
tags:
- text-generation
- instruction-following
- crm
- tether business
pipeline_tag: text-generation
inference: true
---

# Derry 1.5B Instruct (Tether Business Backend Brain)

Derry is a highly optimized, lightweight 1.5 Billion parameter instruction-following model built to handle real-time text summarization and CRM structuring for the **Tether** social platform.

It is based on the robust `Qwen2.5-1.5B-Instruct` architecture, delivering lightning-fast text processing speeds making it ideal for live mobile applications.

## Intended Use Case (Tether Business App)
Derry reads unstructured live chat interactions and crunches them into clean, structured data blocks for business management tracking.

### Expected Input Format
The model expects data formatted via the standard Qwen chat template system:
- **System Prompt**: Defining Derry's persona and summary guidelines.
- **User Prompt**: The raw customer interaction transcript.

### Expected Output Format
- **Core Problem**: (1 sentence summary)
- **Customer Sentiment**: (Frustrated / Satisfied / Neutral)
- **Actions Taken**: (Bullet points of actions)
- **Follow-up Required**: (Pending tasks)

## How to Test via API
You can send raw POST requests containing a json payload with `inputs` directly to the Hugging Face Inference API endpoint linked to this repository.