jonathanagustin commited on
Commit
974ebd7
·
verified ·
1 Parent(s): edc1a38

Sync from deploy tool: tutorials/06-instant-translator

Browse files
Files changed (1) hide show
  1. .env.example +8 -0
.env.example ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ HF_TOKEN=
2
+ # MarianMT models for translation
3
+ MODEL_EN_FR=Helsinki-NLP/opus-mt-en-fr
4
+ MODEL_EN_ES=Helsinki-NLP/opus-mt-en-es
5
+ MODEL_EN_DE=Helsinki-NLP/opus-mt-en-de
6
+ MODEL_FR_EN=Helsinki-NLP/opus-mt-fr-en
7
+ MODEL_ES_EN=Helsinki-NLP/opus-mt-es-en
8
+ MODEL_DE_EN=Helsinki-NLP/opus-mt-de-en