Skip to content

Trained my own data with 3 class but classification is working perfectly for one intent #8

@sekharBuddha

Description

@sekharBuddha

Hello there, as i cloned your repo and added my own train.csv file and trained my data with reddit fastText now i am testing my data using ./intent_classifier.py config.json , but when i gave my pre-defined questions also it is not able to classify intents for my data every time it is showing only one class

Here is my train.csv i havent modified your config files can you help me please

request,applyForLoan,PostPaidSimcard,PrePaidSimcard
can i apply for a loan,1,0,0
how to apply for a loan,1,0,0
where can i apply for loan,1,0,0
different ways to apply for a loan,1,0,0
can you help me to apply for loan,1,0,0
can you tell me what is a post paid sim card,0,1,0
what is post paid sim card,0,1,0
where can i apply for a post paid sim card,0,1,0
how to apply for post paid sim card,0,1,0
What is the status of my post paid sim card,0,1,0
can you tell me what is a pre paid sim card,0,0,1
what is pre paid sim card,0,0,1
where can i apply for a pre paid sim card,0,0,1
how to apply for pre paid sim card,0,0,1
What is the status of my pre paid sim card,0,0,1

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions