anarchy-ai / anarchy-ai/LLM-VM
Ability to choose what model to use for data synthesizer
Đang mở
SWAG
- Ngôn ngữ chính
- Python
- Star
- 490
- Fork
- 139
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.