likenneth / honest_llama

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

Support llama2 series models? #21

Closed skykiseki closed 1 year ago

skykiseki commented 1 year ago

Hope to try the method in latest models

likenneth commented 1 year ago

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

skykiseki commented 1 year ago

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

ok,thx