masked-language-models
There are 31 repositories under masked-language-models topic.
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ZhengxiangShi/PowerfulPromptFT
[NeurIPS 2023 Main Track] This is the repository for the paper titled "Don’t Stop Pretraining? Make Prompt-based Fine-tuning Powerful Learner"
yzhan238/CGExpan
The source code used for paper "Empower Entity Set Expansion via Language Model Probing", published in ACL 2020.
haofanwang/awesome-vision-language-modeling
Recent Advances in Vision-Language Pre-training!
AndreaCossu/continual-pretraining-nlp-vision
Code to reproduce experiments from the paper "Continual Pre-Training Mitigates Forgetting in Language and Vision" https://arxiv.org/abs/2205.09357
ayoolaolafenwa/TrainNLP
Sample tutorials for training Natural Language Processing Models with Transformers
chanapapan/Depression-Detection
Comparing Selective Masking Methods for Depression Detection in Social Media
psychbruce/FMAT
😷 The Fill-Mask Association Test (FMAT): Measuring Propositions in Natural Language.
GU-DataLab/PoliBERTweet
A transformer-based language model trained on politics-related Twitter data. This repo is the official resource of the paper "PoliBERTweet: A Pre-trained Language Model for Analyzing Political Content on Twitter", LREC 2022
willxxy/Text-EGM
[CHIL 2024] Interpretation of Intracardiac Electrograms Through Textual Representations
phueb/Zorro
Grammar test suite for masked language models
RishabhMaheshwary/contextattack
A Context Aware Approach for Generating Natural Language Attacks.
SharathHebbar/Transformers
Transformers Intuition
AstraBert/proteins-w-esm
Predict the whole sequence and 3D structure of masked protein sequences with ESM by @evolutionaryscale
obss/disgem
[EMNLP 2024] Official Implementation of DisGeM: Distractor Generation for Multiple Choice Question with Span Masking
mc-cat-tty/PlaceRank
Final assigment for "Gestione dell'Informazione" ("Search Engines") course @ UniMoRe
pedroandreou/Cypriot-LLM
Training the first Cypriot Large Language Model on the Masked Language Modeling objective for predicting a given masked word token within a given context
shreydan/masked-language-modeling
Transformers Pre-Training with MLM objective — implemented encoder-only model and trained from scratch on Wikipedia dataset.
zalkikar/mlm-bias
Measuring Biases in Masked Language Models for PyTorch Transformers. Support for multiple social biases and evaluation measures.
insdout/BertAttentionViz
BERT Attention Visualization is a web application powered by Streamlit, offering intuitive visualization of attention weights generated by BERT-based models.
phueb/UnMasked
Score masked language models on grammar test suites
skomban/seq-unscrambler
Unscrambles shuffled letters in a word sequence.
hriaz17/ELLEN
Code for "ELLEN: Extremely Lightly Supervised Learning For Efficient Named Entity Recognition" (LREC-COLING 2024)
naivenlp/rapidnlp-datasets
Data pipelines for both TensorFlow and PyTorch!
AKKI0511/Masked-Language-Model
Powerful Python tool for visualizing and interacting with pre-trained Masked Language Models (MLMs) like BERT. Features include self-attention visualization, masked token prediction, model fine-tuning, embedding analysis with PCA/t-SNE, and SHAP-based model interpretability.
AndrewDarnall/The-Code-Unmasker
SpringBoot-based microserviced web app which unmasks, using CodeBERT MLM, a code prompt
JayaswalVivek/Masked_Language_Model
Tutorial for creating a masked language model for a vernacular of your choice
musty-ess/Masked-Language-Model-Using-BERT
This project implements a Masked Language Model using BERT, a transformer-based model developed by Google, to predict masked words in text sequences.
petermchale/nucleotide-transformer
Using an LLM to discover the genetic causes of rare disease
rstodden/stance-detection
Code for "Using Masked Language Model Probabilities of Connectives for Stance Detection in English Discourse"
saagar-parikh/ASR_LLM_Rescoring
Rescoring Automatic Speech Recognition using Large Language Models