GIT repositories, category: llm
counsel-chat (counsel_chat.ipynb)
This repository holds the code for working with data from counselchat.com. The scarped data are from individiuals seeking assistance from licensed therapists and their associated responses.
#llm #nlp #text processinggpt-2 (openAI) original
This repository is meant to be a starting point for researchers and engineers to experiment with GPT-2. Implementation from OpenAI
#llm #gpt #neural networkgpt-2-simple
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
#llm #gpt #neural networkmgpt
We introduce mGPT, a multilingual variant of GPT-3, pretrained on 61 languages from linguistically diverse 25 language families using Wikipedia and C4 Corpus.
#llm #text processing #transformersgpt2-from-scratch
How to create GPT-2, a powerful language model developed by OpenAI from scratch that can generate human-like text by predicting the next word in a sequence.
#llm #machine learning modelling #gptMobileLLM
This repository contains the training code of MobileLLM introduced in our work: "MobileLLM: Optimizing Sub-billion Parameter Language Models for On-Device Use Cases", MobileLLM-125M/350M
#llm #ai #neural networkopenai-finetuning-example
This repository provides an example of fine-tuning OpenAI's GPT-4o-mini model for classifying customer service support tickets. Through fine-tuning, we are able to increase the classification accuracy from 69% to 94%.
#llm #nlp #text processingminiGPT
Minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer), both training and inference
#llm #nlp #text processing