Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|