likenneth / honest_llama

Inference-Time Intervention: Eliciting Truthful Answers from a Language Model
MIT License
461 stars 36 forks source link

Support llama2 series models? #21

Closed skykiseki closed 11 months ago

skykiseki commented 11 months ago

Hope to try the method in latest models

likenneth commented 11 months ago

The proposed method is orthogonal to specific model. You can swap HF model card into llama2 and that's it.

skykiseki commented 11 months ago

The proposed method is orthogonal to specific model. You can swap HF model card into llama2 and that's it.

ok,thx