emergency_data dict | treatment_data dict | chunks dict | embeddings dict |
|---|---|---|---|
{
"total_records": 11914,
"records_with_text": "11914",
"records_with_keywords": "11914",
"avg_text_length": 23847.07579318449
} | {
"total_records": 11023,
"records_with_text": "11023",
"records_with_emergency_keywords": "11023",
"records_with_treatment_keywords": "11023",
"avg_text_length": 25408.635489431188
} | {
"emergency_chunks": 27493,
"treatment_chunks": 107596,
"total_chunks": 135089,
"avg_emergency_chunk_length": 1239.3600189139054,
"avg_treatment_chunk_length": 1264.4583441763634
} | {
"emergency_embeddings_exist": true,
"treatment_embeddings_exist": true,
"emergency_embeddings_shape": [
27493,
768
],
"treatment_embeddings_shape": [
107596,
768
]
} |
README.md exists but content is empty.
- Downloads last month
- 22