Spaces:
Runtime error
Runtime error
| 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;">●</span> Deleted | |
| - <span style="color: yellow;">●</span> In Progress | |
| - <span style="color: green;">●</span> Complete | |
| ### Progress | |
| - <span style="color: green;">●</span> Adding vicuna-7b | |
| - <span style="color: red;">●</span> <del>Adding falcon-7b</del> | |
| - <span style="color: yellow;">●</span> Adding llama-3.1 | |
| - <span style="color: yellow;">●</span> Implementing Arena | |
| - <span style="color: yellow;">●</span> Parallel Streaming Display | |
| - <span style="color: green;">●</span> Playground | |
| - <span style="color: green;">●</span> Leaderboard Template | |
| - <span style="color: green;">●</span> Add Metric Rouge | |
| - <span style="color: yellow;">●</span> Add Metric bertscore | |
| - <span style="color: yellow;">●</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. | |