Topic

nlp

Natural language processing (NLP) is a field of computer science that studies how computers and humans interact. In the 1950s, Alan Turing published an article that proposed a measure of intelligence, now called the Turing test. More modern techniques, such as deep learning, have produced results in the fields of language modeling, parsing, and natural-language tasks.

Repositories (1483)

OmniNet
OmniNet subho406 Python

Official Pytorch implementation of "OmniNet: A unified architecture for multi-modal multi-task learning" | Authors: Subhojeet Pramanik, Priyanka Agraw...

514
agency
agency neurocult Go

🕵️‍♂️ Library designed for developers eager to explore the potential of Large Language Models (LLMs) and other generative AI through a clean, effectiv...

514
XPretrain
XPretrain microsoft Python

Multi-modality pre-training

511
ai-agents
ai-agents huangjia2019 Jupyter Notebook

Introductory examples for building LLM-based AI agents. 异步图书:《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目...

511
BertSimilarity
BertSimilarity Brokenwind Python

Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。

510
prodigy-recipes
prodigy-recipes explosion Jupyter Notebook

🍳 Recipes for the Prodigy, our fully scriptable annotation tool

509
Machine-Learning-Roadmap
Machine-Learning-Roadmap shanmukh05

A roadmap for getting started with Machine Learning

509
pytorch-bert-crf-ner
pytorch-bert-crf-ner eagle705 Jupyter Notebook

KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)

508
wego
wego ynqa Go

Word Embeddings in Go!

507
machine-learning-articles
machine-learning-articles Mybridge

Monthly Series - Top 10 Machine Learning Articles

505
oie-resources
oie-resources gkiril

A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.

505
large_language_model_training_playbook
large_language_model_training_playbook huggingface Python

An open collection of implementation tips, tricks and resources for training large language models

505
beto
beto dccuchile

BETO - Spanish version of the BERT model

502
CS224n-winter-together
CS224n-winter-together xixiaoyao JavaScript

an Open Course Platform for Stanford CS224n (2020 Winter)

500
detecting-fake-text
detecting-fake-text HendrikStrobelt TypeScript

Giant Language Model Test Room

500
CPM-Live
CPM-Live OpenBMB Python

Live Training for Open-source Big Models

500
subreddit-analyzer
subreddit-analyzer PhantomInsights Python

A comprehensive Data and Text Mining workflow for submissions and comments from any given public subreddit.

499
autocorrect
autocorrect filyp Python

Spelling corrector in python

499
sacremoses
sacremoses hplt-project Python

Python port of Moses tokenizer, truecaser and normalizer

497
attn2d
attn2d elbayadm Python

Pervasive Attention: 2D Convolutional Networks for Sequence-to-Sequence Prediction

496
Styleformer
Styleformer PrithivirajDamodaran Python

A Neural Language Style Transfer framework to transfer natural language text smoothly between fine-grained language styles like formal/casual, active/...

495
Question-Generation
Question-Generation KristiyanVachev Jupyter Notebook

Generating multiple choice questions from text using Machine Learning.

494
KcBERT
KcBERT Beomi

🤗 Pretrained BERT model & WordPiece tokenizer trained on Korean Comments 한국어 댓글로 프리트레이닝한 BERT 모델과 데이터셋

494
code_search
code_search hamelsmu Jupyter Notebook

Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"

491
Text-Classification-Models-Pytorch
Text-Classification-Models-Pytorch AnubhavGupta3377 Python

Implementation of State-of-the-art Text Classification Models in Pytorch

491
llm-analysis
llm-analysis cli99 Python

Latency and Memory Analysis of Transformer Models for Training and Inference

491
Advanced_RAG
Advanced_RAG NisaarAgharia Jupyter Notebook

Advanced Retrieval-Augmented Generation (RAG) through practical notebooks, using the power of the Langchain, OpenAI GPTs ,META LLAMA3 ,Agents.

490
nlp-tutorial
nlp-tutorial shibing624 Jupyter Notebook

自然语言处理(NLP)教程,包括:词向量,词法分析,预训练语言模型,文本分类,文本语义匹配,信息抽取,翻译,对话。

488
matchbox
matchbox salesforce Python

Write PyTorch code at the level of individual examples, then run it efficiently on minibatches.

486
infomate.club
infomate.club vas3k Python

RSS feed aggregator with collections and NLP article summarization

485
clifs
clifs johanmodin JavaScript

Contrastive Language-Image Forensic Search allows free text searching through videos using OpenAI's machine learning model CLIP

484
whatlies
whatlies koaning Python

Toolkit to help understand "what lies" in word embeddings. Also benchmarking!

481
step_into_llm
step_into_llm candle-org Jupyter Notebook

MindSpore online courses: Step into LLM

480
cogcomp-nlp
cogcomp-nlp CogComp Java

CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extract...

479
PaperRobot
PaperRobot EagleW Python

Code for PaperRobot: Incremental Draft Generation of Scientific Ideas

479
cope
cope LingDong- JavaScript

A modern IDE for writing classical Chinese poetry 格律诗编辑程序

479
Deta_Parser
Deta_Parser yaoguangluo Java

快速中文分词分析word segmentation

478
SpanMarkerNER
SpanMarkerNER tomaarsen Jupyter Notebook

SpanMarker for Named Entity Recognition

478
SimCTG
SimCTG yxuansu Python

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

477
machine-learning-exams
machine-learning-exams fatosmorina

This repository contains links to machine learning exams, homework assignments, and exercises that can help you test your understanding.

477
mexican-government-report
mexican-government-report PhantomInsights Python

Text Mining on the 2019 Mexican Government Report, covering from extracting text from a PDF file to plotting the results.

476
pynlpl
pynlpl proycon Python

PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common...

476
nlp
nlp james-bowman Go

Selected Machine Learning algorithms for natural language processing and semantic analysis in Golang

476
relora
relora Guitaricet Jupyter Notebook

Official code for ReLoRA from the paper Stack More Layers Differently: High-Rank Training Through Low-Rank Updates

475
Deep-Learning-Specialization-Coursera
Deep-Learning-Specialization-Coursera abdur75648 Jupyter Notebook

This repo contains the updated version of all the assignments/labs (done by me) of Deep Learning Specialization on Coursera by Andrew Ng. It includes...

473
edenai-apis
edenai-apis edenai Python

Eden AI: simplify the use and deployment of AI technologies by providing a unique API that connects to the best possible AI engines

472
fundus
fundus flairNLP Python

A very simple news crawler with a funny name

472
kss
kss hyunwoongko Python

KSS: Korean String processing Suite

471
IE-Survey
IE-Survey BDBC-KG-NLP

北京航空航天大学大数据高精尖中心自然语言处理研究团队对信息抽取领域的调研。包括实体识别,关系抽取,属性抽取等子任务,每类子任务分别对学术界和工业界进行...

470
deepseek-php-client
deepseek-php-client deepseek-php PHP

⚡️ A community driven PHP client for DeepSeek AI, designed to bring clean API access, fluent developer experience, and framework-friendly integration...

469