Skip to content

C++ tutorial on sentence classification #715

Open
@avinashsai

Description

@avinashsai

@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

yf225 commented on Feb 20, 2020

@yf225
Contributor

@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

avinashsai commented on May 19, 2020

@avinashsai
ContributorAuthor

@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

avinashsai commented on Mar 16, 2024

@avinashsai
ContributorAuthor

@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

msaroufim commented on Mar 16, 2024

@msaroufim
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @msaroufim@yf225@avinashsai

        Issue actions

          C++ tutorial on sentence classification · Issue #715 · pytorch/examples