LibriSpeech Dataset With Wav2vec

stt-wav2vec2-librispeech

A speech recognition task for predicting the text from an audio file. We utilize a wav2vec model trained on the librispeech-asr benchmark, implemented using Keras and Tensorflow.

Sentiment Analysis

The IMDB dataset is one of the most popular sentiment analysis datasets. It contains multiple movie reviews, each annotated with either a positive or negative label. In this example, a classifier model was built to predict positive and negative reviews.

SQuAD – Albert

This project implements the Albert algorithm using the SQuAD (Stanford Question Answering Dataset) for question answering tasks.