Chris-lab / README.md
kz209
change input value
535136b

A newer version of the Gradio SDK is available: 5.6.0

Upgrade
metadata
title: Dialogue Summarization
emoji: πŸ“š
colorFrom: red
colorTo: indigo
sdk: gradio
sdk_version: 4.39.0
app_file: app.py
pinned: false

Dialogue Summarization

Plan

Categories

  • ● Deleted
  • ● In Progress
  • ● Complete

Progress

  • ● Adding vicuna-7b
  • ● Adding falcon-7b
  • ● Adding llama-3.1
  • ● Implementing Arena
  • ● Parallel Streaming Display
  • ● Playground
  • ● Leaderboard Template
  • ● Add Metric Rouge
  • ● Add Metric bertscore
  • ● Add Prompts collection

Description

Application of Summarization for clinical dialogue.

Installation

Create a Cirtual Environment

Navigate to the main directory chris-labs and run the following commands to create a virtual environment:

python -m venv venv
source venv/bin/activate

Install Dependency

Run the following command to install project dependencies:

pip install -r requirements.txt

Run gradio

Start the Streamlit application by running:

python app.py

Have Fun!

How to Contribute

Creating a Branch

Each member should create a branch with their own name and commit to that branch. To merge with main, open a pull request and request review.

Bug Fixes and Questions

For bug fixes or questions, either open an issue or create a branch prefixed with bug in name.

Accknowledgement

Thanks for the GPU grant from Huggingface.