Spaces:
Runtime error
Runtime error
File size: 282 Bytes
5f08496 |
1 2 3 4 5 6 7 8 9 10 11 |
config = {
# Inference setup
"request": "Can you recommend me the combination of slipknot and metallica",
"model_checkpoint": "MusicBot-ft/checkpoint-24",
# RAG settings
"top_k": 3,
"chunk_size": 300,
"chunk_overlap": 25,
"similarity_cutoff": 0.5,
}
|