tdobrxl commited on
Commit
b4eb6c5
1 Parent(s): 5ef8f1d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Overview
2
+ This is a fine-tuned version of the model [Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi?text=My+name+is+Sarah+and+I+live+in+London) on the dataset [IWSLT'15 English-Vietnamese](https://huggingface.co/datasets/mt_eng_vietnamese).
3
+ Performance in terms of [sacrebleu](https://huggingface.co/docs/datasets/v1.5.0/using_metrics.html) on the test set is as follows:
4
+
5
+ * Original opus-mt-en-vi: 29.83
6
+ * Fine-tuned opus-mt-en-vi: 37.35
7
+
8
+ # Parameters
9
+ * learning_rate=2e-5
10
+ * batch_size: 32
11
+ * weight_decay=0.01
12
+ * num_train_epochs=1