We can finally search for playlists with a giving song! A basic feature that Spotify is missing!
From paper: "testing set: January 1, 2023, to December 31, 2023"
From the Llama 2 doc: "(...) some tuning data is more recent, up to July 2023."
def process(param1, param2):
my_data = mcp_get_data(param1)
sorted_data = mcp_sort(my_data, by=param2)
return sorted_dataThe models are trained with distillation from a bigger teacher. We train them independently, but for v3 we have unified the recipes for 4B-27B, to give you more predictably when scaling up and down to different model sizes.