Downloads · 30 days
0
mr-checker/SalesGen
SalesGen is a text classification model from mr-checker. Use it when you need a label for a piece of text. It is set up for sklearn. The card lists the license as mit.
This model is designed to analyze a sales conversation between a customer and a sales representative and predict whether the conversation is associated with a potential conversion.The model is intended to serve as an…
Downloads · 30 days
0
Access
Public
Updated Aug 19, 2026
Repo size
18.6 MB
Likes
0
Public
Click a slice to open those files.
.joblib18.6 MB · 100%
From the Hugging Face model README
This model is designed to analyze a sales conversation between a customer and a sales representative and predict whether the conversation is associated with a potential conversion.The model is intended to serve as an initial classification layer for a broader lead-intelligence system. Its purpose is to help identify conversations that may require further attention from a sales team.
The model can be used for:
Two model versions were evaluated during development. The primary difference observed between the evaluated versions was the number of false-positive predictions:
The second evaluated model produced fewer false positives in the reported evaluation.
The models were evaluated using standard classification metrics and confusion-matrix results. The evaluation included:

Image: Classification report of both the models are almost same (minute difference).
The available evaluation is based on the selected sales-conversation dataset and its associated conversion outcome labels. The model's current prediction target represents conversion outcome and should not automatically be interpreted as a definitive business-level lead classification. Real-world performance may vary depending on:
The model is intended to act as a prediction component within a larger customer-intelligence system. Its output can be combined with structured information extraction and business rules to support sales operations and lead management.
Development / Prototype The model is currently being evaluated as part of a hackathon prototype and may undergo further improvement with domain-specific and real-world conversation data.