language-modeling
There are 291 repositories under language-modeling topic.
quark0/darts
Differentiable architecture search for convolutional and recurrent networks
allenai/RL4LMs
A modular RL library to fine-tune language models to human preferences
EgoAlpha/prompt-in-context-learning
Awesome resources for in-context learning and prompt engineering: Mastery of the LLMs such as ChatGPT, GPT-3, and FlanT5, with up-to-date and cutting-edge updates. - Professor Yu Liu
pemistahl/lingua-go
The most accurate natural language detection library for Go, suitable for short text and mixed-language text
uber-research/PPLM
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
Separius/BERT-keras
Keras implementation of BERT with pre-trained weights
songlab-cal/tape
Tasks Assessing Protein Embeddings (TAPE), a set of five biologically relevant semi-supervised learning tasks spread across different domains of protein biology.
meta-toolkit/meta
A Modern C++ Data Sciences Toolkit
DmitryRyumin/INTERSPEECH-2023-24-Papers
INTERSPEECH 2023-2024 Papers: A complete collection of influential and exciting research papers from the INTERSPEECH 2023-24 conference. Explore the latest advances in speech and language processing. Code included. Star the repository to support the advancement of speech technology!
google-deepmind/long-form-factuality
Benchmarking long-form factuality in large language models. Original code for our paper "Long-form factuality in large language models".
hirofumi0810/neural_sp
End-to-end ASR/LM implementation with PyTorch
jeffhj/LM-reasoning
This repository contains a collection of papers and resources on Reasoning in Large Language Models.
DmitryRyumin/ICASSP-2023-24-Papers
ICASSP 2023-2024 Papers: A complete collection of influential and exciting research papers from the ICASSP 2023-24 conferences. Explore the latest advancements in acoustics, speech and signal processing. Code included. Star the repository to support the advancement of audio and signal processing!
yxuansu/SimCTG
[NeurIPS'22 Spotlight] A Contrastive Framework for Neural Text Generation
majumderb/rezero
Official PyTorch Repo for "ReZero is All You Need: Fast Convergence at Large Depth"
shmsw25/FActScore
A package to evaluate factuality of long-form generation. Original implementation of our EMNLP 2023 paper "FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation"
madaan/memprompt
A method to fix GPT-3 after deployment with user feedback, without re-training.
muditbhargava66/PyxLSTM
Efficient Python library for Extended LSTM with exponential gating, memory mixing, and matrix memory for superior sequence modeling.
UIC-Liu-Lab/ContinualLM
An Extensible Continual Learning Framework Focused on Language Models (LMs)
L0SG/relational-rnn-pytorch
An implementation of DeepMind's Relational Recurrent Neural Networks (NeurIPS 2018) in PyTorch.
somosnlp/nlp-de-cero-a-cien
Curso práctico: NLP de cero a cien 🤗
rusiaaman/XLnet-gen
XLNet for generating language.
tonybeltramelli/Deep-Lyrics
Lyrics Generator aka Character-level Language Modeling with Multi-layer LSTM Recurrent Neural Network
Sunnydreamrain/IndRNN_pytorch
Independently Recurrent Neural Networks (IndRNN) implemented in pytorch.
referit3d/referit3d
Code accompanying our ECCV-2020 paper on 3D Neural Listeners.
suriyadeepan/rnn-from-scratch
Use tensorflow's tf.scan to build vanilla, GRU and LSTM RNNs
DRSY/EMO
[ICLR 2024]EMO: Earth Mover Distance Optimization for Auto-Regressive Language Modeling(https://arxiv.org/abs/2310.04691)
flatironinstitute/deepblast
Neural Networks for Protein Sequence Alignment
uzaymacar/comparatively-finetuning-bert
Comparatively fine-tuning pretrained BERT models on downstream, text classification tasks with different architectural configurations in PyTorch.
songlab-cal/tape-neurips2019
Tasks Assessing Protein Embeddings (TAPE), a set of five biologically relevant semi-supervised learning tasks spread across different domains of protein biology. (DEPRECATED)
geyingli/unif
基于 Tensorflow,仿 Scikit-Learn 设计的深度学习自然语言处理框架。支持 40 余种模型类,涵盖语言模型、文本分类、NER、MRC、知识蒸馏等各个领域
kmario23/KenLM-training
Training an n-gram based Language Model using KenLM toolkit for Deep Speech 2
jiali-ms/JLM
A fast LSTM Language Model for large vocabulary language like Japanese and Chinese
BESSER-PEARL/BESSER
A Python-based low-modeling low-code platform for smart and AI-enhanced software
p-lambda/incontext-learning
Experiments and code to generate the GINC small-scale in-context learning dataset from "An Explanation for In-context Learning as Implicit Bayesian Inference"
lucidrains/gated-state-spaces-pytorch
Implementation of Gated State Spaces, from the paper "Long Range Language Modeling via Gated State Spaces", in Pytorch