Adherence commited on
Commit
cd06072
·
verified ·
1 Parent(s): 2d6eac3

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embedding_model": "all-MiniLM-L6-v2",
3
+ "chunk_size": 500,
4
+ "chunk_overlap": 50,
5
+ "total_chunks": 12060,
6
+ "sources": {
7
+ "transcript": 11825,
8
+ "yale_avalon": 224,
9
+ "wikipedia": 11
10
+ }
11
+ }