justinphan3110
commited on
Commit
•
da6271e
1
Parent(s):
8e9c119
Update README.md
Browse files
README.md
CHANGED
@@ -54,4 +54,16 @@ print(tokenizer.batch_decode(outputs, skip_special_tokens=True))
|
|
54 |
|
55 |
![image](https://user-images.githubusercontent.com/44376091/195998681-5860e443-2071-4048-8a2b-873dcee14a72.png)
|
56 |
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
![image](https://user-images.githubusercontent.com/44376091/195998681-5860e443-2071-4048-8a2b-873dcee14a72.png)
|
56 |
|
57 |
+
## Citation
|
58 |
+
```
|
59 |
+
@misc{https://doi.org/10.48550/arxiv.2210.05610,
|
60 |
+
doi = {10.48550/ARXIV.2210.05610},
|
61 |
+
url = {https://arxiv.org/abs/2210.05610},
|
62 |
+
author = {Ngo, Chinh and Trinh, Trieu H. and Phan, Long and Tran, Hieu and Dang, Tai and Nguyen, Hieu and Nguyen, Minh and Luong, Minh-Thang},
|
63 |
+
keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
64 |
+
title = {MTet: Multi-domain Translation for English and Vietnamese},
|
65 |
+
publisher = {arXiv},
|
66 |
+
year = {2022},
|
67 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
68 |
+
}
|
69 |
+
```
|