samiyousef commited on
Commit
f4c125e
·
verified ·
1 Parent(s): b80ec7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # When Do Bi-LSTMs Outperform Transformers? A Data-Scale Study for Low-Resource Neural Machine Translation
2
 
3
  This repository contains the implementation and experimental setup for our research paper investigating the comparative effectiveness of Bi-LSTM and Transformer architectures across different training data sizes in low-resource machine translation settings.
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - IWSLT/iwslt2017
5
+ language:
6
+ - en
7
+ - de
8
+ metrics:
9
+ - bleu
10
+ - chrf
11
+ pipeline_tag: text-generation
12
+ ---
13
  # When Do Bi-LSTMs Outperform Transformers? A Data-Scale Study for Low-Resource Neural Machine Translation
14
 
15
  This repository contains the implementation and experimental setup for our research paper investigating the comparative effectiveness of Bi-LSTM and Transformer architectures across different training data sizes in low-resource machine translation settings.