justinphan3110 commited on
Commit
a533018
1 Parent(s): 8f8efff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -15,6 +15,9 @@ license: openrail
15
 
16
  # EnViT5 Translation
17
 
 
 
 
18
  ```python
19
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
20
 
 
15
 
16
  # EnViT5 Translation
17
 
18
+
19
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/mtet-multi-domain-translation-for-english/machine-translation-on-iwslt2015-english-1)](https://paperswithcode.com/sota/machine-translation-on-iwslt2015-english-1?p=mtet-multi-domain-translation-for-english)
20
+
21
  ```python
22
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
23