Jordan Myers commited on
Commit
6547184
1 Parent(s): 899179c

markdown update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as app:
65
  By leveraging the pretrained weights of the massively multilingual M2M100 model,
66
  we can jumpstart our transfer learning to accomplish machine translation for toki pona!
67
 
68
- The model was fine-tuned on the English/toki pona bitexts found at https://tatoeba.org/
69
 
70
  ### This app is a work in progress and obviously not all translations will be perfect.
71
  In addition to parameter quantity and the hyper-parameters used while training,
 
65
  By leveraging the pretrained weights of the massively multilingual M2M100 model,
66
  we can jumpstart our transfer learning to accomplish machine translation for toki pona!
67
 
68
+ The model was fine-tuned on the English/toki pona bitexts found at [https://tatoeba.org/](https://tatoeba.org/)
69
 
70
  ### This app is a work in progress and obviously not all translations will be perfect.
71
  In addition to parameter quantity and the hyper-parameters used while training,