How to concatenate additional features to the last layer of Bert

@nielsr Thanks, it is working great, just a few questions about ur notebook:

  1. In CustomSequenceClassification, why do you need to call post_init()?
  2. Lets say that in the input, instead of a single sentence I want to insert two sentences (“This is a sentence 1”, “This is a sentence 2”) , how would you do it?

Also, if you could please help with an additional question I just posted it would be highly appreciated…

Thanks