This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
How to use GNES for text classification? #358
Open
Description
Problem and Question
Hi, I have take a look the poem project. And want to use another data for indexing. How to use labeled csv to do supervised learning with text data?
my data sample.tsv with thai text:
intent question
ClassA FAQ 1? ចូលទៅប្រើប្រាស់កម្មវិធីនេះ?
ClassA Another FAQ Question similar to FAQ 1?
ClassB TestQuestion with thai text ចូលទៅប្រើប្រាស់កម្មវិធីនេះ?
ClassB Another data sample
What I have trial
- I try to pass Pandas Series and it raise GRPC Error,
- I try to pass tuple with (intent, question) and raise GRPC error
- I try to use the question only to index it and convert the str into bytes. This is successfully build without GRPC error, but it raise
W:EncoderService:[enc:emb: 42]:document (doc_id=20) contains no chunks!
W:IndexerService:[ind:_ha: 57]:document (doc_id=10) contains no chunks!
W:EncoderService:[enc:emb: 42]:document (doc_id=22) contains no chunks!
W:IndexerService:[ind:_ha: 57]:document (doc_id=12) contains no chunks!
W:EncoderService:[enc:emb: 42]:document (doc_id=24) contains no chunks!
W:IndexerService:[ind:_ha: 57]:document (doc_id=16) contains no chunks!
E:EncoderService:[enc:emb: 67]:can't convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.
W:EncoderService:[enc:emb: 68]:encoder service throws an exception, the sequel pipeline may not work properly
Question
How to train the labeled csv data?
Metadata
Assignees
Labels
No labels