anarchy-ai / anarchy-ai/LLM-VM
Ability to choose what model to use for data synthesizer
Abierto
SWAG
- Lenguaje dominante
- Python
- Estrellas
- 490
- Forks
- 139
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.