The Wayback Machine - https://web.archive.org/web/20220320102229/https://github.com/topics/language-modeling
Here are
185 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 in PyTorch.
Updated
Dec 27, 2018
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
Use tensorflow's tf.scan to build vanilla, GRU and LSTM RNNs
Updated
Mar 3, 2017
Python
Curso práctico: NLP de cero a cien 🤗
Updated
Oct 7, 2021
Jupyter Notebook
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 Contrastive Framework for Neural Text Generation
Updated
Mar 7, 2022
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
Feb 25, 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
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
Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
Updated
Sep 16, 2016
Python
[JMLR 2020] NeurIPS 2019 MicroNet Challenge Efficient Language Modeling, Champion
Updated
Feb 26, 2021
Jupyter Notebook
A toolkit for pre-processing large source code corpora
Updated
Aug 16, 2021
Python
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](