Add n-gram and large language model (LLM) support to Whisper models.
-
Updated
May 6, 2025 - Jupyter Notebook
Add n-gram and large language model (LLM) support to Whisper models.
A Bigram Language Model from scratch with no-smoothing and add-one smoothing. Outputs bigram counts, bigram probabilities and probability of test sentence.
Hangman Game implementation using n-gram language model in NLP, achieved an accuracy of more than 50%
Generating Urdu poetry using SpaCy in Python. Poetry has been generated by using Uni-grams, Bi-grams, Tri-grams and through Bidirectional Bigram Model and Backward Bigram model.
Create n-gram models for word predictions
Automatic Speech Recognition using Conformer with Speech Sentiment Analysis & Text Summarizer
Scripts to train a n-gram language models on Wikipedia articles
2023数模美赛M奖论文的工程文件和结果,禁止转载
Language detection using n-gram model for PyCon PL'2020 lightning talk
Sentiment Analysis based on N-Gram probabilities.
POS tagging using the Viterbi algorithm and n-gram models
A proof-of-concept audio-interactive personalized chatbot based on Ted Mosby, a character from the renowned TV show "How I Met Your Mother"
ngram language model next token prediction
N-gram models- Unsmoothed, Laplace, Deleted Interpolation
This repository houses a collection of my natural language processing (NLP) projects, showcasing a variety of applications and experiments in the field. From sentiment analysis to language modeling, explore the power of NLP through my code. Feel free to use, modify, and contribute!
JHU Data Science Coursera Capstone Project - Predict the next 3 words in the sentence
Python code that implements a rudimentary n-Gram language model from scratch.
1) N-grams 2) Emotion and sentiment analysis
Add a description, image, and links to the n-gram-language-models topic page so that developers can more easily learn about it.
To associate your repository with the n-gram-language-models topic, visit your repo's landing page and select "manage topics."