intel / document-level-sentiment-analysis

Document Level Sentiment Analysis is an End-to-End deep learning workflow using Hugging Face transformers API to do a "classification" task at document level, to analyze the sentiment of input document containing English sentences or paragraphs.

Home Page:https://intel.github.io/document-level-sentiment-analysis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E2E DLSA

DLSA is Intel optimized representative End-to-end Fine-Tuning & Inference pipeline for Document level sentiment analysis using BERT model implemented with Hugging face transformer API. the code supports single node and multinode implementations.

About

Document Level Sentiment Analysis is an End-to-End deep learning workflow using Hugging Face transformers API to do a "classification" task at document level, to analyze the sentiment of input document containing English sentences or paragraphs.

https://intel.github.io/document-level-sentiment-analysis/

License:Apache License 2.0


Languages

Language:Python 58.5%Language:Shell 41.5%