Hindi Sentiment Analysis Using Fastai-1.1.0!
This project is divided into 2 parts:
- Fine Tuning of Language Model
- Classifier for Sentiment Classification
- DOWNLOAD models
- Just follow run_sentiment.ipynb
- Follow the steps shown in Copy_Hindi notebook
- In
Table = data.copy ....
specifify the number of rows you want to copy if number of row is greater than the actual rows then rows are repeated in such case you can get wrong accuracy as in validation set traning row is also present. - The name with which you save classification model must be renamed to export.pkl
- You are ready to go :)