anarchy-ai / anarchy-ai/LLM-VM
Ability to choose what model to use for data synthesizer
Aperta
SWAG
- Lingua principale
- Python
- Stelle
- 490
- Fork
- 139
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Instead of simply allowing `data_synthesis=True` while finetuning, we can do something like:
```
data_synthesis = True // uses gpt-4 model
data_synthesis = 'gpt-4' // uses gpt-4 model
data_synthesis = 'gpt-3.5-turbo; // uses chatgpt model
data_synthesis = 'random' // uses models in random
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.