lyeoni / nlp-tutorial

A list of NLP(Natural Language Processing) tutorials
MIT License
1.36k stars 265 forks source link

Movie Rating Classification no datasets #4

Closed saigequn closed 4 years ago

saigequn commented 5 years ago

Movie Rating Classification no datasets?

lyeoni commented 5 years ago

@saigequn Hi, It might have a copyright issue. If you wanna do classification task with movie reviews written this code, I recommend using the crawler to crawl the reviews from https://movie.naver.com/

lyeoni commented 4 years ago

You can see this project !

[LINK] https://github.com/lyeoni/nlp-tutorial/tree/master/text-classification-transformer [Description] IMDb Movie Review Classification: This text classification tutorial trains a transformer model on the IMDb movie review dataset for sentiment analysis. It provides a simple PyTorch implementation, with simple annotation. Keyword: Transformer, Sentiment analysis