A basic script for running an ensemble of TinyLlamas on MLX to annotate an Argilla Dataset
You can use https://github.com/stevengans/ollama-clay as a starting point and fill-in and customize the sections required. You will need to create an Argilla dataset and also download TinyLlama weights, see the dependencies for more details:
pip install requirements.txtOnce the above steps are complete you can run python tinyllamascanjudge.py and/or python tinyllamascanredteam.py. (You can also adjust the number of TinyLlamas to run)
10 commits
Python
100.0%
A basic script for running an ensemble of TinyLlamas on MLX to annotate an Argilla Dataset
You can use https://github.com/stevengans/ollama-clay as a starting point and fill-in and customize the sections required. You will need to create an Argilla dataset and also download TinyLlama weights, see the dependencies for more details:
pip install requirements.txtOnce the above steps are complete you can run python tinyllamascanjudge.py and/or python tinyllamascanredteam.py. (You can also adjust the number of TinyLlamas to run)
10 commits
Python
100.0%