Chinese

BBCIM: BGE-Embedding Based Chinese Intent Model

Model Details

Model Description

A lightweight intent classification model for chinese. It is designed to be modular, easy to integrate, and optimized for both performance and inference speed.

You can easily influence the model on CPU.

Model Sources

Uses

from inference import EmbeddingBasedIntentModelWrapper

device = "cpu"
embedding_path = 'YOUR_PATH_TO_BGE_EMBEDDING'
model_checkpoint = "YOUR_PATH_TO_THE_MODEL"

model = EmbeddingBasedIntentModelWrapper(embedding_path, model_checkpoint, device)

while True:
    input_text = input("Enter input: ")
    result = model.classify(input_text)
    print(result)

Results

Intent Accuracy
News 0.847
Email 0.963
IOT 0.968
Play 0.946
General 0.608
Calendar 0.925
Weather 0.936
QA 0.878
Takeway 0.895
Lists 0.852
Transports 0.919
Social 0.877
Datetime 0.951
Music 0.840
Cooking 0.847
Alram 0.990
Recommendation 0.830
Audio 0.935
Average 0.889
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for kitman0000/BBCIM

Base model

BAAI/bge-m3
Finetuned
(441)
this model

Dataset used to train kitman0000/BBCIM