anarchy-ai / anarchy-ai/LLM-VM

Ability to choose what model to use for data synthesizer

Đang mở
#150 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.