anarchy-ai / anarchy-ai/LLM-VM

Ability to choose what model to use for data synthesizer

Abierto
#150 4 comentarios 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.