nlp-model
There are 14 repositories under nlp-model topic.
cpm0722/transformer_pytorch
Transformer(Attention Is All You Need) Implementation in Pytorch
ayaka14732/bart-base-jax
JAX implementation of the bart-base model
ztjhz/t5-jax
JAX implementation of the T5 model: Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer
ccoreilly/spacy-catala
Spacy NLP Model for the Catalan language
cs329yangzhong/specificityTwitter
Censored tweets annotated for specificity; AAAI 2019 paper: Predicting and Analyzing Language Specificity in Social Media Posts
kohjiaxuan/NLP-Model-for-Corpus-Similarity
A NLP algorithm I developed to determine the similarity or relation between two documents/Wikipedia articles. Inspired by the cosine similarity algorithm and built from WordNet.
RobinSmits/FakeNews-Generator-And-Detector
Train a T5 model to generate simple Fake News and use a RoBERTa model to classify what's fake and what's real.
LakshayD02/Natural_Language_Generation_AIModel_Python
An interactive application that leverages a pre-trained language model (GPT-2) to generate human-like text based on user prompts. The application can produce various types of text, such as stories, reports, or dialogues, making it a versatile tool for creative writing, brainstorming, or content generation.
xga0/emoticon_fix
Transform emoticon to text, e.g., :) => Smile.
cloneartist/NLP-Model-Prep
Python Script to train a spacy model.
cpm0722/petitions_classification
청와대 국민 청원 분류 model
LUTLJS/NLP-Models
NLP models
PurnabrataPanja/Spam_Classifier
A Streamlit-based spam classifier that predicts whether a message is spam or not spam using machine learning.