Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ pipeline_tag: text-generation
|
|
| 22 |
</div>
|
| 23 |
|
| 24 |
<p align="center">
|
| 25 |
-
<a href="https://huggingface.co/
|
| 26 |
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Selling--Assistant--V1-blue">
|
| 27 |
</a>
|
| 28 |
<a href="https://github.com/your-repo-link">
|
|
@@ -43,8 +43,7 @@ It internalizes complex sales logic—from rapport building to closing deals—d
|
|
| 43 |
|
| 44 |
We evaluate Selling-Assistant-V1 against leading general-purpose models on a proprietary **Sales Capability Benchmark**, which assesses performance across four critical dimensions: **Persuasion Rate**, **Empathy Score**, **Objection Handling**, and **Compliance**.
|
| 45 |
|
| 46 |
-
| Benchmark (Sales Domain) | Selling-Assistant-V1 | Qwen3-30B-A3B |
|
| 47 |
-
Llama3.2-30B-A3B-II-Dark-Champion-INSTRUCT |
|
| 48 |
|--------------------------|----------------------|----------------------|----------------------|
|
| 49 |
| **Persuasion Rate** | **85.4%** | 72.1% | 78.5% |
|
| 50 |
| **Empathy Score (0-10)** | **9.2** | 7.8 | 8.1 |
|
|
@@ -96,7 +95,7 @@ pip install -U vllm
|
|
| 96 |
Start the server:
|
| 97 |
|
| 98 |
```shell
|
| 99 |
-
vllm serve
|
| 100 |
--tensor-parallel-size 1 \
|
| 101 |
--gpu-memory-utilization 0.95 \
|
| 102 |
--max-model-len 32768 \
|
|
@@ -115,7 +114,7 @@ Launch the server:
|
|
| 115 |
|
| 116 |
```shell
|
| 117 |
python3 -m sglang.launch_server \
|
| 118 |
-
--model-path
|
| 119 |
--tp-size 1 \
|
| 120 |
--port 8000 \
|
| 121 |
--host 0.0.0.0 \
|
|
@@ -172,7 +171,7 @@ print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))
|
|
| 172 |
While V1 focuses on end-to-end generation, our next-generation **Selling-Agent-V2** will evolve into a fully autonomous system leveraging the **Model Context Protocol (MCP)**. This architecture separates cognitive reasoning from tool execution, enabling deeper integration with enterprise ecosystems.
|
| 173 |
|
| 174 |
<div align="center">
|
| 175 |
-
<img src="selling_agent.png" width="
|
| 176 |
</div>
|
| 177 |
|
| 178 |
### Architectural Highlights
|
|
@@ -205,6 +204,6 @@ If you use this model in your research or application, please cite:
|
|
| 205 |
year = {2024},
|
| 206 |
publisher = {Hugging Face},
|
| 207 |
journal = {Hugging Face Repository},
|
| 208 |
-
howpublished = {\url{https://huggingface.co/
|
| 209 |
}
|
| 210 |
```
|
|
|
|
| 22 |
</div>
|
| 23 |
|
| 24 |
<p align="center">
|
| 25 |
+
<a href="https://huggingface.co/digitalassistant-ai/Selling-Assistant-V1">
|
| 26 |
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Selling--Assistant--V1-blue">
|
| 27 |
</a>
|
| 28 |
<a href="https://github.com/your-repo-link">
|
|
|
|
| 43 |
|
| 44 |
We evaluate Selling-Assistant-V1 against leading general-purpose models on a proprietary **Sales Capability Benchmark**, which assesses performance across four critical dimensions: **Persuasion Rate**, **Empathy Score**, **Objection Handling**, and **Compliance**.
|
| 45 |
|
| 46 |
+
| Benchmark (Sales Domain) | Selling-Assistant-V1 | Qwen3-30B-A3B | Llama3.2-30B-A3B-II-Dark-Champion-INSTRUCT |
|
|
|
|
| 47 |
|--------------------------|----------------------|----------------------|----------------------|
|
| 48 |
| **Persuasion Rate** | **85.4%** | 72.1% | 78.5% |
|
| 49 |
| **Empathy Score (0-10)** | **9.2** | 7.8 | 8.1 |
|
|
|
|
| 95 |
Start the server:
|
| 96 |
|
| 97 |
```shell
|
| 98 |
+
vllm serve digitalassistant-ai/Selling-Assistant-V1 \
|
| 99 |
--tensor-parallel-size 1 \
|
| 100 |
--gpu-memory-utilization 0.95 \
|
| 101 |
--max-model-len 32768 \
|
|
|
|
| 114 |
|
| 115 |
```shell
|
| 116 |
python3 -m sglang.launch_server \
|
| 117 |
+
--model-path digitalassistant-ai/Selling-Assistant-V1 \
|
| 118 |
--tp-size 1 \
|
| 119 |
--port 8000 \
|
| 120 |
--host 0.0.0.0 \
|
|
|
|
| 171 |
While V1 focuses on end-to-end generation, our next-generation **Selling-Agent-V2** will evolve into a fully autonomous system leveraging the **Model Context Protocol (MCP)**. This architecture separates cognitive reasoning from tool execution, enabling deeper integration with enterprise ecosystems.
|
| 172 |
|
| 173 |
<div align="center">
|
| 174 |
+
<img src="selling_agent.png" width="100%" alt="Future Sales Agent Architecture"/>
|
| 175 |
</div>
|
| 176 |
|
| 177 |
### Architectural Highlights
|
|
|
|
| 204 |
year = {2024},
|
| 205 |
publisher = {Hugging Face},
|
| 206 |
journal = {Hugging Face Repository},
|
| 207 |
+
howpublished = {\url{https://huggingface.co/digitalassistant-ai/Selling-Assistant-V1}}
|
| 208 |
}
|
| 209 |
```
|