The Wayback Machine - https://web.archive.org/web/20220709074620/https://github.com/topics/language-modeling
Here are
189 public repositories
matching this topic...
Differentiable architecture search for convolutional and recurrent networks
Updated
Jan 3, 2021
Python
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
Updated
Oct 20, 2021
Python
Keras implementation of BERT with pre-trained weights
Updated
Jul 26, 2019
Python
👄 The most accurate natural language detection library for Go, suitable for long and short text alike
A Modern C++ Data Sciences Toolkit
End-to-end ASR/LM implementation with PyTorch
Updated
Aug 30, 2021
Python
Official PyTorch Repo for "ReZero is All You Need: Fast Convergence at Large Depth"
Updated
Jun 2, 2021
Python
An implementation of DeepMind's Relational Recurrent Neural Networks (NeurIPS 2018) in PyTorch.
Updated
Dec 27, 2018
Python
A Contrastive Framework for Neural Text Generation
Updated
Jun 25, 2022
Python
XLNet for generating language.
Updated
Jan 30, 2021
Python
Lyrics Generator aka Character-level Language Modeling with Multi-layer LSTM Recurrent Neural Network
Updated
Sep 25, 2017
Python
Curso práctico: NLP de cero a cien 🤗
Updated
Apr 12, 2022
Jupyter Notebook
Use tensorflow's tf.scan to build vanilla, GRU and LSTM RNNs
Updated
Mar 3, 2017
Python
Tasks Assessing Protein Embeddings (TAPE), a set of five biologically relevant semi-supervised learning tasks spread across different domains of protein biology. (DEPRECATED)
Updated
Aug 7, 2021
Python
A fast LSTM Language Model for large vocabulary language like Japanese and Chinese
Updated
Jun 4, 2019
Python
Independently Recurrent Neural Networks (IndRNN) implemented in pytorch.
Updated
Dec 23, 2020
Python
Comparatively fine-tuning pretrained BERT models on downstream, text classification tasks with different architectural configurations in PyTorch.
Updated
Jul 2, 2020
Python
仿 Scikit-Learn 设计的深度学习自然语言处理框架, 支持约 40 种模型类, 涵盖语言模型、文本分类、NER、MRC、机器翻译等各个领域
Updated
May 27, 2022
Python
Training an n-gram based Language Model using KenLM toolkit for Deep Speech 2
Character-Level language models
Updated
Jun 17, 2017
Python
Pre-training of Language Models for Language Understanding
Updated
Aug 24, 2019
Python
Protein sequence classification with self-supervised pretraining
Updated
Nov 29, 2021
Python
Rank-One Model Editing for Locating and Editing Factual Knowledge in GPT
Updated
Jun 15, 2022
Python
Code accompanying our ECCV-2020 paper on 3D Neural Listeners.
Attentive Federated Learning for Private NLM
Updated
Apr 13, 2020
Python
Updated
Aug 12, 2020
Python
Updated
Dec 30, 2019
Python
Implementation of Gated State Spaces, from the paper "Long Range Language Modeling via Gated State Spaces", in Pytorch
Updated
Jul 3, 2022
Python
Web Native language Workbench with Projectional Web Editor
Updated
Jul 8, 2022
TypeScript
Improve this page
Add a description, image, and links to the
language-modeling
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
language-modeling
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hey,
I would propose extend list of available models by SeqVec (ELMo-based implementation) which was presented in the Modeling aspects of the language of life through transfer-learning protein sequences paper.
SeqVec model trained on UniRef50 is available at: [SeqVec-model](