Skip to content

Yer1k/Sentiment-Analysis-with-BERT-Naive-Bayes

 
 

Repository files navigation

CI Codespaces Prebuilds

Sentiment Analysis on IMDb data with Naive Bayes and BERT Models

Verify GPU works

The following examples test out the GPU

  • run pytorch training test: python utils/quickstart_pytorch.py
  • run pytorch CUDA test: python utils/verify_cuda_pytorch.py
  • run tensorflow training test: python utils/quickstart_tf2.py
  • run nvidia monitoring test: nvidia-smi -l 1 it should show a GPU
  • run whisper transcribe test ./utils/transcribe-whisper.sh and verify GPU is working with nvidia-smi -l 1

About

Sentiment Analysis with BERT & Naive Bayes Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.1%
  • Python 10.3%
  • Other 0.6%