Stars
Transform any codebase, web page, or document into an optimized LLM prompt. CodeToPrompt intelligently compresses code and filters content to overcome context window limits.
A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and token counting.
Implement prompt tuning on a GPT-2 small model using PyTorch and fine-tune it on three tasks: summarization, question answering, and machine translation.
Semantic similarity methodolgies including multilingual appraoches
This repo has code for various model architectures
introduction to nlp project
Project files contain PyTorch implementations for Siamese BiLSTM models for Semantic Text Similarity task on the SICK Dataset using FastText embeddings. Also contains Siamese BiLSTM-Transformer Enc…
ccsasuke / umwe
Forked from facebookresearch/MUSEUnsupervised Multilingual Word Embeddings (EMNLP 2018)
Implementation of the first paper on word2vec
A POS_Tagger made from scratch in Pytorch
