Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh-Gupta committed Jun 24, 2019
1 parent 66a26ff commit 4a7042c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ During training, we take a batch of medical questions and their corresponding me

![DoctorBert](https://i.imgur.com/Lpjjcvk.jpg)

These embeddings are then inputted into a FCNN layer. There are separate FCNN layers for both the question and answer embeddings.
These embeddings are then inputted into a FCNN layer. There are separate FCNN layers for both the question and answer embeddings. To recap, we use the same weights in the Bert layer, but the questions and answers each have their own seperate FCNN layer.

![DoctorBert](https://i.imgur.com/6HwikW2.jpg)

Expand Down

0 comments on commit 4a7042c

Please sign in to comment.