File size: 891 Bytes
b8b0aaa
2c6f6b2
 
1d6d9e1
2c6f6b2
c50439e
2c6f6b2
 
70cf6b4
9011e8c
70cf6b4
c50439e
2c6f6b2
 
c0982f8
2c6f6b2
933fcd9
 
 
 
 
5c36de6
 
0897ea8
 
 
0f47f93
aaea170
ce6a328
5c36de6
fd8e527
5095ff0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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
    }
  
}