Skip to content

Commit

Permalink
Added link to BART article
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilina Rajapakse committed Aug 5, 2020
1 parent 422a657 commit d405b4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/_docs/31-seq2seq-minimal-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Seq2Seq Minimal Start
permalink: /docs/seq2seq-minimal-start/
excerpt: "Minimal start for Seq2Seq."
last_modified_at: 2020/07/23 23:54:29
last_modified_at: 2020/08/05 21:34:49
---

## Generic Encoder-Decoder minimal start
Expand Down Expand Up @@ -220,4 +220,8 @@ for en, de in zip(src, predictions):
print(de)
print()

```
```

## Guides

- [BART for Paraphrasing with Simple Transformers](https://towardsdatascience.com/bart-for-paraphrasing-with-simple-transformers-7c9ea3dfdd8c?source=friends_link&sk=07420669325ac550f86b86bad362633c)
2 changes: 1 addition & 1 deletion examples/seq2seq/paraphrasing/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Code for the Medium Article here.
Code for the Medium Article [here](https://towardsdatascience.com/bart-for-paraphrasing-with-simple-transformers-7c9ea3dfdd8c?source=friends_link&sk=07420669325ac550f86b86bad362633c).

0 comments on commit d405b4a

Please sign in to comment.