anarchy-ai / anarchy-ai/LLM-VM

Ability to choose what model to use for data synthesizer

Aperta
#150 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.