Spaces:
Sleeping
Sleeping
Create layout/about.md
Browse files- layout/about.md +24 -0
layout/about.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# Meeting Q&A
|
3 |
+
|
4 |
+
### What?
|
5 |
+
|
6 |
+
This Gradio app is a demo showcasing a meeting Q&A application that retrieves multiple vtt transcripts, uploads them into pinecone as storage, and answers questions using a [fine-tuned llama3 model](https://huggingface.co/tykiww/llama3-8b-meetingQA). Fine-tuning occured using both the instruction tuned alpaca dataset and a noisy synthetic dataset of over 3000+ product, technical, and academic meetings.
|
7 |
+
|
8 |
+
### Why?
|
9 |
+
|
10 |
+
The goal of the demo is to show you how RAG, prompt-engineering, and fine-tuning can all come together to enhance specific use-cases like meeting querying. This Q&A service seeks to look beyond "summarization" and "next steps" to create a customizable parser that can extract user-defined questions for enhanced specificity.
|
11 |
+
|
12 |
+
This is a demo and not a production application. This application is subject to a demand queue.
|
13 |
+
|
14 |
+
|
15 |
+
### How?
|
16 |
+
|
17 |
+
Just start by following the guide below:
|
18 |
+
|
19 |
+
1) On the next page, upload a vtt file from a meeting transcript like Microsoft Teams or Zoom.
|
20 |
+
2) Wait for your file to be stored in the vector database.
|
21 |
+
3) Query the meeting!
|
22 |
+
|
23 |
+
|
24 |
+
This demo is just a peek. More to come!
|