Open
Description
@soumith
Currently, all the examples in C++ are related to image classification/ GAN. There are not many examples on text/nlp. I would like to include a starter example on sentence classification in c++. Can I go ahead and work on this??
Activity
yf225 commentedon Feb 20, 2020
@avinashsai Thanks a lot for your interest and yes we would really appreciate your contribution! :D Please let us know if you need anything from us.
avinashsai commentedon May 19, 2020
@yf225 I am almost done with the code. However, i am facing an issue in DataLoader part. I have raised an issue in pytorch forum as well. Here is the link:
https://discuss.pytorch.org/t/custom-dataloader/81874/3
Please, help me resolve this issue. I am extremely sorry for the bad indendation.
avinashsai commentedon Mar 16, 2024
@msaroufim Do you think this tutorial is valuable to add? I prototyped first version #777 4 years back. But there was no reviews for it. I can raise one more PR for it again.
msaroufim commentedon Mar 16, 2024
Sure yeah I'd be review a new version. One example which might very compelling is a llama 7b like inference using libtorch. A smaller decoder model would also be fun