pmhalvor / fgsa

Main repo for my Masters thesis on Fine Grained Sentiment Analysis
4 stars 0 forks source link

Build BertHead #5

Closed pmhalvor closed 2 years ago

pmhalvor commented 2 years ago

Checklist:

pmhalvor commented 2 years ago

image

image

Some things to note about this model:

pmhalvor commented 2 years ago

Another point to note is that no Linear layer has dropout here. To regularize a bit, a dropout can be provided in init_components()

pmhalvor commented 2 years ago

Another point to note is that no Linear layer has dropout here. To regularize a bit, a dropout can be provided in init_components()

Linear layers don't have dropouts.