alan-turing-institute / reginald

Reginald repository for REG Hack Week 23
3 stars 0 forks source link

Combining learning approaches #63

Open jemrobinson opened 1 year ago

jemrobinson commented 1 year ago

We used two models, one trained on files with traceability back to the original source (llama) and one trained on Q&A generated from files (curie). One way to combine these two might be:

This could give us the "here's where I pulled the answer from" structure of llama plus the nice answers coming from the curie model. Thoughts?