flan-t5
There are 82 repositories under flan-t5 topic.
xorbitsai/inference
Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any open-source language models, speech recognition models, and multimodal models, whether in the cloud, on-premises, or even on your laptop.
georgian-io/LLM-Finetuning-Toolkit
Toolkit for fine-tuning, ablating and unit-testing open-source LLMs.
declare-lab/flan-alpaca
This repository contains code for extending the Stanford Alpaca synthetic instruction tuning to existing instruction-tuned models such as Flan-T5.
zorazrw/filco
[Preprint] Learning to Filter Context for Retrieval-Augmented Generaton
vipulraheja/coedit
Official implementation of the paper "CoEdIT: Text Editing by Task-Specific Instruction Tuning" (EMNLP 2023)
HamedBabaei/LLMs4OL
LLMs4OL:β Large Language Models for Ontology Learning
Reason-Wang/flan-alpaca-lora
This repository contains the code to train flan t5 with alpaca instructions and low rank adaptation.
yyDing1/GNER
Rethinking Negative Instances for Generative Named Entity Recognition
rpidanny/llm-prompt-templates
Empower your LLM to do more than you ever thought possible with these state-of-the-art prompt templates.
VanekPetr/flan-t5-text-classifier
Fine-tuning of Flan-5T LLM for text classification
terjanq/hack-a-prompt
Tools and our test data developed for the HackAPrompt 2023 competition
replicate/getting-started-nextjs-language
A template Next.js app for running language models like FLAN-T5 with Replicate's API
M-Taghizadeh/flan-t5-base-imdb-text-classification
In this implementation, using the Flan T5 large language model, we performed the Text Classification task on the IMDB dataset and obtained a very good accuracy of 93%.
dylan-slack/Tablet
The TABLET benchmark for evaluating instruction learning with LLMs for tabular prediction.
batmanscode/Talk2Book
Use AI to personify books, so that you can talk to them π
mltrev23/google-flan-t5-small
Training and fine-tuning flan-t5-small model based on provided text
Erionis/Flan-T5-Summarization
In-context learning, Fine-Tuning, RLHF on Flan-T5
sahilichake/Document-Summarization-App-using-LLM
Document Summarization App using large language model (LLM) and Langchain framework. Used a pre-trained T5 model and its tokenizer from Hugging Face Transformers library. Created a summarization pipeline to generate summary using model.
nicolay-r/THOR-ECAC
The official fork of THoR Chain-of-Thought framework, enhanced and adapted for Emotion Cause Analysis (ECAC-2024)
rochitasundar/Generative-AI-with-Large-Language-Models
This repository contains the lab work for Coursera course on "Generative AI with Large Language Models".
zeyadusf/LLMs-from-Scratch
Build a Large Language Model (From Scratch) book and Finetuned Models
mltrev23/flan-t5-fine-tune
Flan-t5 model fine tune LoRA and Langchain
arasgungore/Generative-AI-with-LLMs
My solutions to the lab assignments in the Generative AI with Large Language Models course offered by Amazon Web Services.
CodeName-Detective/Prompt-to-Song-Generation-using-Large-Language-Models
This project uses LLMs to generate music from text by understanding prompts, creating lyrics, determining genre, and composing melodies. It harnesses LLM capabilities to create songs based on text inputs through a multi-step approach.
Himidiri/MergeX
Revolutionizing open-world gaming, MergeX harnesses NLP advances to empower players with limitless dialogue interactions with NPCs. By imbuing each character with a unique biography, conversations authentically align with NPC personalities, transcending traditional limitations.
Wazzabeee/Bias-Mitigation-In-LLM
Research POC on the mitigation of bias in large language models (FLAN-T5 and Bloomz) through fine-tuning.
KRR-Oxford/LLMap-Prelim
A preliminary investigation for ontology alignment (OM) with large language models (LLMs).
the-good-fellas/flan-t5-ptbr
Tutorial para treino de um modelo baseado Flan-T5 usando Flax no GCP-TPU
aolivtous/LLMs-for-DocVQA
Master's thesis on Large Language Models for Document Visual Question Answering
HoangLayor/Finetune-LLMs-for-Sequence-Classification
Finetune Flan-T5 for email classification
purang2/Report-Summarization
Summarize Long Document with Pretrained sequence-to-sequence LM with long-range attention!
claudiatang-git/english-hawaiian-pidgin-translator
Finetuned FLAN-T5 to translate English to Hawaiian Pidgin
graphcore/flan-t5
Notebook for Flan-T5 β an alternative to large language models like GPT-3 & GPT-4 for NLP tasks like named entity recognition and text generation.
ong-zijian/NLP_Wikipedia_QA
This is a project done for an assessment. I found it to be interesting and decided to share this. The idea is to create a scraper to scrap the Wikipedia page and generate question and answers
sergio11/llm_finetuning_and_evaluation
The LLM FineTuning and Evaluation project π enhances FLAN-T5 models for tasks like summarizing Spanish news articles πͺπΈπ°. It features detailed notebooks π on fine-tuning and evaluating models to optimize performance for specific applications. πβ¨
owaisahmadlone/SQL-LLM
Fintetuned Flan-T5 to provide SQL queries given Natural Language Text. Two steps of finetuning: First on general Natural Language to SQL Queries and second on queries related to a single database