Skip to content

Commit

Permalink
Week 13
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAnastasyev committed Dec 17, 2018
1 parent 627a038 commit cf1665d
Show file tree
Hide file tree
Showing 4 changed files with 945 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -176,3 +176,17 @@ Goal-orientied dialogue systems. Implemention of the multi-task model: intent cl
</td>
</table>

### Week 13: *Dialogue Systems: Part 2*
General conversation dialogue systems and DSSMs. Implementation of question answering model on SQuAD dataset and chit-chat model on OpenSubtitles dataset.

<table class="tfo-notebook-buttons" align="left">
<td>
<a target="_blank" href="https://colab.research.google.com/drive/19kQoxDWhv9VOfXxZCHcB39qIM30gziCR">
<img src="https://www.tensorflow.org/images/colab_logo_32px.png" />Run in Google Colab</a>
</td>
<td>
<a target="_blank" href="https://github.com/DanAnastasyev/DeepNLP-Course/blob/master/Week%2013/Week_13_Dialogue_Systems_(Part_2).ipynb">
<img width=32px src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" />View source on GitHub</a>
</td>
</table>

6 changes: 6 additions & 0 deletions Week 13/README.md
@@ -0,0 +1,6 @@
# Разбалловка

- Задания, сделанные на семинаре: 5 баллов
- Реализовать hard negatives mining: +2 балла
- Реализовать semi-hard negatives mining: +1.5 балла
- Реализовать болталку: +3 балла

0 comments on commit cf1665d

Please sign in to comment.