multi-meeting-QnA / config /config.json
tykiww's picture
Update config/config.json
70cf6b4 verified
raw
history blame
891 Bytes
{
"layout": {
"readme": "README.md",
"about": "layout/about.md",
"page_names": ["About", "Basic Setup", "Q&A"]
},
"defaults": {
"goals": "The goal of this project is to learn how to improve meeting effectiveness.",
"context": "Take this space to add any other context.",
"question": "what can you infer were some of the costs or losses from having an ineffective meeting?"
},
"embeddings": {
"index_name": "meeting-qa-demo",
"embedding": "jinaai/jina-embeddings-v2-base-en",
"embedding_metadata": {
"source": "huggingface",
"type": "local",
"dimensions": 768,
"max_tokens": 8192
}
},
"model": {
"model_name": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"device_map": "auto",
"max_new_tokens": 300
}
}