File size: 1,919 Bytes
5922993
e2bbc3f
5922993
 
 
fb403ed
d78221a
5922993
 
 
 
899db21
e2bbc3f
9a1ab03
60e06f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9a1ab03
 
94639ca
9a1ab03
 
 
 
 
 
 
 
185c1c6
9a1ab03
 
 
 
 
 
 
 
185c1c6
9a1ab03
 
fb403ed
9a1ab03
 
 
 
fb403ed
9a1ab03
 
 
 
 
 
 
 
 
 
 
 
01a2ce5
535136b
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
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

- <span style="color: red;">&#9679;</span> Deleted
- <span style="color: yellow;">&#9679;</span> In Progress
- <span style="color: green;">&#9679;</span> Complete

### Progress

- <span style="color: green;">&#9679;</span> Adding vicuna-7b
- <span style="color: red;">&#9679;</span> <del>Adding falcon-7b</del>
- <span style="color: yellow;">&#9679;</span> Adding llama-3.1
- <span style="color: yellow;">&#9679;</span> Implementing Arena
- <span style="color: yellow;">&#9679;</span> Parallel Streaming Display
- <span style="color: green;">&#9679;</span> Playground
- <span style="color: green;">&#9679;</span> Leaderboard Template
- <span style="color: green;">&#9679;</span> Add Metric Rouge
- <span style="color: yellow;">&#9679;</span> Add Metric bertscore
- <span style="color: yellow;">&#9679;</span> 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:

```sh
python -m venv venv
source venv/bin/activate
```

### Install Dependency

Run the following command to install project dependencies:

```sh
pip install -r requirements.txt
```

### Run `gradio`

Start the Streamlit application by running:

```sh
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.