Coder Social home page Coder Social logo

purrvaja / text-summarization-with-flan-t5 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 37 KB

Demonstration of LLM techniques such as prompt engineering, full finetuning, PEFT (LoRA) etc.

Jupyter Notebook 100.00%
fine-tuning flan-t5 llm lora one-shot-learning peft prompt-engineering rouge text-summarization zero-shot-learning

text-summarization-with-flan-t5's Introduction

Conversation Summarization with FLAN-T5

This project investigates the effectiveness of different techniques to improve the performance of the flan-T5 model, to summarize conversations.

Prompt Engineering

  • Zero-shot Inference: The model was prompted with an instruction prompt to summarize the conversation without any additional training data. This provides a baseline performance.

  • One-shot Inference: The model is prompted with both an instruction and a single conversation-summary pair as an example. It was observed that the model responses were improved vastly compared to zero-shot inference.

Fine Tuning

  • Parameter-efficient Fine-tuning: The LoRA (Low Rank Adaptation) method is used to fine-tune the model with reduced parameters. This is a computationaly efficient method compared to performing full fine-tuning on the model.

Evaluation

  • The model was evaluated qualitatively through human evaluation and quantitatively through the ROUGE metric.

text-summarization-with-flan-t5's People

Contributors

purrvaja avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.