I'm currently using Ludwig for a project, specifically following the fine-tuning example for LLaMA 2-7B detailed here. The command in use is:
ludwig train --config model.yaml --dataset "ludwig://alpaca"
I'm seeking additional details on the dataset ludwig://alpaca
. Is it part of a particular repository? Also, how can I discover other datasets accessible through the ludwig://
protocol?