languagemodel

There are 20 repositories under languagemodel topic.

  • salesforce/CodeGen

    CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.

    Language:Python4.8k7974369
  • yobulkdev/yobulkdev

    🔥 🔥 🔥Open Source & AI driven Data Onboarding Platform:Free flatfile.com alternative

    Language:JavaScript859126243
  • salesforce/CodeRL

    This is the official code for the paper CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning (NeurIPS22).

    Language:Python481182760
  • yxuansu/SimCTG

    [NeurIPS'22 Spotlight] A Contrastive Framework for Neural Text Generation

    Language:Python44792640
  • asahi417/lmppl

    Calculate perplexity on a text with pre-trained language models. Support MLM (eg. DeBERTa), recurrent LM (eg. GPT3), and encoder-decoder LM (eg. Flan-T5).

    Language:Python105498
  • CLUEbenchmark/LightLM

    高性能小模型测评 Shared Tasks in NLPCC 2020. Task 1 - Light Pre-Training Chinese Language Model for NLP Task

    Language:Python578113
  • CLARIN-PL/embeddings

    Embeddings: State-of-the-art Text Representations for Natural Language Processing tasks, an initial version of library focus on the Polish Language

    Language:Python3581333
  • ViralLab/TurkishBERTweet

    TurkishBERTweet: Fast and Reliable Large Language Model for Social Media Analysis

    Language:Python29210
  • shammur/SemEval2022Task3

    The PreTENS shared task hosted at SemEval 2022 aims at focusing on semantic competence with specific attention on the evaluation of language models with respect to the recognition of appropriate taxonomic relations between two nominal arguments (i.e. cases where one is a supercategory of the other, or in extensional terms, one denotes a superset of the other).

    Language:Jupyter Notebook12401
  • SALT-NLP/FormalityStyleTransfer

    Code for "Semi-supervised Formality Style Transfer using Language Model Discriminator and Mutual Information Maximization"

    Language:Python8343
  • spallas/wsd

    A 78.5% word sense disambiguator based on Transformers and RoBERTa (PyTorch)

    Language:Python6211
  • BigSalmon2/InformalToFormalDataset

    Informal to formal dataset mask MLM

    Language:Python5100
  • ManuPer3z/Sentiment-Analysis-Project

    A project that harnesses the Stanford NLP library to gauge sentiment from provided text via an intuitive graphical interface.

    Language:Java2211
  • imirzadeh/RNN_LM

    Language Model with RNN in tensorflow

    Language:Python120
  • soumyagautam/Conversational-AI

    This is an API which uses Google PaLM API to give responses to user requests

    Language:HTML1100
  • voytas75/TextGenerator-PowerShell

    The PowerShell Random Text Generator is a script that generates random text based on a given model.

    Language:PowerShell1100
  • busraoguzoglu/Next-Word-Prediction-From-Scratch

    Simple next word prediction model from scratch, implemented using only numpy.

    Language:Python0100
  • RadostinaIvanova/Personality-test

    Personality test which classifies in four personality types. For the classification is used the natural language processing classification algorithm - Multinomial Naive-Bayes.

    Language:Go0200
  • wecet/Building-a-NLP-Language-Model

    The project generates a sentence given a pre-defined starting phrase from the user such as "Ilbierah kont" and the script attempts to build a sentence off of that phrase. Structurally, the generator works in an n-gram fashion but the main structures used to generate the sentences were the unigram, bigram and trigram. The perplexity for each n-gram model was also calculated

    Language:Jupyter Notebook10
  • WonYong-Jang/Text-Data-Analysis

    N gram language model

    Language:Java15