tykiww commited on
Commit
1c9eee4
1 Parent(s): 16ada75

Update layout/about.md

Browse files
Files changed (1) hide show
  1. layout/about.md +4 -2
layout/about.md CHANGED
@@ -6,6 +6,7 @@
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
 
@@ -34,7 +35,8 @@ There are 2 ways to start!
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!
 
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
+
10
  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).
11
 
12
 
 
35
 
36
  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.
37
 
38
+ Additionally, in the spirit of a demo, we are trading off accuracy with speed by using a single vector store rather than a carefully crafted node system.
39
 
40
+ Furthermore, for security purposes, uploaded meetings will only be retained for 1 hour and will automatically be deleted without warning. To query your meetings, please use your specific session key to access the data you uploaded.
41
 
42
+ This demo is just a peek. More to come!