Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -12,26 +12,6 @@ license: apache-2.0
|
|
12 |
|
13 |
-----
|
14 |
|
15 |
-
# Meeting Q&A
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
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.
|
20 |
-
|
21 |
-
### Why?
|
22 |
-
|
23 |
-
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.
|
24 |
-
|
25 |
-
This is a demo and not a production application. This application is subject to a demand queue.
|
26 |
-
|
27 |
-
|
28 |
-
### How?
|
29 |
-
|
30 |
-
Just start by following the guide below:
|
31 |
-
|
32 |
-
1) On the next page, upload a vtt file from a meeting transcript like Microsoft Teams or Zoom.
|
33 |
-
2) Wait for your file to be stored in the vector database.
|
34 |
-
3) Query the meeting!
|
35 |
-
|
36 |
-
|
37 |
-
This demo is just a peek. More to come!
|
|
|
12 |
|
13 |
-----
|
14 |
|
15 |
+
# Multi-Meeting Q&A
|
16 |
|
17 |
+
Please view the markdown in /layout/about.md for the proper intro to the app.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|