Skip to content

Commit

Permalink
Merge pull request #369 from rmusser01/dev
Browse files Browse the repository at this point in the history
woops. RAG Chat + Notes WIP
  • Loading branch information
rmusser01 authored Oct 18, 2024
2 parents 0702692 + bf1de2e commit 04c06c6
Show file tree
Hide file tree
Showing 11 changed files with 784 additions and 53 deletions.
Binary file modified .gitignore
Binary file not shown.
2 changes: 1 addition & 1 deletion App_Function_Libraries/Benchmarks_Evaluations/ms_g_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def run_geval(transcript: str, summary: str, api_key: str, api_name: str = None,


def create_geval_tab():
with gr.Tab("G-Eval"):
with gr.Tab("G-Eval", id="g-eval"):
gr.Markdown("# G-Eval Summarization Evaluation")
with gr.Row():
with gr.Column():
Expand Down
Loading

0 comments on commit 04c06c6

Please sign in to comment.