MaggiR commited on
Commit
35799c1
Β·
verified Β·
1 Parent(s): 1be7737

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -1,5 +1,20 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- # Embeddings for AVeriTeC Knowledge Base
5
- These are the trained kNN models that are fit to the `Alibaba-NLP/gte-base-en-v1.5` embeddings of the AVeriTeC Knowledge Base (KB) as used by [InFact](https://github.com/multimodal-ai-lab/DEFAME/tree/infact).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Pre-Computed Embedding kNN Models for AVeriTeC Knowledge Base
5
+ These are the trained kNN models that are fit to the `Alibaba-NLP/gte-base-en-v1.5` embeddings of all resource documents contained in the AVeriTeC Knowledge Base (KB) as used by [InFact](https://github.com/multimodal-ai-lab/DEFAME/tree/infact).
6
+
7
+ Make sure to arrange the `embedding_knns.pckl` files as follows:
8
+ ```
9
+ AVeriTeC
10
+ └── knowledge_base
11
+ β”œβ”€β”€ dev
12
+ β”‚ β”œβ”€β”€ resources
13
+ β”‚ └── embedding_knns.pckl
14
+ β”œβ”€β”€ train
15
+ β”‚ β”œβ”€β”€ resources
16
+ β”‚ └── embedding_knns.pckl
17
+ └── test
18
+ β”œβ”€β”€ resources
19
+ └── embedding_knns.pckl
20
+ ```