Spaces:
Running
on
Zero
Running
on
Zero
Update layout/about.md
Browse files- layout/about.md +4 -1
layout/about.md
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
|
6 |
## What is this ?
|
7 |
|
8 |
-
This
|
|
|
9 |
|
10 |
|
11 |
## Why is this important?
|
@@ -33,5 +34,7 @@ There are 2 ways to start!
|
|
33 |
|
34 |
For the purposes of this demo, the pre-stored meetings are a "clean" set of synthetic meetings aimed at inquiring about challenges with meeting effectiveness. I know, how meta. This demo can be taken a step further by using our [fine tuned model](https://huggingface.co/tykiww/llama3-8b-meetingQA) trained both on the alpaca dataset and a *noisy* synthetic dataset of over 3000 product, technical, and academic meetings. Unfortunately, the lack of a persistent GPU on the free Huggingface Zero GPU spaces posed some challenges, so the fancy 3.1 model should do just fine! It's already a massive improvement over the base Llama 3 family of models.
|
35 |
|
|
|
|
|
36 |
|
37 |
This demo is just a peek and is subject to a demand queue. More to come!
|
|
|
5 |
|
6 |
## What is this ?
|
7 |
|
8 |
+
This is a demo meeting Q&A app that retrieves multiple meeting transcripts and answers questions for analysis across meetings.
|
9 |
+
Context uses retrieval augmented generation (RAG) and the LLM uses the latest [Llama3.1 model](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct).
|
10 |
|
11 |
|
12 |
## Why is this important?
|
|
|
34 |
|
35 |
For the purposes of this demo, the pre-stored meetings are a "clean" set of synthetic meetings aimed at inquiring about challenges with meeting effectiveness. I know, how meta. This demo can be taken a step further by using our [fine tuned model](https://huggingface.co/tykiww/llama3-8b-meetingQA) trained both on the alpaca dataset and a *noisy* synthetic dataset of over 3000 product, technical, and academic meetings. Unfortunately, the lack of a persistent GPU on the free Huggingface Zero GPU spaces posed some challenges, so the fancy 3.1 model should do just fine! It's already a massive improvement over the base Llama 3 family of models.
|
36 |
|
37 |
+
Furthermore, for security purposes, uploaded meetings will only be retained for 1 hour and will automatically be deleted. To query your meetings, please use your specific session key to access the data you uploaded.
|
38 |
+
|
39 |
|
40 |
This demo is just a peek and is subject to a demand queue. More to come!
|