odissei-lifecourse / life-sequencing-dutch

MIT License
0 stars 0 forks source link

Non-linear evaluation #113

Open f-hafner opened 3 weeks ago

f-hafner commented 3 weeks ago

Replace the current linear regressions with some of these options

  1. fine-tune existing model (fine-tune the LLM weights)
  2. random forest or similar on the embeddings
  3. neural network on top of the LLM
f-hafner commented 3 weeks ago

see also #97