mmccanse commited on
Commit
b62448f
1 Parent(s): b81d9b2

update README with citations for Helsinki models

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -25,6 +25,15 @@ The objective of this project was to showcase our individual learnings about lar
25
  - Amazon Polly (https://docs.aws.amazon.com/polly/latest/dg/what-is.html)
26
  - Helsinki-NLP/opus-mt models (https://huggingface.co/Helsinki-NLP)
27
 
 
 
 
 
 
 
 
 
 
28
  ## Method
29
 
30
  L3-AI Created an assistant to ask your diabetes questions and when needed translate responses to an alternate language.
@@ -80,9 +89,6 @@ Streamlit VS Gradio:
80
  For L3-AI concept design we centered on diabetes however, we thought in future endeavors expanding to other disease states would enhance the work that was started.
81
  The source material limited which sources we could pull from due to API restrictions.
82
 
83
- ## Opportunities and Next Steps
84
- For L3-AI concept design we centered on diabetes however, we thought in future endeavors expanding to other disease states would enhance the work that was started.
85
-
86
 
87
  ## Credits
88
  We would like to thank our pets who kept us company as we worked on coding and this application.
 
25
  - Amazon Polly (https://docs.aws.amazon.com/polly/latest/dg/what-is.html)
26
  - Helsinki-NLP/opus-mt models (https://huggingface.co/Helsinki-NLP)
27
 
28
+ ## Citations
29
+
30
+ This project utilizes models from the OPUS-MT project. We thank Jörg Tiedemann and Santhosh Thottingal for their work:
31
+
32
+ - Tiedemann, J., & Thottingal, S. (2020). OPUS-MT – Building open translation services for the World. In Proceedings of the 22nd Annual Conference of the European Association for Machine Translation (pp. 479–480). European Association for Machine Translation. [https://aclanthology.org/2020.eamt-1.61](https://aclanthology.org/2020.eamt-1.61)
33
+
34
+ - Tiedemann, J. (2020). The Tatoeba Translation Challenge – Realistic Data Sets for Low Resource and Multilingual MT. In Proceedings of the Fifth Conference on Machine Translation (pp. 1174–1182). Association for Computational Linguistics. [https://aclanthology.org/2020.wmt-1.139](https://aclanthology.org/2020.wmt-1.139)
35
+
36
+
37
  ## Method
38
 
39
  L3-AI Created an assistant to ask your diabetes questions and when needed translate responses to an alternate language.
 
89
  For L3-AI concept design we centered on diabetes however, we thought in future endeavors expanding to other disease states would enhance the work that was started.
90
  The source material limited which sources we could pull from due to API restrictions.
91
 
 
 
 
92
 
93
  ## Credits
94
  We would like to thank our pets who kept us company as we worked on coding and this application.