Extract Text from Documents
diff --git a/docs/_posts/Ahmetemintek/2022-03-21-w2v_cc_300d_de_2_4.md b/docs/_posts/Ahmetemintek/2022-03-21-w2v_cc_300d_de_2_4.md
index fcf64b5393d26d..f5d54932f3ab9e 100644
--- a/docs/_posts/Ahmetemintek/2022-03-21-w2v_cc_300d_de_2_4.md
+++ b/docs/_posts/Ahmetemintek/2022-03-21-w2v_cc_300d_de_2_4.md
@@ -35,12 +35,12 @@ Word Embeddings lookup annotator that maps tokens to vectors.
{% include programmingLanguageSelectScalaPythonNLU.html %}
```python
-model = WordEmbeddingsModel.pretrained("w2v_cc_300d","de","clinical/models")\
+model = WordEmbeddingsModel.pretrained("w2v_cc_300d","de")\
.setInputCols(["document","token"])\
.setOutputCol("word_embeddings")
```
```scala
-val model = WordEmbeddingsModel.pretrained("w2v_cc_300d","de","clinical/models")
+val model = WordEmbeddingsModel.pretrained("w2v_cc_300d","de")
.setInputCols("document","token")
.setOutputCol("word_embeddings")
```
@@ -71,4 +71,4 @@ Word2Vec feature vectors based on `w2v_cc_300d`.
## References
-FastText common crawl word embeddings for Germany https://fasttext.cc/docs/en/crawl-vectors.html
\ No newline at end of file
+FastText common crawl word embeddings for Germany https://fasttext.cc/docs/en/crawl-vectors.html
diff --git a/docs/_posts/C-K-Loan/2021-03-23-onto_recognize_entities_electra_large_en.md b/docs/_posts/C-K-Loan/2021-03-23-onto_recognize_entities_electra_large_en.md
index 218665903b83aa..0641339549457b 100644
--- a/docs/_posts/C-K-Loan/2021-03-23-onto_recognize_entities_electra_large_en.md
+++ b/docs/_posts/C-K-Loan/2021-03-23-onto_recognize_entities_electra_large_en.md
@@ -34,9 +34,9 @@ The onto_recognize_entities_electra_large is a pretrained pipeline that we can u
{% include programmingLanguageSelectScalaPythonNLU.html %}
```python
-from sparknlp.pretrained import PretrainedPipelinein
+from sparknlp.pretrained import PretrainedPipeline
pipeline = PretrainedPipeline('onto_recognize_entities_electra_large', lang = 'en')
-annotations = pipeline.fullAnnotate(""Hello from John Snow Labs ! "")[0]
+annotations = pipeline.fullAnnotate("Hello from John Snow Labs!")[0]
annotations.keys()
```
diff --git a/docs/_posts/Cabir40/2022-04-25-sbiobertresolve_rxnorm_action_treatment_en_2_4.md b/docs/_posts/Cabir40/2022-04-25-sbiobertresolve_rxnorm_action_treatment_en_2_4.md
new file mode 100644
index 00000000000000..70567c34d7686d
--- /dev/null
+++ b/docs/_posts/Cabir40/2022-04-25-sbiobertresolve_rxnorm_action_treatment_en_2_4.md
@@ -0,0 +1,103 @@
+---
+layout: model
+title: Sentence Entity Resolver for RxNorm (Action / Treatment)
+author: John Snow Labs
+name: sbiobertresolve_rxnorm_action_treatment
+date: 2022-04-25
+tags: [licensed, en, entity_resolution, clinical, rxnorm]
+task: Entity Resolution
+language: en
+edition: Spark NLP for Healthcare 3.5.1
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This model maps clinical entities and concepts (like drugs/ingredients) to RxNorm codes using `sbiobert_base_cased_mli` Sentence Bert Embeddings. Additionally, this model returns actions and treatments of the drugs in `all_k_aux_labels` column.
+
+## Predicted Entities
+
+`RxNorm Codes`, `Action`, `Treatment`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/sbiobertresolve_rxnorm_action_treatment_en_3.5.1_2.4_1650899853599.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+
+## Results
+
+```bash
+| | ner_chunk | rxnorm_code | action | treatment |
+|---:|:--------------|--------------:|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 0 | Zita 200 mg | 104080 | ['Analgesic', 'Antacid', 'Antipyretic', 'Pain Reliever'] | ['Backache', 'Pain', 'Sore Throat', 'Headache', 'Influenza', 'Toothache', 'Heartburn', 'Migraine', 'Muscular Aches And Pains', 'Neuralgia', 'Cold', 'Weakness'] |
+| 1 | coumadin 5 mg | 855333 | ['Anticoagulant'] | ['Cerebrovascular Accident', 'Pulmonary Embolism', 'Heart Attack', 'AF', 'Embolization'] |
+| 2 | avandia 4 mg | 261242 | ['Drugs Used In Diabets', 'Hypoglycemic'] | ['Diabetes Mellitus', 'Type 1 Diabetes Mellitus', 'Type 2 Diabetes'] |
+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sbiobertresolve_rxnorm_action_treatment|
+|Compatibility:|Spark NLP for Healthcare 3.5.1+|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[sentence_embeddings]|
+|Output Labels:|[rxnorm_code]|
+|Language:|en|
+|Size:|918.7 MB|
+|Case sensitive:|false|
\ No newline at end of file
diff --git a/docs/_posts/gadde5300/2022-04-24-rct_binary_classifier_use_en_3_0.md b/docs/_posts/gadde5300/2022-04-24-rct_binary_classifier_use_en_3_0.md
new file mode 100644
index 00000000000000..534bb6f6a75c1e
--- /dev/null
+++ b/docs/_posts/gadde5300/2022-04-24-rct_binary_classifier_use_en_3_0.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: RCT Binary Classifier (USE)
+author: John Snow Labs
+name: rct_binary_classifier_use
+date: 2022-04-24
+tags: [licensed, clinical, rct, classifier, en]
+task: Text Classification
+language: en
+edition: Spark NLP for Healthcare 3.5.0
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This model is a USE based classifier that can classify if an article is a randomized clinical trial (RCT) or not.
+
+## Predicted Entities
+
+`true`, `false`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/rct_binary_classifier_use_en_3.5.0_3.0_1650806861149.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+document_assembler = DocumentAssembler()\
+ .setInputCol("text")\
+ .setOutputCol("document")
+
+use = UniversalSentenceEncoder.pretrained()\
+ .setInputCols("document")\
+ .setOutputCol("sentence_embeddings")
+
+classifier_dl = ClassifierDLModel.pretrained("rct_binary_classifier_use", "en", "clinical/models")\
+ .setInputCols(["sentence_embeddings"])\
+ .setOutputCol("class")
+
+use_clf_pipeline = Pipeline(
+ stages = [
+ document_assembler,
+ use,
+ classifier_dl
+ ])
+
+data = spark.createDataFrame([["""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """]]).toDF("text")
+
+result = use_clf_pipeline.fit(data).transform(data)
+```
+```scala
+val documenter = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val use = new UniversalSentenceEncoder.pretrained()
+ .setInputCols("document")
+ .setOutputCol("sentence_embeddings")
+
+val classifier_dl = new ClassifierDLModel.pretrained("rct_binary_classifier_use", "en", "clinical/models")
+ .setInputCols(Array("sentence_embeddings"))
+ .setOutputCol("class")
+
+val use_clf_pipeline = new Pipeline().setStages(Array(documenter, use, classifier_dl))
+
+val data = Seq("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """).toDF("text")
+
+val result = use_clf_pipeline.fit(data).transform(data)
+```
+
+
+## Results
+
+```bash
+| text | rct |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
+| Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. | true |
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rct_binary_classifier_use|
+|Compatibility:|Spark NLP for Healthcare 3.5.0+|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[sentence_embeddings]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|20.9 MB|
+
+## References
+
+https://arxiv.org/abs/1710.06071
+
+## Benchmarking
+
+```bash
+ precision recall f1-score support
+
+ false 0.84 0.80 0.82 2915
+ true 0.78 0.82 0.80 2545
+
+ accuracy 0.81 5460
+ macro avg 0.81 0.81 0.81 5460
+weighted avg 0.81 0.81 0.81 5460
+```
diff --git a/docs/_posts/gadde5300/2022-04-25-bert_sequence_classifier_binary_rct_biobert_en_3_0.md b/docs/_posts/gadde5300/2022-04-25-bert_sequence_classifier_binary_rct_biobert_en_3_0.md
new file mode 100644
index 00000000000000..0798ceaac7933c
--- /dev/null
+++ b/docs/_posts/gadde5300/2022-04-25-bert_sequence_classifier_binary_rct_biobert_en_3_0.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: RCT Binary Classifier (BioBERT)
+author: John Snow Labs
+name: bert_sequence_classifier_binary_rct_biobert
+date: 2022-04-25
+tags: [licensed, rct, classifier, en, clinical]
+task: Text Classification
+language: en
+edition: Spark NLP for Healthcare 3.5.0
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This model is a [BioBERT based](https://github.com/dmis-lab/biobert) classifier that can classify if an article is a randomized clinical trial (RCT) or not.
+
+## Predicted Entities
+
+`true`, `false`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/bert_sequence_classifier_binary_rct_biobert_en_3.5.0_3.0_1650861635354.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = DocumentAssembler() \
+ .setInputCol("text") \
+ .setOutputCol("document")
+
+tokenizer = Tokenizer() \
+ .setInputCols(["document"]) \
+ .setOutputCol("token")
+
+sequenceClassifier_loaded = MedicalBertForSequenceClassification.pretrained("bert_sequence_classifier_binary_rct_biobert", "en", "clinical/models")\
+ .setInputCols(["document",'token'])\
+ .setOutputCol("class")
+
+pipeline = Pipeline(stages=[
+ document_assembler,
+ tokenizer,
+ sequenceClassifier_loaded
+])
+
+data = spark.createDataFrame([["""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """]]).toDF("text")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val documenter = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val tokenizer = new Tokenizer()
+ .setInputCols("document")
+ .setOutputCol("token")
+
+val sequenceClassifier = MedicalBertForSequenceClassification.pretrained("bert_sequence_classifier_binary_rct_biobert", "en", "clinical/models")
+ .setInputCols(Array("document","token"))
+ .setOutputCol("class")
+
+val pipeline = new Pipeline().setStages(Array(documenter, tokenizer, sequenceClassifier))
+
+val data = Seq("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """).toDF("text")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+## Results
+
+```bash
+| text | rct |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
+| Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. | true |
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_sequence_classifier_binary_rct_biobert|
+|Compatibility:|Spark NLP for Healthcare 3.5.0+|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|406.0 MB|
+|Case sensitive:|true|
+|Max sentence length:|128|
+
+## References
+
+https://arxiv.org/abs/1710.06071
+
+## Benchmarking
+
+```bash
+ precision recall f1-score support
+
+ False 0.94 0.76 0.84 1982
+ True 0.76 0.94 0.84 1629
+
+ accuracy 0.84 3611
+ macro avg 0.85 0.85 0.84 3611
+weighted avg 0.86 0.84 0.84 3611
+```
\ No newline at end of file
diff --git a/docs/_posts/gadde5300/2022-04-25-bert_sequence_classifier_binary_rct_biobert_pipeline_en_3_0.md b/docs/_posts/gadde5300/2022-04-25-bert_sequence_classifier_binary_rct_biobert_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..dcb4cb33163b66
--- /dev/null
+++ b/docs/_posts/gadde5300/2022-04-25-bert_sequence_classifier_binary_rct_biobert_pipeline_en_3_0.md
@@ -0,0 +1,72 @@
+---
+layout: model
+title: RCT Binary Classifier (BioBERT) Pipeline
+author: John Snow Labs
+name: bert_sequence_classifier_binary_rct_biobert_pipeline
+date: 2022-04-25
+tags: [licensed, classifier, rct, clinical, en]
+task: Text Classification
+language: en
+edition: Spark NLP for Healthcare 3.5.0
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pre-trained pipeline is a BioBERT based classifier that can classify if an article is a randomized clinical trial (RCT) or not.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/bert_sequence_classifier_binary_rct_biobert_pipeline_en_3.5.0_3.0_1650871568073.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+from sparknlp.pretrained import PretrainedPipeline
+
+pipeline = PretrainedPipeline("bert_sequence_classifier_binary_rct_biobert_pipeline", "en", "clinical/models")
+
+pipeline.annotate("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """)
+```
+```scala
+val pipeline = new PretrainedPipeline("bert_sequence_classifier_binary_rct_biobert_pipeline", "en", "clinical/models")
+
+pipeline.annotate("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """)
+```
+
+
+## Results
+
+```bash
+| text | rct |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
+| Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. | true |
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_sequence_classifier_binary_rct_biobert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP for Healthcare 3.5.0+|
+|License:|Licensed|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.0 MB|
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- MedicalBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_biobert_en_3_0.md b/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_biobert_en_3_0.md
new file mode 100644
index 00000000000000..ed831c8a288afa
--- /dev/null
+++ b/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_biobert_en_3_0.md
@@ -0,0 +1,122 @@
+---
+layout: model
+title: RCT Binary Classifier (BioBERT Sentence Embeddings)
+author: John Snow Labs
+name: rct_binary_classifier_biobert
+date: 2022-04-25
+tags: [licensed, rct, clinical, classifier, en]
+task: Text Classification
+language: en
+edition: Spark NLP for Healthcare 3.5.0
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This model is a BioBERT based classifier that can classify if an article is a randomized clinical trial (RCT) or not.
+
+## Predicted Entities
+
+`true`, `false`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/rct_binary_classifier_biobert_en_3.5.0_3.0_1650859223020.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = DocumentAssembler()\
+ .setInputCol("text")\
+ .setOutputCol("document")
+
+bert_sent = BertSentenceEmbeddings.pretrained("sent_biobert_pubmed_base_cased", "en") \
+ .setInputCols("document") \
+ .setOutputCol("sentence_embeddings")
+
+classifier_dl = ClassifierDLModel.pretrained("rct_binary_classifier_biobert", "en", "clinical/models")\
+ .setInputCols(["sentence_embeddings"])\
+ .setOutputCol("class")
+
+biobert_clf_pipeline = Pipeline(
+ stages = [
+ document_assembler,
+ bert_sent,
+ classifier_dl
+ ])
+
+data = spark.createDataFrame([["""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """]]).toDF("text")
+
+result = biobert_clf_pipeline.fit(data).transform(data)
+```
+```scala
+val documenter = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val bert_sent = new BertSentenceEmbeddings.pretrained("sent_biobert_pubmed_base_cased", "en")
+ .setInputCols("document")
+ .setOutputCol("sentence_embeddings")
+
+val classifier_dl = new ClassifierDLModel.pretrained("rct_binary_classifier_biobert", "en", "clinical/models")
+ .setInputCols(Array("sentence_embeddings"))
+ .setOutputCol("class")
+
+val biobert_clf_pipeline = new Pipeline().setStages(Array(documenter, bert_sent, classifier_dl))
+
+val data = Seq("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """).toDF("text")
+
+val result = biobert_clf_pipeline.fit(data).transform(data)
+
+
+
+```
+
+
+## Results
+
+```bash
+| text | rct |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
+| Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. | true |
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rct_binary_classifier_biobert|
+|Compatibility:|Spark NLP for Healthcare 3.5.0+|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[sentence_embeddings]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|22.5 MB|
+
+## References
+
+https://arxiv.org/abs/1710.06071
+
+## Benchmarking
+
+```bash
+ precision recall f1-score support
+
+ false 0.86 0.81 0.84 2915
+ true 0.80 0.85 0.83 2545
+
+ accuracy 0.83 5460
+ macro avg 0.83 0.83 0.83 5460
+weighted avg 0.83 0.83 0.83 5460
+```
diff --git a/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_biobert_pipeline_en_3_0.md b/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_biobert_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..982ed71514fa69
--- /dev/null
+++ b/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_biobert_pipeline_en_3_0.md
@@ -0,0 +1,72 @@
+---
+layout: model
+title: RCT Binary Classifier (BioBERT Sentence Embeddings) Pipeline
+author: John Snow Labs
+name: rct_binary_classifier_biobert_pipeline
+date: 2022-04-25
+tags: [en, licensed, clinical, classifier, rct]
+task: Text Classification
+language: en
+edition: Spark NLP for Healthcare 3.5.0
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pre-trained pipeline is a BioBERT based classifier that can classify if an article is a randomized clinical trial (RCT) or not.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/rct_binary_classifier_biobert_pipeline_en_3.5.0_3.0_1650874141088.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+from sparknlp.pretrained import PretrainedPipeline
+
+pipeline = PretrainedPipeline("rct_binary_classifier_biobert_pipeline", "en", "clinical/models")
+
+pipeline.annotate("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """)
+```
+```scala
+val pipeline = new PretrainedPipeline("rct_binary_classifier_biobert_pipeline", "en", "clinical/models")
+
+pipeline.annotate("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """)
+```
+
+
+## Results
+
+```bash
+| text | rct |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
+| Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. | true |
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rct_binary_classifier_biobert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP for Healthcare 3.5.0+|
+|License:|Licensed|
+|Edition:|Official|
+|Language:|en|
+|Size:|427.8 MB|
+
+## Included Models
+
+- DocumentAssembler
+- BertSentenceEmbeddings
+- ClassifierDLModel
\ No newline at end of file
diff --git a/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_use_pipeline_en_3_0.md b/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_use_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..c5f82da6a5982d
--- /dev/null
+++ b/docs/_posts/gadde5300/2022-04-25-rct_binary_classifier_use_pipeline_en_3_0.md
@@ -0,0 +1,72 @@
+---
+layout: model
+title: RCT Binary Classifier (USE) Pipeline
+author: John Snow Labs
+name: rct_binary_classifier_use_pipeline
+date: 2022-04-25
+tags: [licensed, rct, clinical, classifier, en]
+task: Text Classification
+language: en
+edition: Spark NLP for Healthcare 3.5.0
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pre-trained pipeline is a USE based classifier that can classify if an article is a randomized clinical trial (RCT) or not.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/rct_binary_classifier_use_pipeline_en_3.5.0_3.0_1650871565402.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+from sparknlp.pretrained import PretrainedPipeline
+
+pipeline = PretrainedPipeline("rct_binary_classifier_use_pipeline", "en", "clinical/models")
+
+pipeline.annotate("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """)
+```
+```scala
+val pipeline = new PretrainedPipeline("rct_binary_classifier_use_pipeline", "en", "clinical/models")
+
+pipeline.annotate("""Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """)
+```
+
+
+## Results
+
+```bash
+| text | rct |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
+| Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. | true |
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rct_binary_classifier_use_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP for Healthcare 3.5.0+|
+|License:|Licensed|
+|Edition:|Official|
+|Language:|en|
+|Size:|991.2 MB|
+
+## Included Models
+
+- DocumentAssembler
+- UniversalSentenceEncoder
+- ClassifierDLModel
\ No newline at end of file
diff --git a/docs/_posts/galiph/2022-04-18-sbiobertresolve_ndc_en_2_4.md b/docs/_posts/galiph/2022-04-18-sbiobertresolve_ndc_en_2_4.md
new file mode 100644
index 00000000000000..5856c374e1e0c8
--- /dev/null
+++ b/docs/_posts/galiph/2022-04-18-sbiobertresolve_ndc_en_2_4.md
@@ -0,0 +1,139 @@
+---
+layout: model
+title: Sentence Entity Resolver for NDC (sbiobert_base_cased_mli embeddings)
+author: John Snow Labs
+name: sbiobertresolve_ndc
+date: 2022-04-18
+tags: [ndc, entity_resolution, licensed, en, clinical]
+task: Entity Resolution
+language: en
+edition: Spark NLP for Healthcare 3.3.2
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This model maps clinical entities and concepts (like drugs/ingredients) to [National Drug Codes](https://www.fda.gov/drugs/drug-approvals-and-databases/national-drug-code-directory) using `sbiobert_base_cased_mli` Sentence Bert Embeddings. It also returns package options and alternative drugs in the all_k_aux_label column.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/ER_NDC/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/3.Clinical_Entity_Resolvers.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/sbiobertresolve_ndc_en_3.3.2_2.4_1650298194939.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+
+## Results
+
+```bash
+| | ner_chunk | rxnorm_code | action | treatment |
+|---:|:--------------|--------------:|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 0 | Zita 200 mg | 104080 | ['Analgesic', 'Antacid', 'Antipyretic', 'Pain Reliever'] | ['Backache', 'Pain', 'Sore Throat', 'Headache', 'Influenza', 'Toothache', 'Heartburn', 'Migraine', 'Muscular Aches And Pains', 'Neuralgia', 'Cold', 'Weakness'] |
+| 1 | coumadin 5 mg | 855333 | ['Anticoagulant'] | ['Cerebrovascular Accident', 'Pulmonary Embolism', 'Heart Attack', 'AF', 'Embolization'] |
+| 2 | avandia 4 mg | 261242 | ['Drugs Used In Diabets', 'Hypoglycemic'] | ['Diabetes Mellitus', 'Type 1 Diabetes Mellitus', 'Type 2 Diabetes'] |
+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sbiobertresolve_rxnorm_action_treatment|
+|Compatibility:|Spark NLP 3.5.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence_embeddings]|
+|Output Labels:|[rxnorm_code]|
+|Language:|en|
+|Size:|918.7 MB|
+|Case sensitive:|false|
\ No newline at end of file
diff --git a/docs/_posts/josejuanmartinez/2022-04-13-ner_deid_generic_pt_3_0.md b/docs/_posts/josejuanmartinez/2022-04-13-ner_deid_generic_pt_3_0.md
new file mode 100644
index 00000000000000..0d19e7a5c1071d
--- /dev/null
+++ b/docs/_posts/josejuanmartinez/2022-04-13-ner_deid_generic_pt_3_0.md
@@ -0,0 +1,238 @@
+---
+layout: model
+title: Detect PHI for Deidentification purposes (Portuguese, reduced entities)
+author: John Snow Labs
+name: ner_deid_generic
+date: 2022-04-13
+tags: [deid, deidentification, pt, licensed]
+task: De-identification
+language: pt
+edition: Spark NLP for Healthcare 3.4.2
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Named Entity Recognition annotators allow for a generic model to be trained by using a Deep Learning architecture (Char CNNs - BiLSTM - CRF - word embeddings) inspired on a former state of the art model for NER: Chiu & Nicols, Named Entity Recognition with Bidirectional LSTM,CNN.
+
+Deidentification NER (Portuguese) is a Named Entity Recognition model that annotates text to find protected health information that may need to be de-identified. It detects 7 entities. This NER model is trained with a combination of custom datasets and data augmentation techniques.
+
+## Predicted Entities
+
+`CONTACT`, `NAME`, `DATE`, `ID`, `SEX`, `LOCATION`, `PROFESSION`, `AGE`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/ner_deid_generic_pt_3.4.2_3.0_1649846957944.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+ .setInputCol("text")\
+ .setOutputCol("document")
+
+sentenceDetector = SentenceDetectorDLModel.pretrained("sentence_detector_dl","xx")\
+ .setInputCols(["document"])\
+ .setOutputCol("sentence")
+
+tokenizer = Tokenizer()\
+ .setInputCols(["sentence"])\
+ .setOutputCol("token")
+
+embeddings = WordEmbeddingsModel.pretrained("w2v_cc_300d", "pt")\
+ .setInputCols(["sentence","token"])\
+ .setOutputCol("word_embeddings")
+
+clinical_ner = MedicalNerModel.pretrained("ner_deid_generic", "pt", "clinical/models")\
+ .setInputCols(["sentence","token","word_embeddings"])\
+ .setOutputCol("ner")
+
+nlpPipeline = Pipeline(stages=[
+ documentAssembler,
+ sentenceDetector,
+ tokenizer,
+ embeddings,
+ clinical_ner])
+
+text = ['''
+Detalhes do paciente.
+Nome do paciente: Pedro Gonçalves
+NHC: 2569870.
+Endereço: Rua Das Flores 23.
+Cidade/ Província: Porto.
+Código Postal: 21754-987.
+Dados de cuidados.
+Data de nascimento: 10/10/1963.
+Idade: 53 anos Sexo: Homen
+Data de admissão: 17/06/2016.
+Doutora: Maria Santos
+''']
+
+df = spark.createDataFrame([text]).toDF("text")
+
+results = nlpPipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val sentenceDetector = SentenceDetectorDLModel.pretrained("sentence_detector_dl","xx")
+ .setInputCols(Array("document"))
+ .setOutputCol("sentence")
+
+val tokenizer = new Tokenizer()
+ .setInputCols(Array("sentence"))
+ .setOutputCol("token")
+
+embeddings = WordEmbeddingsModel.pretrained("w2v_cc_300d", "pt")
+ .setInputCols(Array("sentence","token"))
+ .setOutputCol("word_embeddings")
+
+clinical_ner = MedicalNerModel.pretrained("ner_deid_generic", "pt", "clinical/models")
+ .setInputCols(Array("sentence","token","word_embeddings"))
+ .setOutputCol("ner")
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, sentenceDetector, tokenizer, embeddings, clinical_ner))
+
+val text = "Detalhes do paciente.
+Nome do paciente: Pedro Gonçalves
+NHC: 2569870.
+Endereço: Rua Das Flores 23.
+Cidade/ Província: Porto.
+Código Postal: 21754-987.
+Dados de cuidados.
+Data de nascimento: 10/10/1963.
+Idade: 53 anos Sexo: Homen
+Data de admissão: 17/06/2016.
+Doutora: Maria Santos"
+
+val df = Seq(text).toDF("text")
+
+val results = pipeline.fit(data).transform(data)
+```
+
+
+## Results
+
+```bash
+----------+----------+
+| token| ner_label|
++----------+----------+
+| Detalhes| O|
+| do| O|
+| paciente| O|
+| .| O|
+| Nome| O|
+| do| O|
+| paciente| O|
+| :| O|
+| Pedro| B-NAME|
+| Gonçalves| I-NAME|
+| NHC| O|
+| :| O|
+| 2569870| B-ID|
+| .| O|
+| Endereço| O|
+| :| O|
+| Rua|B-LOCATION|
+| Das|I-LOCATION|
+| Flores|I-LOCATION|
+| 23|I-LOCATION|
+| .| O|
+| Cidade/| O|
+| Província| O|
+| :| O|
+| Porto|B-LOCATION|
+| .| O|
+| Código| O|
+| Postal| O|
+| :| O|
+| 21754-987|B-LOCATION|
+| .| O|
+| Dados| O|
+| de| O|
+| cuidados| O|
+| .| O|
+| Data| O|
+| de| O|
+|nascimento| O|
+| :| O|
+|10/10/1963| B-DATE|
+| .| O|
+| Idade| O|
+| :| O|
+| 53| B-AGE|
+| anos| O|
+| Sexo| O|
+| :| O|
+| Homen| O|
+| Data| O|
+| de| O|
+| admissão| O|
+| :| O|
+|17/06/2016| B-DATE|
+| .| O|
+| Doutora| O|
+| :| O|
+| Maria| B-NAME|
+| Santos| I-NAME|
++----------+----------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_deid_generic|
+|Compatibility:|Spark NLP for Healthcare 3.4.2+|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[sentence, token, embeddings]|
+|Output Labels:|[ner]|
+|Language:|pt|
+|Size:|15.0 MB|
+
+## References
+
+- Custom John Snow Labs datasets
+- Data augmentation techniques
+
+## Benchmarking
+
+```bash
++----------+------+-----+-----+------+---------+------+------+
+| entity| tp| fp| fn| total|precision|recall| f1|
++----------+------+-----+-----+------+---------+------+------+
+| CONTACT| 191.0| 2.0| 2.0| 193.0| 0.9896|0.9896|0.9896|
+| NAME|2640.0| 82.0| 52.0|2692.0| 0.9699|0.9807|0.9752|
+| DATE|1316.0| 24.0| 5.0|1321.0| 0.9821|0.9962|0.9891|
+| ID| 54.0| 3.0| 9.0| 63.0| 0.9474|0.8571| 0.9|
+| SEX| 669.0| 9.0| 8.0| 677.0| 0.9867|0.9882|0.9875|
+| LOCATION|5784.0|149.0|206.0|5990.0| 0.9749|0.9656|0.9702|
+|PROFESSION| 249.0| 17.0| 27.0| 276.0| 0.9361|0.9022|0.9188|
+| AGE| 536.0| 14.0| 10.0| 546.0| 0.9745|0.9817|0.9781|
++----------+------+-----+-----+------+---------+------+------+
+
++------------------+
+| macro|
++------------------+
+|0.9635736709388533|
++------------------+
+
++------------------+
+| micro|
++------------------+
+|0.9735899291407565|
++------------------+
+```
\ No newline at end of file
diff --git a/docs/_posts/josejuanmartinez/2022-04-13-ner_deid_subentity_pt_3_0.md b/docs/_posts/josejuanmartinez/2022-04-13-ner_deid_subentity_pt_3_0.md
new file mode 100644
index 00000000000000..e48ee88449f61c
--- /dev/null
+++ b/docs/_posts/josejuanmartinez/2022-04-13-ner_deid_subentity_pt_3_0.md
@@ -0,0 +1,248 @@
+---
+layout: model
+title: Detect PHI for Deidentification purposes (Portuguese)
+author: John Snow Labs
+name: ner_deid_subentity
+date: 2022-04-13
+tags: [deid, deidentification, pt, licensed]
+task: De-identification
+language: pt
+edition: Spark NLP for Healthcare 3.4.2
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Named Entity Recognition annotators allow for a generic model to be trained by using a Deep Learning architecture (Char CNNs - BiLSTM - CRF - word embeddings) inspired on a former state of the art model for NER: Chiu & Nicols, Named Entity Recognition with Bidirectional LSTM,CNN.
+
+Deidentification NER (Portuguese) is a Named Entity Recognition model that annotates text to find protected health information that may need to be de-identified. It detects 15 entities.
+
+This NER model is trained with a combination of custom datasets with several data augmentation mechanisms.
+
+## Predicted Entities
+
+`PATIENT`, `HOSPITAL`, `DATE`, `ORGANIZATION`, `CITY`, `ID`, `STREET`, `SEX`, `EMAIL`, `ZIP`, `PROFESSION`, `PHONE`, `COUNTRY`, `DOCTOR`, `AGE`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/ner_deid_subentity_pt_3.4.2_3.0_1649840643338.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = DocumentAssembler()\
+ .setInputCol("text")\
+ .setOutputCol("document")
+
+sentenceDetector = SentenceDetectorDLModel.pretrained("sentence_detector_dl","xx")\
+ .setInputCols(["document"])\
+ .setOutputCol("sentence")
+
+tokenizer = Tokenizer()\
+ .setInputCols(["sentence"])\
+ .setOutputCol("token")
+
+embeddings = WordEmbeddingsModel.pretrained("w2v_cc_300d", "pt")\
+ .setInputCols(["sentence","token"])\
+ .setOutputCol("word_embeddings")
+
+clinical_ner = MedicalNerModel.pretrained("ner_deid_subentity", "pt", "clinical/models")\
+ .setInputCols(["sentence","token","word_embeddings"])\
+ .setOutputCol("ner")
+
+nlpPipeline = Pipeline(stages=[
+ documentAssembler,
+ sentenceDetector,
+ tokenizer,
+ embeddings,
+ clinical_ner])
+
+text = ['''
+Detalhes do paciente.
+Nome do paciente: Pedro Gonçalves
+NHC: 2569870.
+Endereço: Rua Das Flores 23.
+Cidade/ Província: Porto.
+Código Postal: 21754-987.
+Dados de cuidados.
+Data de nascimento: 10/10/1963.
+Idade: 53 anos Sexo: Homen
+Data de admissão: 17/06/2016.
+Doutora: Maria Santos
+''']
+
+df = spark.createDataFrame([text]).toDF("text")
+
+results = nlpPipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val sentenceDetector = SentenceDetectorDLModel.pretrained("sentence_detector_dl","xx")
+ .setInputCols(Array("document"))
+ .setOutputCol("sentence")
+
+val tokenizer = new Tokenizer()
+ .setInputCols(Array("sentence"))
+ .setOutputCol("token")
+
+embeddings = WordEmbeddingsModel.pretrained("w2v_cc_300d", "pt")
+ .setInputCols(Array("sentence","token"))
+ .setOutputCol("word_embeddings")
+
+clinical_ner = MedicalNerModel.pretrained("ner_deid_subentity", "pt", "clinical/models")
+ .setInputCols(Array("sentence","token","word_embeddings"))
+ .setOutputCol("ner")
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, sentenceDetector, tokenizer, embeddings, clinical_ner))
+
+val text = "Detalhes do paciente.
+Nome do paciente: Pedro Gonçalves
+NHC: 2569870.
+Endereço: Rua Das Flores 23.
+Cidade/ Província: Porto.
+Código Postal: 21754-987.
+Dados de cuidados.
+Data de nascimento: 10/10/1963.
+Idade: 53 anos Sexo: Homen
+Data de admissão: 17/06/2016.
+Doutora: Maria Santos"
+
+val df = Seq(text).toDF("text")
+
+val results = pipeline.fit(data).transform(data)
+```
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+from sparknlp.pretrained import PretrainedPipeline
+
+deid_pipeline = PretrainedPipeline("clinical_deidentification", "pt", "clinical/models")
+
+sample = """Dados do paciente.
+Nome: Mauro.
+Apelido: Gonçalves.
+NIF: 368503.
+NISS: 26 63514095.
+Endereço: Calle Miguel Benitez 90.
+CÓDIGO POSTAL: 28016.
+Dados de cuidados.
+Data de nascimento: 03/03/1946.
+País: Portugal.
+Idade: 70 anos Sexo: M.
+Data de admissão: 12/12/2016.
+Doutor: Ignacio Navarro Cuéllar NºCol: 28 28 70973.
+Relatório clínico do paciente: Paciente de 70 anos, mineiro reformado, sem alergias medicamentosas conhecidas, que apresenta como história pessoal: acidente de trabalho antigo com fracturas vertebrais e das costelas; operado por doença de Dupuytren na mão direita e iliofemoral esquerda; Diabetes Mellitus tipo II, hipercolesterolemia e hiperuricemia; alcoolismo activo, fumador de 20 cigarros / dia.
+Foi encaminhado dos cuidados primários porque apresentou uma vez hematúria macroscópica pós-morte e depois microhaematúria persistente, com micturição normal.
+O exame físico mostrou um bom estado geral, com abdómen e genitália normais; o exame rectal foi compatível com adenoma de próstata de grau I/IV.
+A urinálise mostrou 4 glóbulos vermelhos/campo e 0-5 leucócitos/campo; o resto do sedimento estava normal.
+Hemograma normal; a bioquímica mostrou glicemia de 169 mg/dl e triglicéridos de 456 mg/dl; função hepática e renal normal. PSA de 1,16 ng/ml.
+A citologia da urina era repetidamente desconfiada por malignidade.
+A radiografia simples abdominal mostra alterações degenerativas na coluna lombar e calcificações vasculares tanto no hipocôndrio como na pélvis.
+A ecografia urológica revelou cistos corticais simples no rim direito, uma bexiga inalterada com boa capacidade e uma próstata com 30g de peso.
+O IVUS mostrou normofuncionalismo renal bilateral, calcificações na silhueta renal direita e ureteres artrosados com imagens de adição no terço superior de ambos os ureteres, relacionadas com pseudodiverticulose ureteral. O cistograma mostra uma bexiga com boa capacidade, mas com paredes trabeculadas em relação à bexiga de stress. A tomografia computorizada abdominal é normal.
+A cistoscopia revelou a existência de pequenos tumores na bexiga, e a ressecção transuretral foi realizada com o resultado anatomopatológico do carcinoma urotelial superficial da bexiga.
+Referido por: Miguel Santos - Avenida dos Aliados, 22 Portugal E-mail: nnavcu@hotmail.com.
+"""
+
+result = deid_pipeline .annotate(sample)
+
+```
+```scala
+import com.johnsnowlabs.nlp.pretrained.PretrainedPipeline
+
+val deid_pipeline = new PretrainedPipeline("clinical_deidentification", "pt", "clinical/models")
+
+sample = "Dados do paciente.
+Nome: Mauro.
+Apelido: Gonçalves.
+NIF: 368503.
+NISS: 26 63514095.
+Endereço: Calle Miguel Benitez 90.
+CÓDIGO POSTAL: 28016.
+Dados de cuidados.
+Data de nascimento: 03/03/1946.
+País: Portugal.
+Idade: 70 anos Sexo: M.
+Data de admissão: 12/12/2016.
+Doutor: Ignacio Navarro Cuéllar NºCol: 28 28 70973.
+Relatório clínico do paciente: Paciente de 70 anos, mineiro reformado, sem alergias medicamentosas conhecidas, que apresenta como história pessoal: acidente de trabalho antigo com fracturas vertebrais e das costelas; operado por doença de Dupuytren na mão direita e iliofemoral esquerda; Diabetes Mellitus tipo II, hipercolesterolemia e hiperuricemia; alcoolismo activo, fumador de 20 cigarros / dia.
+Foi encaminhado dos cuidados primários porque apresentou uma vez hematúria macroscópica pós-morte e depois microhaematúria persistente, com micturição normal.
+O exame físico mostrou um bom estado geral, com abdómen e genitália normais; o exame rectal foi compatível com adenoma de próstata de grau I/IV.
+A urinálise mostrou 4 glóbulos vermelhos/campo e 0-5 leucócitos/campo; o resto do sedimento estava normal.
+Hemograma normal; a bioquímica mostrou glicemia de 169 mg/dl e triglicéridos de 456 mg/dl; função hepática e renal normal. PSA de 1,16 ng/ml.
+A citologia da urina era repetidamente desconfiada por malignidade.
+A radiografia simples abdominal mostra alterações degenerativas na coluna lombar e calcificações vasculares tanto no hipocôndrio como na pélvis.
+A ecografia urológica revelou cistos corticais simples no rim direito, uma bexiga inalterada com boa capacidade e uma próstata com 30g de peso.
+O IVUS mostrou normofuncionalismo renal bilateral, calcificações na silhueta renal direita e ureteres artrosados com imagens de adição no terço superior de ambos os ureteres, relacionadas com pseudodiverticulose ureteral. O cistograma mostra uma bexiga com boa capacidade, mas com paredes trabeculadas em relação à bexiga de stress. A tomografia computorizada abdominal é normal.
+A cistoscopia revelou a existência de pequenos tumores na bexiga, e a ressecção transuretral foi realizada com o resultado anatomopatológico do carcinoma urotelial superficial da bexiga.
+Referido por: Miguel Santos - Avenida dos Aliados, 22 Portugal E-mail: nnavcu@hotmail.com"
+
+val result = deid_pipeline.annotate(sample)
+```
+
+
+## Results
+
+```bash
+Masked with entity labels
+------------------------------
+Dados do .
+Nome: .
+Apelido: .
+NIF: .
+NISS: .
+Endereço: .
+CÓDIGO POSTAL: .
+Dados de cuidados.
+Data de nascimento: .
+País: .
+Idade: anos Sexo: .
+Data de admissão: .
+Doutor: Cuéllar NºCol: .
+Relatório clínico do : de anos, mineiro reformado, sem alergias medicamentosas conhecidas, que apresenta como história pessoal: acidente de trabalho antigo com fracturas vertebrais e das costelas; operado por doença de Dupuytren na mão direita e iliofemoral esquerda;
+Diabetes Mellitus tipo II, hipercolesterolemia e hiperuricemia; alcoolismo activo, fumador de 20 cigarros / dia.
+Foi encaminhado dos cuidados primários porque apresentou uma vez hematúria macroscópica pós-morte e depois microhaematúria persistente, com micturição normal.
+O exame físico mostrou um bom estado geral, com abdómen e genitália normais; o exame rectal foi compatível com adenoma de próstata de grau I/IV.
+A urinálise mostrou 4 glóbulos vermelhos/campo e 0-5 leucócitos/campo; o resto do sedimento estava normal.
+Hemograma normal; a bioquímica mostrou glicemia de 169 mg/dl e triglicér de 456 mg/dl; função hepática e renal normal. PSA de 1,16 ng/ml.
+A citologia da urina era repetidamente desconfiada por malignidade.
+A radiografia simples abdominal mostra alterações degenerativas na coluna lombar e calcificações vasculares tanto no hipocôndrio como na pélvis.
+A ecografia urológica revelou cistos corticais simples no rim direito, uma bexiga inalterada com boa capacidade e uma próstata com 30g de peso.
+O IVUS mostrou normofuncionalismo renal bilateral, calcificações na silhueta renal direita e ureteres artrosados com imagens de adição no terço superior de ambos os ureteres, relacionadas com pseudodiverticulose ureteral. O cistograma mostra uma bexiga com boa capacidade, mas com paredes trabeculadas em relação à bexiga de stress.
+A tomografia computorizada abdominal é normal.
+A cistoscopia revelou a existência de pequenos tumores na bexiga, e a ressecção transuretral foi realizada com o resultado anatomopatológico do carcinoma urotelial superficial da bexiga.
+Referido por: - , 22 E-mail: .
+
+Masked with chars
+------------------------------
+Dados do [******].
+Nome: [***].
+Apelido: [*******].
+NIF: [****].
+NISS: [*********].
+Endereço: [*********************].
+CÓDIGO POSTAL: [***].
+Dados de cuidados.
+Data de nascimento: [********].
+País: [******].
+Idade: ** anos Sexo: *.
+Data de admissão: [********].
+Doutor: [*************] Cuéllar NºCol: ** ** [***].
+Relatório clínico do [******]: [******] de ** anos, mineiro reformado, sem alergias medicamentosas conhecidas, que apresenta como história pessoal: acidente de trabalho antigo com fracturas vertebrais e das costelas; operado por doença de Dupuytren na mão direita e iliofemoral esquerda;
+Diabetes Mellitus tipo II, hipercolesterolemia e hiperuricemia; alcoolismo activo, fumador de 20 cigarros / dia.
+Foi encaminhado dos cuidados primários porque apresentou uma vez hematúria macroscópica pós-morte e depois microhaematúria persistente, com micturição normal.
+O exame físico mostrou um bom estado geral, com abdómen e genitália normais; o exame rectal foi compatível com adenoma de próstata de grau I/IV.
+A urinálise mostrou 4 glóbulos vermelhos/campo e 0-5 leucócitos/campo; o resto do sedimento estava normal.
+Hemograma normal; a bioquímica mostrou glicemia de 169 mg/dl e triglicér[**] de 456 mg/dl; função hepática e renal normal. PSA de 1,16 ng/ml.
+A citologia da urina era repetidamente desconfiada por malignidade.
+A radiografia simples abdominal mostra alterações degenerativas na coluna lombar e calcificações vasculares tanto no hipocôndrio como na pélvis.
+A ecografia urológica revelou cistos corticais simples no rim direito, uma bexiga inalterada com boa capacidade e uma próstata com 30g de peso.
+O IVUS mostrou normofuncionalismo renal bilateral, calcificações na silhueta renal direita e ureteres artrosados com imagens de adição no terço superior de ambos os ureteres, relacionadas com pseudodiverticulose ureteral. O cistograma mostra uma bexiga com boa capacidade, mas com paredes trabeculadas em relação à bexiga de stress.
+A tomografia computorizada abdominal é normal.
+A cistoscopia revelou a existência de pequenos tumores na bexiga, e a ressecção transuretral foi realizada com o resultado anatomopatológico do carcinoma urotelial superficial da bexiga.
+Referido por: [***********] - [*****************], 22 [******] E-mail: [****************].
+
+Masked with fixed length chars
+------------------------------
+Dados do ****.
+Nome: ****.
+Apelido: ****.
+NIF: ****.
+NISS: ****.
+Endereço: ****.
+CÓDIGO POSTAL: ****.
+Dados de cuidados.
+Data de nascimento: ****.
+País: ****.
+Idade: **** anos Sexo: ****.
+Data de admissão: ****.
+Doutor: **** Cuéllar NºCol: **** **** ****.
+Relatório clínico do ****: **** de **** anos, mineiro reformado, sem alergias medicamentosas conhecidas, que apresenta como história pessoal: acidente de trabalho antigo com fracturas vertebrais e das costelas; operado por doença de Dupuytren na mão direita e iliofemoral esquerda;
+Diabetes Mellitus tipo II, hipercolesterolemia e hiperuricemia; alcoolismo activo, fumador de 20 cigarros / dia.
+Foi encaminhado dos cuidados primários porque apresentou uma vez hematúria macroscópica pós-morte e depois microhaematúria persistente, com micturição normal.
+O exame físico mostrou um bom estado geral, com abdómen e genitália normais; o exame rectal foi compatível com adenoma de próstata de grau I/IV.
+A urinálise mostrou 4 glóbulos vermelhos/campo e 0-5 leucócitos/campo; o resto do sedimento estava normal.
+Hemograma normal; a bioquímica mostrou glicemia de 169 mg/dl e triglicér**** de 456 mg/dl; função hepática e renal normal. PSA de 1,16 ng/ml.
+A citologia da urina era repetidamente desconfiada por malignidade.
+A radiografia simples abdominal mostra alterações degenerativas na coluna lombar e calcificações vasculares tanto no hipocôndrio como na pélvis.
+A ecografia urológica revelou cistos corticais simples no rim direito, uma bexiga inalterada com boa capacidade e uma próstata com 30g de peso.
+O IVUS mostrou normofuncionalismo renal bilateral, calcificações na silhueta renal direita e ureteres artrosados com imagens de adição no terço superior de ambos os ureteres, relacionadas com pseudodiverticulose ureteral. O cistograma mostra uma bexiga com boa capacidade, mas com paredes trabeculadas em relação à bexiga de stress.
+A tomografia computorizada abdominal é normal.
+A cistoscopia revelou a existência de pequenos tumores na bexiga, e a ressecção transuretral foi realizada com o resultado anatomopatológico do carcinoma urotelial superficial da bexiga.
+Referido por: **** - ****, 22 **** E-mail: ****.
+
+Obfuscated
+------------------------------
+Dados do H..
+Nome: Marcos Alves.
+Apelido: Tiago Santos.
+NIF: 566-445.
+NISS: 134544332.
+Endereço: Rua de Santa María, 100.
+CÓDIGO POSTAL: 4099.
+Dados de cuidados.
+Data de nascimento: 31/03/1946.
+País: Espanha.
+Idade: 46 anos Sexo: Mulher.
+Data de admissão: 06/01/2017.
+Doutor: Carlos Melo Cuéllar NºCol: 134544332 134544332 124 445 311.
+Relatório clínico do H.: M. de 46 anos, mineiro reformado, sem alergias medicamentosas conhecidas, que apresenta como história pessoal: acidente de trabalho antigo com fracturas vertebrais e das costelas; operado por doença de Dupuytren na mão direita e iliofemoral esquerda;
+Diabetes Mellitus tipo II, hipercolesterolemia e hiperuricemia; alcoolismo activo, fumador de 20 cigarros / dia.
+Foi encaminhado dos cuidados primários porque apresentou uma vez hematúria macroscópica pós-morte e depois microhaematúria persistente, com micturição normal.
+O exame físico mostrou um bom estado geral, com abdómen e genitália normais; o exame rectal foi compatível com adenoma de próstata de grau I/IV.
+A urinálise mostrou 4 glóbulos vermelhos/campo e 0-5 leucócitos/campo; o resto do sedimento estava normal.
+Hemograma normal; a bioquímica mostrou glicemia de 169 mg/dl e triglicérHomen de 456 mg/dl; função hepática e renal normal. PSA de 1,16 ng/ml.
+A citologia da urina era repetidamente desconfiada por malignidade.
+A radiografia simples abdominal mostra alterações degenerativas na coluna lombar e calcificações vasculares tanto no hipocôndrio como na pélvis.
+A ecografia urológica revelou cistos corticais simples no rim direito, uma bexiga inalterada com boa capacidade e uma próstata com 30g de peso.
+O IVUS mostrou normofuncionalismo renal bilateral, calcificações na silhueta renal direita e ureteres artrosados com imagens de adição no terço superior de ambos os ureteres, relacionadas com pseudodiverticulose ureteral. O cistograma mostra uma bexiga com boa capacidade, mas com paredes trabeculadas em relação à bexiga de stress.
+A tomografia computorizada abdominal é normal.
+A cistoscopia revelou a existência de pequenos tumores na bexiga, e a ressecção transuretral foi realizada com o resultado anatomopatológico do carcinoma urotelial superficial da bexiga.
+Referido por: Carlos Melo - Avenida Dos Aliados, 56, 22 Espanha E-mail: maria.prado@jacob.com.
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clinical_deidentification|
+|Type:|pipeline|
+|Compatibility:|Spark NLP for Healthcare 3.4.1+|
+|License:|Licensed|
+|Edition:|Official|
+|Language:|pt|
+|Size:|1.3 GB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- WordEmbeddingsModel
+- MedicalNerModel
+- NerConverter
+- ContextualParserModel
+- ContextualParserModel
+- ContextualParserModel
+- ContextualParserModel
+- ContextualParserModel
+- ContextualParserModel
+- ContextualParserModel
+- RegexMatcherModel
+- RegexMatcherModel
+- ChunkMergeModel
+- DeIdentificationModel
+- DeIdentificationModel
+- DeIdentificationModel
+- DeIdentificationModel
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/luca-martial/2022-04-08-bert_embeddings_mengzi_bert_base_zh_3_0.md b/docs/_posts/luca-martial/2022-04-08-bert_embeddings_mengzi_bert_base_zh_3_0.md
index ef96d02fb2e657..f1dbfa8fd94647 100644
--- a/docs/_posts/luca-martial/2022-04-08-bert_embeddings_mengzi_bert_base_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-08-bert_embeddings_mengzi_bert_base_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from Langboat)
author: John Snow Labs
name: bert_embeddings_mengzi_bert_base
date: 2022-04-08
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_ARBERT_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_ARBERT_ar_3_0.md
index 540bf02b4a9d14..b7bb66bb246f5d 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_ARBERT_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_ARBERT_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from UBC-NLP)
author: John Snow Labs
name: bert_embeddings_ARBERT
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_AraBertMo_base_V1_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_AraBertMo_base_V1_ar_3_0.md
index 02a370d6c6069c..15006e697505e7 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_AraBertMo_base_V1_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_AraBertMo_base_V1_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from Ebtihal)
author: John Snow Labs
name: bert_embeddings_AraBertMo_base_V1
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_Ara_DialectBERT_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_Ara_DialectBERT_ar_3_0.md
index 35ffc3e2601f71..14a79e8d11a3a8 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_Ara_DialectBERT_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_Ara_DialectBERT_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from MutazYoune)
author: John Snow Labs
name: bert_embeddings_Ara_DialectBERT
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_COVID_SciBERT_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_COVID_SciBERT_en_3_0.md
index b551c522a6839a..dd88da3847e5fb 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_COVID_SciBERT_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_COVID_SciBERT_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from lordtt13)
author: John Snow Labs
name: bert_embeddings_COVID_SciBERT
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DarijaBERT_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DarijaBERT_ar_3_0.md
index baf4fb52f3f2e1..49f4aa6d29614e 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DarijaBERT_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DarijaBERT_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from Kamel)
author: John Snow Labs
name: bert_embeddings_DarijaBERT
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DiLBERT_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DiLBERT_en_3_0.md
index 403bf464258f0e..ae5c7b1cf794e5 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DiLBERT_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_DiLBERT_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from beatrice-portelli)
author: John Snow Labs
name: bert_embeddings_DiLBERT
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_FinancialBERT_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_FinancialBERT_en_3_0.md
index 2aae18f921f293..49658d668b7092 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_FinancialBERT_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_FinancialBERT_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from ahmedrachid)
author: John Snow Labs
name: bert_embeddings_FinancialBERT
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_German_MedBERT_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_German_MedBERT_de_3_0.md
index 7d6406121ce6e5..01b9655e35a034 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_German_MedBERT_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_German_MedBERT_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from smanjil)
author: John Snow Labs
name: bert_embeddings_German_MedBERT
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_KR_FinBert_ko_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_KR_FinBert_ko_3_0.md
index 04ed836efe95e0..7efd9b796780f6 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_KR_FinBert_ko_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_KR_FinBert_ko_3_0.md
@@ -4,7 +4,7 @@ title: Korean Bert Embeddings (from snunlp)
author: John Snow Labs
name: bert_embeddings_KR_FinBert
date: 2022-04-11
-tags: [ko, open_source]
+tags: [bert, embeddings, ko, open_source]
task: Embeddings
language: ko
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERT_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERT_ar_3_0.md
index 762ff43d454e0b..18eaf75c5f7aa5 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERT_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERT_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from UBC-NLP)
author: John Snow Labs
name: bert_embeddings_MARBERT
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERTv2_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERTv2_ar_3_0.md
index 31fe7a39fc76dd..68cfbf2bf06dfa 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERTv2_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_MARBERTv2_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from UBC-NLP)
author: John Snow Labs
name: bert_embeddings_MARBERTv2
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_SecBERT_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_SecBERT_en_3_0.md
index 7a6381c2707812..79bcbbc9115efc 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_SecBERT_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_SecBERT_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from jackaduma)
author: John Snow Labs
name: bert_embeddings_SecBERT
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_agriculture_bert_uncased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_agriculture_bert_uncased_en_3_0.md
index c03e29953b209e..9d3498a5ec2870 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_agriculture_bert_uncased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_agriculture_bert_uncased_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from recobo)
author: John Snow Labs
name: bert_embeddings_agriculture_bert_uncased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_alberti_bert_base_multilingual_cased_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_alberti_bert_base_multilingual_cased_es_3_0.md
index e1633504fdf2be..e07727b66a2848 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_alberti_bert_base_multilingual_cased_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_alberti_bert_base_multilingual_cased_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from flax-community)
author: John Snow Labs
name: bert_embeddings_alberti_bert_base_multilingual_cased
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_arabert_c19_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_arabert_c19_ar_3_0.md
index 151d04711dc48b..0d7c0aac79fded 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_arabert_c19_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_arabert_c19_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from moha)
author: John Snow Labs
name: bert_embeddings_arabert_c19
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_base_bn_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_base_bn_3_0.md
index 083c3af70f8192..445d2b0cb7f6d4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_base_bn_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_base_bn_3_0.md
@@ -4,7 +4,7 @@ title: Bangla Bert Embeddings (from sagorsarker)
author: John Snow Labs
name: bert_embeddings_bangla_bert_base
date: 2022-04-11
-tags: [bn, open_source]
+tags: [bert, embeddings, bn, open_source]
task: Embeddings
language: bn
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_bn_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_bn_3_0.md
index d288f3b24d34ce..437860a6eec53e 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_bn_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bangla_bert_bn_3_0.md
@@ -4,7 +4,7 @@ title: Bangla Bert Embeddings (from Kowsher)
author: John Snow Labs
name: bert_embeddings_bangla_bert
date: 2022-04-11
-tags: [bn, open_source]
+tags: [bert, embeddings, bn, open_source]
task: Embeddings
language: bn
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_de_3_0.md
index 55ad9e61ffa654..2dcfdbb4a3a238 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from amine)
author: John Snow Labs
name: bert_embeddings_bert_base_5lang_cased
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_en_3_0.md
index 2793a3045ebc6c..b64d4ecfa4a205 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from amine)
author: John Snow Labs
name: bert_embeddings_bert_base_5lang_cased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_es_3_0.md
index 0201e884f3b213..a6abf9d0507ba8 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from amine)
author: John Snow Labs
name: bert_embeddings_bert_base_5lang_cased
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_fr_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_fr_3_0.md
index 90db04298df111..63c520b62de77e 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_fr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_fr_3_0.md
@@ -4,7 +4,7 @@ title: French Bert Embeddings (from amine)
author: John Snow Labs
name: bert_embeddings_bert_base_5lang_cased
date: 2022-04-11
-tags: [fr, open_source]
+tags: [bert, embeddings, fr, open_source]
task: Embeddings
language: fr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_zh_3_0.md
index 6aa0593ce89162..fef5b057812e98 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_5lang_cased_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from amine)
author: John Snow Labs
name: bert_embeddings_bert_base_5lang_cased
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabert_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabert_ar_3_0.md
index 42980f9dd2b251..7259eb71aec9d8 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabert_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabert_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabert
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv01_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv01_ar_3_0.md
index 4ea0f47e112e79..2a57f16eb08718 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv01_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv01_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabertv01
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_ar_3_0.md
index 9e88ccd3334d62..79b74a6580394f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabertv02
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_twitter_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_twitter_ar_3_0.md
index ce680712907567..b055c02cc13c6f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_twitter_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv02_twitter_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabertv02_twitter
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv2_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv2_ar_3_0.md
index 43410ce53ec419..8a0d1a7fb33a28 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv2_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabertv2_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabertv2
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_ar_3_0.md
index c24afd8f619248..4b80589719d05c 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from asafaya)
author: John Snow Labs
name: bert_embeddings_bert_base_arabic
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_mix_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_mix_ar_3_0.md
index 17a37eaaf4f3c4..28db0ee70d00c9 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_mix_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_mix_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from CAMeL-Lab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabic_camelbert_mix
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_ar_3_0.md
index 626b93f8316514..df0f45402e70be 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from CAMeL-Lab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabic_camelbert_msa
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_eighth_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_eighth_ar_3_0.md
index 6a6d14a3e4ea76..1f2342e90dcde6 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_eighth_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_eighth_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from CAMeL-Lab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabic_camelbert_msa_eighth
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_half_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_half_ar_3_0.md
index bfeba66a786484..988dfca3d21187 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_half_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_half_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from CAMeL-Lab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabic_camelbert_msa_half
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_quarter_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_quarter_ar_3_0.md
index 5fd1e60d40cb65..243a695992eb83 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_quarter_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_quarter_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from CAMeL-Lab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabic_camelbert_msa_quarter
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_sixteenth_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_sixteenth_ar_3_0.md
index 9982d22138c5b1..6ed6f3d57dd305 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_sixteenth_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_arabic_camelbert_msa_sixteenth_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from CAMeL-Lab)
author: John Snow Labs
name: bert_embeddings_bert_base_arabic_camelbert_msa_sixteenth
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_cased_pt_lenerbr_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_cased_pt_lenerbr_pt_3_0.md
index fe4dcda1122334..a771edbcc801ac 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_cased_pt_lenerbr_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_cased_pt_lenerbr_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from pierreguillou)
author: John Snow Labs
name: bert_embeddings_bert_base_cased_pt_lenerbr
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_chinese_jinyong_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_chinese_jinyong_zh_3_0.md
index db0726fc3b77fd..e9a573852b2fda 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_chinese_jinyong_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_chinese_jinyong_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from yechen)
author: John Snow Labs
name: bert_embeddings_bert_base_chinese_jinyong
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_de_cased_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_de_cased_de_3_0.md
index 349ea069cd21de..587bbf48c5c091 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_de_cased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_de_cased_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_de_cased
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_en_cased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_en_cased_en_3_0.md
index 1bd3b573756243..2ebf7c98da60ab 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_en_cased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_en_cased_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_en_cased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_es_cased_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_es_cased_es_3_0.md
index 948629ec1c5f0a..3fc56c2871a13b 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_es_cased_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_es_cased_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_es_cased
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_fr_cased_fr_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_fr_cased_fr_3_0.md
index cd505befc8ec1d..91c2cc07315f5e 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_fr_cased_fr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_fr_cased_fr_3_0.md
@@ -4,7 +4,7 @@ title: French Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_fr_cased
date: 2022-04-11
-tags: [fr, open_source]
+tags: [bert, embeddings, fr, open_source]
task: Embeddings
language: fr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_cased_oldvocab_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_cased_oldvocab_de_3_0.md
index 9a2010a435b2f8..f7d63a0154bd8d 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_cased_oldvocab_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_cased_oldvocab_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from deepset)
author: John Snow Labs
name: bert_embeddings_bert_base_german_cased_oldvocab
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_cased_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_cased_de_3_0.md
index 6e510cebdf135f..07a2d9c9a5d691 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_cased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_cased_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings
author: John Snow Labs
name: bert_embeddings_bert_base_german_dbmdz_cased
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_uncased_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_uncased_de_3_0.md
index 9ea37db91805e3..66f80434b50ce0 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_uncased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_dbmdz_uncased_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings
author: John Snow Labs
name: bert_embeddings_bert_base_german_dbmdz_uncased
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_uncased_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_uncased_de_3_0.md
index 2d0d0fdaf1e94c..4a0fe1d29445e0 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_uncased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_german_uncased_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from dbmdz)
author: John Snow Labs
name: bert_embeddings_bert_base_german_uncased
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_gl_cased_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_gl_cased_pt_3_0.md
index 598c234a155f4b..4851346d9d63f5 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_gl_cased_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_gl_cased_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from marcosgg)
author: John Snow Labs
name: bert_embeddings_bert_base_gl_cased
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_hi_cased_hi_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_hi_cased_hi_3_0.md
index 8428bd35658467..01db6b3ef6a7d7 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_hi_cased_hi_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_hi_cased_hi_3_0.md
@@ -4,7 +4,7 @@ title: Hindi Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_hi_cased
date: 2022-04-11
-tags: [hi, open_source]
+tags: [bert, embeddings, hi, open_source]
task: Embeddings
language: hi
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_historical_german_rw_cased_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_historical_german_rw_cased_de_3_0.md
index 245ce5b7a205f3..2ef988da440901 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_historical_german_rw_cased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_historical_german_rw_cased_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from redewiedergabe)
author: John Snow Labs
name: bert_embeddings_bert_base_historical_german_rw_cased
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_it_cased_it_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_it_cased_it_3_0.md
index 22bb3d689bfa26..80cd029ca82ab3 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_it_cased_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_it_cased_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_it_cased
date: 2022-04-11
-tags: [it, open_source]
+tags: [bert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_cased_it_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_cased_it_3_0.md
index 14b664268b1a59..bdabd61297f668 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_cased_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_cased_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian Bert Embeddings (from dbmdz)
author: John Snow Labs
name: bert_embeddings_bert_base_italian_xxl_cased
date: 2022-04-11
-tags: [it, open_source]
+tags: [bert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_uncased_it_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_uncased_it_3_0.md
index 123acfc516406d..742bb4e00bafbe 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_uncased_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_italian_xxl_uncased_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian Bert Embeddings (from dbmdz)
author: John Snow Labs
name: bert_embeddings_bert_base_italian_xxl_uncased
date: 2022-04-11
-tags: [it, open_source]
+tags: [bert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ja_cased_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ja_cased_ja_3_0.md
index 7f684989ba607f..b4ff2e5d44dbe2 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ja_cased_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ja_cased_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_ja_cased
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_basic_char_v2_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_basic_char_v2_ja_3_0.md
index 23d5871b4c7975..a3b9d6919dfa27 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_basic_char_v2_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_basic_char_v2_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from hiroshi-matsuda-rit)
author: John Snow Labs
name: bert_embeddings_bert_base_japanese_basic_char_v2
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_extended_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_extended_ja_3_0.md
index 32b7d8dec8c580..28a32f1317399e 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_extended_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_extended_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from KoichiYasuoka)
author: John Snow Labs
name: bert_embeddings_bert_base_japanese_char_extended
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_ja_3_0.md
index c6a5dd60d1038d..7321f4ef9faaa4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from cl-tohoku)
author: John Snow Labs
name: bert_embeddings_bert_base_japanese_char
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_v2_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_v2_ja_3_0.md
index cad8e4f1268f99..3762859695f900 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_v2_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_v2_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from cl-tohoku)
author: John Snow Labs
name: bert_embeddings_bert_base_japanese_char_v2
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_whole_word_masking_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_whole_word_masking_ja_3_0.md
index c8d520dbc69998..5bf6736b7041af 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_whole_word_masking_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_char_whole_word_masking_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from cl-tohoku)
author: John Snow Labs
name: bert_embeddings_bert_base_japanese_char_whole_word_masking
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_v2_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_v2_ja_3_0.md
index 40b7cb74fadf83..18bda99eb3d3e5 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_v2_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_v2_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from cl-tohoku)
author: John Snow Labs
name: bert_embeddings_bert_base_japanese_v2
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_whole_word_masking_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_whole_word_masking_ja_3_0.md
index 71b710d3147cfd..1458b8a2c2dddf 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_whole_word_masking_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_japanese_whole_word_masking_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from cl-tohoku)
author: John Snow Labs
name: bert_embeddings_bert_base_japanese_whole_word_masking
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ko_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ko_3_0.md
index ada463ee95c263..e521965ce8348c 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ko_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ko_3_0.md
@@ -4,7 +4,7 @@ title: Korean Bert Embeddings (from klue)
author: John Snow Labs
name: bert_embeddings_bert_base
date: 2022-04-11
-tags: [ko, open_source]
+tags: [bert, embeddings, ko, open_source]
task: Embeddings
language: ko
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_peticoes_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_peticoes_pt_3_0.md
index 3e0a99a280c8ea..d2d281eb05ab68 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_peticoes_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_peticoes_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from Luciano)
author: John Snow Labs
name: bert_embeddings_bert_base_portuguese_cased_finetuned_peticoes
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_tcu_acordaos_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_tcu_acordaos_pt_3_0.md
index 26444355485784..8eab4b55808949 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_tcu_acordaos_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_finetuned_tcu_acordaos_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from Luciano)
author: John Snow Labs
name: bert_embeddings_bert_base_portuguese_cased_finetuned_tcu_acordaos
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_pt_3_0.md
index 3eb7e4dd292608..0086450f301f17 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_portuguese_cased_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from neuralmind)
author: John Snow Labs
name: bert_embeddings_bert_base_portuguese_cased
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_pt_cased_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_pt_cased_pt_3_0.md
index f5ef904c64886c..e31a58ed31e0ef 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_pt_cased_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_pt_cased_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_pt_cased
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_1790k_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_1790k_ar_3_0.md
index 0b8d1f2567dfa8..cac6fbff41453b 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_1790k_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_1790k_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from qarib)
author: John Snow Labs
name: bert_embeddings_bert_base_qarib60_1790k
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_860k_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_860k_ar_3_0.md
index 4927894fff41a2..c12c5b9236af5f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_860k_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib60_860k_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from qarib)
author: John Snow Labs
name: bert_embeddings_bert_base_qarib60_860k
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib_ar_3_0.md
index 987c76612ad409..f2b98512763931 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_qarib_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from qarib)
author: John Snow Labs
name: bert_embeddings_bert_base_qarib
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ru_cased_ru_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ru_cased_ru_3_0.md
index e4940c28480f6c..b48f9bbf2089a1 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ru_cased_ru_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ru_cased_ru_3_0.md
@@ -4,7 +4,7 @@ title: Russian Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_ru_cased
date: 2022-04-11
-tags: [ru, open_source]
+tags: [bert, embeddings, ru, open_source]
task: Embeddings
language: ru
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_tr_cased_tr_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_tr_cased_tr_3_0.md
index 5a97386d6e2d7a..7d30d91fecdb2f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_tr_cased_tr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_tr_cased_tr_3_0.md
@@ -4,7 +4,7 @@ title: Turkish Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_tr_cased
date: 2022-04-11
-tags: [tr, open_source]
+tags: [bert, embeddings, tr, open_source]
task: Embeddings
language: tr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_dstc9_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_dstc9_en_3_0.md
index 2d0e06401cbb57..46b79c42254a9f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_dstc9_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_dstc9_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from wilsontam)
author: John Snow Labs
name: bert_embeddings_bert_base_uncased_dstc9
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_mnli_sparse_70_unstructured_no_classifier_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_mnli_sparse_70_unstructured_no_classifier_en_3_0.md
index ccc95d5f7d1cf2..e00b1af94d3519 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_mnli_sparse_70_unstructured_no_classifier_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_mnli_sparse_70_unstructured_no_classifier_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from Intel)
author: John Snow Labs
name: bert_embeddings_bert_base_uncased_mnli_sparse_70_unstructured_no_classifier
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_sparse_70_unstructured_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_sparse_70_unstructured_en_3_0.md
index 013e1e71c513de..3cdb4c6b3745c0 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_sparse_70_unstructured_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_uncased_sparse_70_unstructured_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from Intel)
author: John Snow Labs
name: bert_embeddings_bert_base_uncased_sparse_70_unstructured
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ur_cased_ur_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ur_cased_ur_3_0.md
index 2d99cef241b4ec..6d77a750203139 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ur_cased_ur_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_ur_cased_ur_3_0.md
@@ -4,7 +4,7 @@ title: Urdu Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_ur_cased
date: 2022-04-11
-tags: [ur, open_source]
+tags: [bert, embeddings, ur, open_source]
task: Embeddings
language: ur
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_v1_sports_ko_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_v1_sports_ko_3_0.md
index d09de448155dd4..5efcae4665de13 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_v1_sports_ko_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_v1_sports_ko_3_0.md
@@ -4,7 +4,7 @@ title: Korean Bert Embeddings (from emeraldgoose)
author: John Snow Labs
name: bert_embeddings_bert_base_v1_sports
date: 2022-04-11
-tags: [ko, open_source]
+tags: [bert, embeddings, ko, open_source]
task: Embeddings
language: ko
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_vi_cased_vi_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_vi_cased_vi_3_0.md
index 2ab1688a368e53..b55c5436df6362 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_vi_cased_vi_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_vi_cased_vi_3_0.md
@@ -4,7 +4,7 @@ title: Vietnamese Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_vi_cased
date: 2022-04-11
-tags: [vi, open_source]
+tags: [bert, embeddings, vi, open_source]
task: Embeddings
language: vi
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_zh_cased_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_zh_cased_zh_3_0.md
index 3e01a39ceb3890..946bd972b37cb2 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_zh_cased_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_base_zh_cased_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from Geotrend)
author: John Snow Labs
name: bert_embeddings_bert_base_zh_cased
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_for_patents_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_for_patents_en_3_0.md
index 9e2361cd28fa96..5ae2bfc11f9dec 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_for_patents_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_for_patents_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from anferico)
author: John Snow Labs
name: bert_embeddings_bert_for_patents
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_kor_base_ko_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_kor_base_ko_3_0.md
index 4f2e1e82e1c6c2..22db2280e14ac4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_kor_base_ko_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_kor_base_ko_3_0.md
@@ -4,7 +4,7 @@ title: Korean Bert Embeddings (from kykim)
author: John Snow Labs
name: bert_embeddings_bert_kor_base
date: 2022-04-11
-tags: [ko, open_source]
+tags: [bert, embeddings, ko, open_source]
task: Embeddings
language: ko
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_ar_3_0.md
index 2c754abf4b93d2..2e2a5c62cd14b9 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_large_arabertv02
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_twitter_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_twitter_ar_3_0.md
index 2ed931ae04ae6a..5431284e90fcae 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_twitter_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv02_twitter_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_large_arabertv02_twitter
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv2_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv2_ar_3_0.md
index af099fea65334a..472a88009e99a7 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv2_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabertv2_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from aubmindlab)
author: John Snow Labs
name: bert_embeddings_bert_large_arabertv2
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabic_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabic_ar_3_0.md
index 24ebd6d5f859fc..e6bb60a20307e4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabic_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_arabic_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from asafaya)
author: John Snow Labs
name: bert_embeddings_bert_large_arabic
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_pt_lenerbr_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_pt_lenerbr_pt_3_0.md
index d869f0134614ff..a032ce1268b0d3 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_pt_lenerbr_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_pt_lenerbr_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from pierreguillou)
author: John Snow Labs
name: bert_embeddings_bert_large_cased_pt_lenerbr
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_whole_word_masking_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_whole_word_masking_en_3_0.md
index d419bd376ea65a..5783595b850007 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_whole_word_masking_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_cased_whole_word_masking_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings
author: John Snow Labs
name: bert_embeddings_bert_large_cased_whole_word_masking
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_chinese_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_chinese_zh_3_0.md
index 562ba0ada28d83..dd42d10a34132d 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_chinese_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_chinese_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from yechen)
author: John Snow Labs
name: bert_embeddings_bert_large_chinese
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_extended_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_extended_ja_3_0.md
index 1e31adbde9623d..8a46fe70d15209 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_extended_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_extended_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from KoichiYasuoka)
author: John Snow Labs
name: bert_embeddings_bert_large_japanese_char_extended
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_ja_3_0.md
index 910131c1a0c818..02d95244412677 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_char_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from cl-tohoku)
author: John Snow Labs
name: bert_embeddings_bert_large_japanese_char
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_ja_3_0.md
index 154ebf949a0c59..1c12f2e4a67494 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_japanese_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from cl-tohoku)
author: John Snow Labs
name: bert_embeddings_bert_large_japanese
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_portuguese_cased_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_portuguese_cased_pt_3_0.md
index ccf8bd3c649e02..81b08cf0b2cd6c 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_portuguese_cased_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_portuguese_cased_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from neuralmind)
author: John Snow Labs
name: bert_embeddings_bert_large_portuguese_cased
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_uncased_whole_word_masking_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_uncased_whole_word_masking_en_3_0.md
index f863f9e5396072..c8729e418a5f1b 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_uncased_whole_word_masking_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_large_uncased_whole_word_masking_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings
author: John Snow Labs
name: bert_embeddings_bert_large_uncased_whole_word_masking
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_medium_arabic_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_medium_arabic_ar_3_0.md
index 3eeeee77dbec55..bb3c8cf8f9388a 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_medium_arabic_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_medium_arabic_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from asafaya)
author: John Snow Labs
name: bert_embeddings_bert_medium_arabic
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_mini_arabic_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_mini_arabic_ar_3_0.md
index eff58a7d74fc6b..1ecdd6a494672d 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_mini_arabic_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_mini_arabic_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from asafaya)
author: John Snow Labs
name: bert_embeddings_bert_mini_arabic
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_political_election2020_twitter_mlm_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_political_election2020_twitter_mlm_en_3_0.md
index f4f78f7f1b615b..45a646dfdc4c28 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_political_election2020_twitter_mlm_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_political_election2020_twitter_mlm_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from kornosk)
author: John Snow Labs
name: bert_embeddings_bert_political_election2020_twitter_mlm
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_gl_cased_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_gl_cased_pt_3_0.md
index 6b712d82d955a6..accadc024b7b85 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_gl_cased_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_gl_cased_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese Bert Embeddings (from marcosgg)
author: John Snow Labs
name: bert_embeddings_bert_small_gl_cased
date: 2022-04-11
-tags: [pt, open_source]
+tags: [bert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_fin_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_fin_ja_3_0.md
index b8a850902f0494..53f519ae905061 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_fin_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_fin_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from izumi-lab)
author: John Snow Labs
name: bert_embeddings_bert_small_japanese_fin
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_ja_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_ja_3_0.md
index fa1f956dadbb0f..1b4f58c022fb80 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_bert_small_japanese_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese Bert Embeddings (from izumi-lab)
author: John Snow Labs
name: bert_embeddings_bert_small_japanese
date: 2022-04-11
-tags: [ja, open_source]
+tags: [bert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_beto_gn_base_cased_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_beto_gn_base_cased_es_3_0.md
index 8d9677a3af129b..d705c4ee581dcc 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_beto_gn_base_cased_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_beto_gn_base_cased_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from mmaguero)
author: John Snow Labs
name: bert_embeddings_beto_gn_base_cased
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chefberto_italian_cased_it_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chefberto_italian_cased_it_3_0.md
index 417643ecc6438e..2f4ce4917b7400 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chefberto_italian_cased_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chefberto_italian_cased_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian Bert Embeddings (from vinhood)
author: John Snow Labs
name: bert_embeddings_chefberto_italian_cased
date: 2022-04-11
-tags: [it, open_source]
+tags: [bert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chemical_bert_uncased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chemical_bert_uncased_en_3_0.md
index d474115500fdee..eb3f81e694614f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chemical_bert_uncased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chemical_bert_uncased_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from recobo)
author: John Snow Labs
name: bert_embeddings_chemical_bert_uncased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_childes_bert_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_childes_bert_en_3_0.md
index 2719bf19f62f2c..548dc68fb00695 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_childes_bert_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_childes_bert_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from smeylan)
author: John Snow Labs
name: bert_embeddings_childes_bert
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_bert_wwm_ext_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_bert_wwm_ext_zh_3_0.md
index 546cbd30a0dcb4..a45793f1e1a8b2 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_bert_wwm_ext_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_bert_wwm_ext_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_chinese_bert_wwm_ext
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_base_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_base_zh_3_0.md
index d81e3f91974f98..1b10e0bd7bbd8f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_base_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_base_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_chinese_macbert_base
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_large_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_large_zh_3_0.md
index abf2c7ce234331..f463ee54f35fae 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_large_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_macbert_large_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_chinese_macbert_large
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_large_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_large_zh_3_0.md
index deec3a60b92b8c..cdcc6732067366 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_large_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_large_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_chinese_roberta_wwm_ext_large
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_zh_3_0.md
index a78a98b8529d08..5937016999f661 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_ext_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_chinese_roberta_wwm_ext
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_large_ext_fix_mlm_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_large_ext_fix_mlm_zh_3_0.md
index d0fc38581f96c0..e95bd5af2ec82c 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_large_ext_fix_mlm_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_chinese_roberta_wwm_large_ext_fix_mlm_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from genggui001)
author: John Snow Labs
name: bert_embeddings_chinese_roberta_wwm_large_ext_fix_mlm
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_128_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_128_en_3_0.md
index 7724e89dd2304c..a83e3f78b92a4e 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_128_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_128_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from Tsubasaz)
author: John Snow Labs
name: bert_embeddings_clinical_pubmed_bert_base_128
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_512_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_512_en_3_0.md
index aa916eddef1684..c41fba2f05f443 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_512_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_clinical_pubmed_bert_base_512_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from Tsubasaz)
author: John Snow Labs
name: bert_embeddings_clinical_pubmed_bert_base_512
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_crosloengual_bert_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_crosloengual_bert_en_3_0.md
index 4e8b554dff2990..30dff6e915df6b 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_crosloengual_bert_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_crosloengual_bert_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from EMBEDDIA)
author: John Snow Labs
name: bert_embeddings_crosloengual_bert
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_danbert_small_cased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_danbert_small_cased_en_3_0.md
index 45bb43180aa7e5..0d176bbcd0aad1 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_danbert_small_cased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_danbert_small_cased_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from alexanderfalk)
author: John Snow Labs
name: bert_embeddings_danbert_small_cased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dbert_ko_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dbert_ko_3_0.md
index 9c9d2547502d23..916f572260ecf4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dbert_ko_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dbert_ko_3_0.md
@@ -4,7 +4,7 @@ title: Korean Bert Embeddings (from deeq)
author: John Snow Labs
name: bert_embeddings_dbert
date: 2022-04-11
-tags: [ko, open_source]
+tags: [bert, embeddings, ko, open_source]
task: Embeddings
language: ko
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_deberta_base_uncased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_deberta_base_uncased_en_3_0.md
index ef799df9af2cd6..b59ca7ae3c9abe 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_deberta_base_uncased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_deberta_base_uncased_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from mlcorelib)
author: John Snow Labs
name: bert_embeddings_deberta_base_uncased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_allqa_base_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_allqa_base_es_3_0.md
index 36c1431aeb3155..42f9912a4dadcd 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_allqa_base_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_allqa_base_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from IIC)
author: John Snow Labs
name: bert_embeddings_dpr_spanish_passage_encoder_allqa_base
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_squades_base_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_squades_base_es_3_0.md
index d89a3241a6cd23..1c19779608f5a0 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_squades_base_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_passage_encoder_squades_base_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from IIC)
author: John Snow Labs
name: bert_embeddings_dpr_spanish_passage_encoder_squades_base
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_allqa_base_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_allqa_base_es_3_0.md
index 140f9d5c82191c..23ad3891ac5642 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_allqa_base_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_allqa_base_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from IIC)
author: John Snow Labs
name: bert_embeddings_dpr_spanish_question_encoder_allqa_base
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_squades_base_es_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_squades_base_es_3_0.md
index b7d3f4a0fcb033..dc4b0ddd995025 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_squades_base_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dpr_spanish_question_encoder_squades_base_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish Bert Embeddings (from IIC)
author: John Snow Labs
name: bert_embeddings_dpr_spanish_question_encoder_squades_base
date: 2022-04-11
-tags: [es, open_source]
+tags: [bert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dziribert_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dziribert_ar_3_0.md
index 9e719cf6a59a8e..dda334fa0b0171 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dziribert_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_dziribert_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from alger-ia)
author: John Snow Labs
name: bert_embeddings_dziribert
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_env_bert_chinese_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_env_bert_chinese_zh_3_0.md
index 9278f9f9a948d5..8a7208957c589c 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_env_bert_chinese_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_env_bert_chinese_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from celtics1863)
author: John Snow Labs
name: bert_embeddings_env_bert_chinese
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_false_positives_scancode_bert_base_uncased_L8_1_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_false_positives_scancode_bert_base_uncased_L8_1_en_3_0.md
index 6659f97b0ae3ee..c9edbab31ac8b4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_false_positives_scancode_bert_base_uncased_L8_1_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_false_positives_scancode_bert_base_uncased_L8_1_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from ayansinha)
author: John Snow Labs
name: bert_embeddings_false_positives_scancode_bert_base_uncased_L8_1
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finbert_pretrain_yiyanghkust_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finbert_pretrain_yiyanghkust_en_3_0.md
index 898baef95d4457..5ab694935b9d20 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finbert_pretrain_yiyanghkust_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finbert_pretrain_yiyanghkust_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from philschmid)
author: John Snow Labs
name: bert_embeddings_finbert_pretrain_yiyanghkust
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finest_bert_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finest_bert_en_3_0.md
index c336fddd1efdec..222f5916b8e6de 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finest_bert_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_finest_bert_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from EMBEDDIA)
author: John Snow Labs
name: bert_embeddings_finest_bert
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_base_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_base_de_3_0.md
index 81612a1bf5aadc..a42730e41395a0 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_base_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_base_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from deepset)
author: John Snow Labs
name: bert_embeddings_gbert_base
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_large_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_large_de_3_0.md
index 0915b88f68ec29..8ea4c7ba4b45cb 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_large_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_gbert_large_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from deepset)
author: John Snow Labs
name: bert_embeddings_gbert_large
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_german_financial_statements_bert_de_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_german_financial_statements_bert_de_3_0.md
index 4359767ef63a22..4aa0e11f58237d 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_german_financial_statements_bert_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_german_financial_statements_bert_de_3_0.md
@@ -4,7 +4,7 @@ title: German Bert Embeddings (from fabianrausch)
author: John Snow Labs
name: bert_embeddings_german_financial_statements_bert
date: 2022-04-11
-tags: [de, open_source]
+tags: [bert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hateBERT_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hateBERT_en_3_0.md
index f3a46ae5ffd6f5..210cf801f7738d 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hateBERT_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hateBERT_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from GroNLP)
author: John Snow Labs
name: bert_embeddings_hateBERT
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hseBert_it_cased_it_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hseBert_it_cased_it_3_0.md
index 9693473a13349a..1f897badb56952 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hseBert_it_cased_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_hseBert_it_cased_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian Bert Embeddings (from bullmount)
author: John Snow Labs
name: bert_embeddings_hseBert_it_cased
date: 2022-04-11
-tags: [it, open_source]
+tags: [bert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_bn_bert_bn_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_bn_bert_bn_3_0.md
index 7fb9b99468c4d5..63b7b1495d17fd 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_bn_bert_bn_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_bn_bert_bn_3_0.md
@@ -4,7 +4,7 @@ title: Bangla Bert Embeddings (from neuralspace-reverie)
author: John Snow Labs
name: bert_embeddings_indic_transformers_bn_bert
date: 2022-04-11
-tags: [bn, open_source]
+tags: [bert, embeddings, bn, open_source]
task: Embeddings
language: bn
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_hi_bert_hi_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_hi_bert_hi_3_0.md
index 33e4d584c4c1de..b34f0ddff65d2b 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_hi_bert_hi_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_hi_bert_hi_3_0.md
@@ -4,7 +4,7 @@ title: Hindi Bert Embeddings (from neuralspace-reverie)
author: John Snow Labs
name: bert_embeddings_indic_transformers_hi_bert
date: 2022-04-11
-tags: [hi, open_source]
+tags: [bert, embeddings, hi, open_source]
task: Embeddings
language: hi
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_te_bert_te_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_te_bert_te_3_0.md
index 20c3bbfeadcdb8..2c1537c0c6861f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_te_bert_te_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_indic_transformers_te_bert_te_3_0.md
@@ -4,7 +4,7 @@ title: Telugu Bert Embeddings (from neuralspace-reverie)
author: John Snow Labs
name: bert_embeddings_indic_transformers_te_bert
date: 2022-04-11
-tags: [te, open_source]
+tags: [bert, embeddings, te, open_source]
task: Embeddings
language: te
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_imdb_jv_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_imdb_jv_3_0.md
index e7e7dbb066c3f3..342579dd1e775f 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_imdb_jv_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_imdb_jv_3_0.md
@@ -4,7 +4,7 @@ title: Javanese Bert Embeddings (from w11wo)
author: John Snow Labs
name: bert_embeddings_javanese_bert_small_imdb
date: 2022-04-11
-tags: [jv, open_source]
+tags: [bert, embeddings, jv, open_source]
task: Embeddings
language: jv
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_jv_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_jv_3_0.md
index 6a4b8bbcc794e4..fd3c57358f9005 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_jv_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_javanese_bert_small_jv_3_0.md
@@ -4,7 +4,7 @@ title: Javanese Bert Embeddings (from w11wo)
author: John Snow Labs
name: bert_embeddings_javanese_bert_small
date: 2022-04-11
-tags: [jv, open_source]
+tags: [bert, embeddings, jv, open_source]
task: Embeddings
language: jv
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_large_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_large_zh_3_0.md
index 49661bb2428d74..dd8dfe7d90e1e4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_large_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_large_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from wangfan)
author: John Snow Labs
name: bert_embeddings_jdt_fin_roberta_wwm_large
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_zh_3_0.md
index 0ffd0947bdfc5d..da6344f9bbee28 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_jdt_fin_roberta_wwm_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from wangfan)
author: John Snow Labs
name: bert_embeddings_jdt_fin_roberta_wwm
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_base_uncased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_base_uncased_en_3_0.md
index 30be774581a373..b350c84ad6a1b5 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_base_uncased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_base_uncased_en_3_0.md
@@ -1,10 +1,10 @@
---
layout: model
-title: English Bert Embeddings (from nlpaueb)
+title: Legal English Bert Embeddings (from nlpaueb)
author: John Snow Labs
name: bert_embeddings_legal_bert_base_uncased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source, legal]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
@@ -17,7 +17,7 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Bert Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `legal-bert-base-uncased` is a English model orginally trained by `nlpaueb`.
+Legal Pretrained Bert Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `legal-bert-base-uncased` is a English model orginally trained by `nlpaueb`.
{:.btn-box}
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_small_uncased_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_small_uncased_en_3_0.md
index 534dd2195d0742..b4aab0dd099189 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_small_uncased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_legal_bert_small_uncased_en_3_0.md
@@ -1,10 +1,10 @@
---
layout: model
-title: English Bert Embeddings (from nlpaueb)
+title: Legal English Bert Embeddings (from nlpaueb)
author: John Snow Labs
name: bert_embeddings_legal_bert_small_uncased
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source, legal]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
@@ -17,7 +17,7 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Bert Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `legal-bert-small-uncased` is a English model orginally trained by `nlpaueb`.
+Legal Pretrained Bert Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `legal-bert-small-uncased` is a English model orginally trained by `nlpaueb`.
{:.btn-box}
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_lic_class_scancode_bert_base_cased_L32_1_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_lic_class_scancode_bert_base_cased_L32_1_en_3_0.md
index fc956c65a7b144..7c0a232e78fa64 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_lic_class_scancode_bert_base_cased_L32_1_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_lic_class_scancode_bert_base_cased_L32_1_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from ayansinha)
author: John Snow Labs
name: bert_embeddings_lic_class_scancode_bert_base_cased_L32_1
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_macbert4csc_base_chinese_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_macbert4csc_base_chinese_zh_3_0.md
index 208ee886626c97..422bbdfba60fe0 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_macbert4csc_base_chinese_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_macbert4csc_base_chinese_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from shibing624)
author: John Snow Labs
name: bert_embeddings_macbert4csc_base_chinese
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_marathi_bert_mr_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_marathi_bert_mr_3_0.md
index 5056ceb2276d07..d02359dfbc286a 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_marathi_bert_mr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_marathi_bert_mr_3_0.md
@@ -4,7 +4,7 @@ title: Marathi Bert Embeddings (from l3cube-pune)
author: John Snow Labs
name: bert_embeddings_marathi_bert
date: 2022-04-11
-tags: [mr, open_source]
+tags: [bert, embeddings, mr, open_source]
task: Embeddings
language: mr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mbert_ar_c19_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mbert_ar_c19_ar_3_0.md
index f80d16abfb6182..4094b1679acb4b 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mbert_ar_c19_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mbert_ar_c19_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from moha)
author: John Snow Labs
name: bert_embeddings_mbert_ar_c19
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_bert_base_fin_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_bert_base_fin_zh_3_0.md
index 70e15c0af42996..454e6fd7152562 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_bert_base_fin_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_bert_base_fin_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from Langboat)
author: John Snow Labs
name: bert_embeddings_mengzi_bert_base_fin
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_caption_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_caption_zh_3_0.md
index 35d7ecacf35fc2..6bc885f6a02d62 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_caption_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_caption_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from Langboat)
author: John Snow Labs
name: bert_embeddings_mengzi_oscar_base_caption
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_retrieval_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_retrieval_zh_3_0.md
index 9ddd151e71e5c5..85666f3c7e01df 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_retrieval_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_retrieval_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from Langboat)
author: John Snow Labs
name: bert_embeddings_mengzi_oscar_base_retrieval
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_zh_3_0.md
index 3f3875225fdd3b..ae6f7b0764026a 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_mengzi_oscar_base_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from Langboat)
author: John Snow Labs
name: bert_embeddings_mengzi_oscar_base
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_multi_dialect_bert_base_arabic_ar_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_multi_dialect_bert_base_arabic_ar_3_0.md
index 95f899edf25bd8..10b4e2f614545b 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_multi_dialect_bert_base_arabic_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_multi_dialect_bert_base_arabic_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic Bert Embeddings (from bashar-talafha)
author: John Snow Labs
name: bert_embeddings_multi_dialect_bert_base_arabic
date: 2022-04-11
-tags: [ar, open_source]
+tags: [bert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_bn_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_bn_3_0.md
index c427ef44356125..0036c67fe8c5c0 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_bn_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_bn_3_0.md
@@ -4,7 +4,7 @@ title: Bangla Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [bn, open_source]
+tags: [bert, embeddings, bn, open_source]
task: Embeddings
language: bn
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_en_3_0.md
index 819e6779280424..d37f5b2f022b93 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_hi_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_hi_3_0.md
index fb289b59fec602..6a73616e7e69e6 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_hi_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_hi_3_0.md
@@ -4,7 +4,7 @@ title: Hindi Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [hi, open_source]
+tags: [bert, embeddings, hi, open_source]
task: Embeddings
language: hi
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_mr_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_mr_3_0.md
index 20d670608b4cde..ded0809e9940d3 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_mr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_mr_3_0.md
@@ -4,7 +4,7 @@ title: Marathi Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [mr, open_source]
+tags: [bert, embeddings, mr, open_source]
task: Embeddings
language: mr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_pa_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_pa_3_0.md
index 77f346796b19b3..c7435624b8e740 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_pa_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_pa_3_0.md
@@ -4,7 +4,7 @@ title: Punjabi Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [pa, open_source]
+tags: [bert, embeddings, pa, open_source]
task: Embeddings
language: pa
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ta_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ta_3_0.md
index 41eecff1e12a45..29a7812fceb056 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ta_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ta_3_0.md
@@ -4,7 +4,7 @@ title: Tamil Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [ta, open_source]
+tags: [bert, embeddings, ta, open_source]
task: Embeddings
language: ta
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_te_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_te_3_0.md
index 0cc7acfaa124bd..f2e06846a79fb9 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_te_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_te_3_0.md
@@ -4,7 +4,7 @@ title: Telugu Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [te, open_source]
+tags: [bert, embeddings, te, open_source]
task: Embeddings
language: te
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ur_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ur_3_0.md
index 5e2d212e0a4bde..bf15eae9ab0056 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ur_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_muril_adapted_local_ur_3_0.md
@@ -4,7 +4,7 @@ title: Urdu Bert Embeddings (from monsoon-nlp)
author: John Snow Labs
name: bert_embeddings_muril_adapted_local
date: 2022-04-11
-tags: [ur, open_source]
+tags: [bert, embeddings, ur, open_source]
task: Embeddings
language: ur
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_netbert_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_netbert_en_3_0.md
index bc086ea4af1720..f292ca9fd81680 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_netbert_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_netbert_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from antoiloui)
author: John Snow Labs
name: bert_embeddings_netbert
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_psych_search_en_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_psych_search_en_3_0.md
index d37dc47ae30006..8717983351da0e 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_psych_search_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_psych_search_en_3_0.md
@@ -4,7 +4,7 @@ title: English Bert Embeddings (from nlp4good)
author: John Snow Labs
name: bert_embeddings_psych_search
date: 2022-04-11
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt3_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt3_zh_3_0.md
index 5783a66ae4cb72..fcb56d68cf2065 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt3_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt3_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_rbt3
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt4_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt4_zh_3_0.md
index 196835db5cb8f8..8d34aa65fc84bc 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt4_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt4_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_rbt4
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt6_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt6_zh_3_0.md
index f23d9e5cb3d482..157cc5c6f672e9 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt6_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbt6_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_rbt6
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbtl3_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbtl3_zh_3_0.md
index e267cd6121f19d..75795bc287a366 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbtl3_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_rbtl3_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from hfl)
author: John Snow Labs
name: bert_embeddings_rbtl3
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikubert_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikubert_zh_3_0.md
index 3a39a8b0128ff0..501ba3856f52e1 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikubert_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikubert_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from SIKU-BERT)
author: John Snow Labs
name: bert_embeddings_sikubert
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikuroberta_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikuroberta_zh_3_0.md
index 1383a87d52b8c4..576fe541f942a5 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikuroberta_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_sikuroberta_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from SIKU-BERT)
author: John Snow Labs
name: bert_embeddings_sikuroberta
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_telugu_bertu_te_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_telugu_bertu_te_3_0.md
index 08735c203c6779..60cf8a846a8689 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_telugu_bertu_te_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_telugu_bertu_te_3_0.md
@@ -4,7 +4,7 @@ title: Telugu Bert Embeddings (from kuppuluri)
author: John Snow Labs
name: bert_embeddings_telugu_bertu
date: 2022-04-11
-tags: [te, open_source]
+tags: [bert, embeddings, te, open_source]
task: Embeddings
language: te
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_uer_large_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_uer_large_zh_3_0.md
index 1a1bec1b898408..12417fe4ec1788 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_uer_large_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_uer_large_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from junnyu)
author: John Snow Labs
name: bert_embeddings_uer_large
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wineberto_italian_cased_it_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wineberto_italian_cased_it_3_0.md
index 18845844aaab46..7cb049c555c434 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wineberto_italian_cased_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wineberto_italian_cased_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian Bert Embeddings (from vinhood)
author: John Snow Labs
name: bert_embeddings_wineberto_italian_cased
date: 2022-04-11
-tags: [it, open_source]
+tags: [bert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_base_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_base_zh_3_0.md
index 96bcd2b7ada30a..01492d0f7fd5bc 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_base_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_base_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from junnyu)
author: John Snow Labs
name: bert_embeddings_wobert_chinese_base
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_base_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_base_zh_3_0.md
index db05d39a20c7a9..d9f2ebe0f389d4 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_base_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_base_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from junnyu)
author: John Snow Labs
name: bert_embeddings_wobert_chinese_plus_base
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_zh_3_0.md b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_zh_3_0.md
index e16d73726bb36f..00bbf66f02a009 100644
--- a/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-bert_embeddings_wobert_chinese_plus_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese Bert Embeddings (from qinluo)
author: John Snow Labs
name: bert_embeddings_wobert_chinese_plus
date: 2022-04-11
-tags: [zh, open_source]
+tags: [bert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_all_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_all_pt_3_0.md
index ac25446b3df84e..552575ffdf57a5 100644
--- a/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_all_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_all_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese BioBERT Embeddings (from pucpr)
author: John Snow Labs
name: biobert_embeddings_all
date: 2022-04-11
-tags: [pt, open_source]
+tags: [biobert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_biomedical_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_biomedical_pt_3_0.md
index 9eb38ee39abf73..b093c336f46d1a 100644
--- a/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_biomedical_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_biomedical_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese BioBERT Embeddings (from pucpr)
author: John Snow Labs
name: biobert_embeddings_biomedical
date: 2022-04-11
-tags: [pt, open_source]
+tags: [biobert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_clinical_pt_3_0.md b/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_clinical_pt_3_0.md
index a32ada2c281656..1b2fa1c80ac8c5 100644
--- a/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_clinical_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-11-biobert_embeddings_clinical_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese BioBERT Embeddings (from pucpr)
author: John Snow Labs
name: biobert_embeddings_clinical
date: 2022-04-11
-tags: [pt, open_source]
+tags: [biobert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_base_en_3_0.md b/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_base_en_3_0.md
index bbe1ad953dbe4f..a075805e77c87c 100644
--- a/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_base_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_base_en_3_0.md
@@ -1,10 +1,10 @@
---
layout: model
-title: English BERT Embeddings (from nlpaueb)
+title: Financial English BERT Embeddings (from nlpaueb)
author: John Snow Labs
name: bert_embeddings_sec_bert_base
date: 2022-04-12
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source, financial]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
@@ -17,7 +17,7 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained BERT Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `sec-bert-base` is a English model orginally trained by `nlpaueb`.
+Financial Pretrained BERT Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `sec-bert-base` is a English model orginally trained by `nlpaueb`.
{:.btn-box}
@@ -89,4 +89,4 @@ val result = pipeline.fit(data).transform(data)
- https://huggingface.co/nlpaueb/sec-bert-base
- https://arxiv.org/abs/2203.06482
-- http://nlp.cs.aueb.gr/
\ No newline at end of file
+- http://nlp.cs.aueb.gr/
diff --git a/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_num_en_3_0.md b/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_num_en_3_0.md
index 03edbfafa1eb45..204d70cccbc433 100644
--- a/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_num_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_num_en_3_0.md
@@ -1,10 +1,10 @@
---
layout: model
-title: English BERT Embeddings (from nlpaueb)
+title: Financial English BERT Embeddings (from nlpaueb)
author: John Snow Labs
name: bert_embeddings_sec_bert_num
date: 2022-04-12
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source, financial]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
@@ -17,7 +17,7 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained BERT Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `sec-bert-num` is a English model orginally trained by `nlpaueb`.
+Financial Pretrained BERT Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `sec-bert-num` is a English model orginally trained by `nlpaueb`.
{:.btn-box}
@@ -89,4 +89,4 @@ val result = pipeline.fit(data).transform(data)
- https://huggingface.co/nlpaueb/sec-bert-num
- https://arxiv.org/abs/2203.06482
-- http://nlp.cs.aueb.gr/
\ No newline at end of file
+- http://nlp.cs.aueb.gr/
diff --git a/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_sh_en_3_0.md b/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_sh_en_3_0.md
index c19dc22f29afff..5f6b75960c51f1 100644
--- a/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_sh_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-bert_embeddings_sec_bert_sh_en_3_0.md
@@ -1,10 +1,10 @@
---
layout: model
-title: English BERT Embeddings (from nlpaueb)
+title: Financial English BERT Embeddings (from nlpaueb)
author: John Snow Labs
name: bert_embeddings_sec_bert_sh
date: 2022-04-12
-tags: [en, open_source]
+tags: [bert, embeddings, en, open_source, financial]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
@@ -17,7 +17,7 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained BERT Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `sec-bert-shape` is a English model orginally trained by `nlpaueb`.
+Pretrained Financial BERT Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `sec-bert-shape` is a English model orginally trained by `nlpaueb`.
{:.btn-box}
@@ -90,4 +90,4 @@ val result = pipeline.fit(data).transform(data)
- https://huggingface.co/nlpaueb/sec-bert-shape
- https://arxiv.org/abs/2203.06482
-- http://nlp.cs.aueb.gr/
\ No newline at end of file
+- http://nlp.cs.aueb.gr/
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_BERTino_it_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_BERTino_it_3_0.md
index cd13d48cc7ea0b..5f2fe7e86164c5 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_BERTino_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_BERTino_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian DistilBERT Embeddings (from indigo-ai)
author: John Snow Labs
name: distilbert_embeddings_BERTino
date: 2022-04-12
-tags: [it, open_source]
+tags: [distilbert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ar_cased_ar_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ar_cased_ar_3_0.md
index 4df53f91c6bd64..9dfd3b631145c3 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ar_cased_ar_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ar_cased_ar_3_0.md
@@ -4,7 +4,7 @@ title: Arabic DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_ar_cased
date: 2022-04-12
-tags: [ar, open_source]
+tags: [distilbert, embeddings, ar, open_source]
task: Embeddings
language: ar
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_de_cased_de_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_de_cased_de_3_0.md
index 93691ff8c55105..a14ca5f68dbdbf 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_de_cased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_de_cased_de_3_0.md
@@ -4,7 +4,7 @@ title: German DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_de_cased
date: 2022-04-12
-tags: [de, open_source]
+tags: [distilbert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_en_cased_en_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_en_cased_en_3_0.md
index e2b0456d832439..1b06b489cf6da4 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_en_cased_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_en_cased_en_3_0.md
@@ -4,7 +4,7 @@ title: English DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_en_cased
date: 2022-04-12
-tags: [en, open_source]
+tags: [distilbert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_cased_es_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_cased_es_3_0.md
index 0c36baa38d3e6c..b8e895bd35dca3 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_cased_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_cased_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_es_cased
date: 2022-04-12
-tags: [es, open_source]
+tags: [distilbert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_multilingual_cased_es_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_multilingual_cased_es_3_0.md
index 13c303e5f0edb9..0e518ba86a84b8 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_multilingual_cased_es_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_es_multilingual_cased_es_3_0.md
@@ -4,7 +4,7 @@ title: Spanish DistilBERT Embeddings (from Recognai)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_es_multilingual_cased
date: 2022-04-12
-tags: [es, open_source]
+tags: [distilbert, embeddings, es, open_source]
task: Embeddings
language: es
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_fr_cased_fr_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_fr_cased_fr_3_0.md
index 5504d6261c189b..ddcf450e72d807 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_fr_cased_fr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_fr_cased_fr_3_0.md
@@ -4,7 +4,7 @@ title: French DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_fr_cased
date: 2022-04-12
-tags: [fr, open_source]
+tags: [distilbert, embeddings, fr, open_source]
task: Embeddings
language: fr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_german_cased_de_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_german_cased_de_3_0.md
index 60681496fa7f7c..6a9f657eda08a2 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_german_cased_de_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_german_cased_de_3_0.md
@@ -4,7 +4,7 @@ title: German DistilBERT Embeddings
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_german_cased
date: 2022-04-12
-tags: [de, open_source]
+tags: [distilbert, embeddings, de, open_source]
task: Embeddings
language: de
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_hi_cased_hi_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_hi_cased_hi_3_0.md
index 234846979d7993..a923e968c0aac0 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_hi_cased_hi_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_hi_cased_hi_3_0.md
@@ -4,7 +4,7 @@ title: Hindi DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_hi_cased
date: 2022-04-12
-tags: [hi, open_source]
+tags: [distilbert, embeddings, hi, open_source]
task: Embeddings
language: hi
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_indonesian_id_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_indonesian_id_3_0.md
index 6f6dd17eb0bc77..8b41199e08c15e 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_indonesian_id_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_indonesian_id_3_0.md
@@ -4,7 +4,7 @@ title: Indonesian DistilBERT Embeddings (from cahya)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_indonesian
date: 2022-04-12
-tags: [id, open_source]
+tags: [distilbert, embeddings, id, open_source]
task: Embeddings
language: id
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_it_cased_it_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_it_cased_it_3_0.md
index 3e9fe3b7964b43..3b1587dfea8e93 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_it_cased_it_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_it_cased_it_3_0.md
@@ -4,7 +4,7 @@ title: Italian DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_it_cased
date: 2022-04-12
-tags: [it, open_source]
+tags: [distilbert, embeddings, it, open_source]
task: Embeddings
language: it
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ja_cased_ja_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ja_cased_ja_3_0.md
index 09142f95eab233..b79400d6c95c39 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ja_cased_ja_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ja_cased_ja_3_0.md
@@ -4,7 +4,7 @@ title: Japanese DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_ja_cased
date: 2022-04-12
-tags: [ja, open_source]
+tags: [distilbert, embeddings, ja, open_source]
task: Embeddings
language: ja
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_nl_cased_nl_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_nl_cased_nl_3_0.md
index 632082d23f37ec..4d44e95b2714b7 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_nl_cased_nl_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_nl_cased_nl_3_0.md
@@ -4,7 +4,7 @@ title: Dutch DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_nl_cased
date: 2022-04-12
-tags: [nl, open_source]
+tags: [distilbert, embeddings, nl, open_source]
task: Embeddings
language: nl
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pl_cased_pl_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pl_cased_pl_3_0.md
index 070786caa7bd26..0a1454abe8ec77 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pl_cased_pl_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pl_cased_pl_3_0.md
@@ -4,7 +4,7 @@ title: Polish DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_pl_cased
date: 2022-04-12
-tags: [pl, open_source]
+tags: [distilbert, embeddings, pl, open_source]
task: Embeddings
language: pl
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pt_cased_pt_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pt_cased_pt_3_0.md
index 8a6f5d2438467e..6d67508fd36a0f 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pt_cased_pt_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_pt_cased_pt_3_0.md
@@ -4,7 +4,7 @@ title: Portuguese DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_pt_cased
date: 2022-04-12
-tags: [pt, open_source]
+tags: [distilbert, embeddings, pt, open_source]
task: Embeddings
language: pt
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ro_cased_ro_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ro_cased_ro_3_0.md
index 4b5cfc29ce1ff2..d964ebb05d58ec 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ro_cased_ro_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ro_cased_ro_3_0.md
@@ -4,7 +4,7 @@ title: Romanian DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_ro_cased
date: 2022-04-12
-tags: [ro, open_source]
+tags: [distilbert, embeddings, ro, open_source]
task: Embeddings
language: ro
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ru_cased_ru_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ru_cased_ru_3_0.md
index 9e64e3b86040ba..90c393f41b4253 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ru_cased_ru_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ru_cased_ru_3_0.md
@@ -4,7 +4,7 @@ title: Russian DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_ru_cased
date: 2022-04-12
-tags: [ru, open_source]
+tags: [distilbert, embeddings, ru, open_source]
task: Embeddings
language: ru
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_th_cased_th_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_th_cased_th_3_0.md
index fddebf1c76b934..f4cbc0e92e85be 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_th_cased_th_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_th_cased_th_3_0.md
@@ -4,7 +4,7 @@ title: Thai DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_th_cased
date: 2022-04-12
-tags: [th, open_source]
+tags: [distilbert, embeddings, th, open_source]
task: Embeddings
language: th
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_tr_cased_tr_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_tr_cased_tr_3_0.md
index 46c27156d56aa7..219129f887e607 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_tr_cased_tr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_tr_cased_tr_3_0.md
@@ -4,7 +4,7 @@ title: Turkish DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_tr_cased
date: 2022-04-12
-tags: [tr, open_source]
+tags: [distilbert, embeddings, tr, open_source]
task: Embeddings
language: tr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uk_cased_uk_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uk_cased_uk_3_0.md
index dce93279ee05f2..c6874e035cb034 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uk_cased_uk_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uk_cased_uk_3_0.md
@@ -4,7 +4,7 @@ title: Ukrainian DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_uk_cased
date: 2022-04-12
-tags: [uk, open_source]
+tags: [distilbert, embeddings, uk, open_source]
task: Embeddings
language: uk
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_85_unstructured_pruneofa_en_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_85_unstructured_pruneofa_en_3_0.md
index 77c11bbaca4ae6..fe93d159beb285 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_85_unstructured_pruneofa_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_85_unstructured_pruneofa_en_3_0.md
@@ -4,7 +4,7 @@ title: English DistilBERT Embeddings (from Intel)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_uncased_sparse_85_unstructured_pruneofa
date: 2022-04-12
-tags: [en, open_source]
+tags: [distilbert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_90_unstructured_pruneofa_en_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_90_unstructured_pruneofa_en_3_0.md
index c104380f4b6ad2..679391e4f1eec3 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_90_unstructured_pruneofa_en_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_uncased_sparse_90_unstructured_pruneofa_en_3_0.md
@@ -4,7 +4,7 @@ title: English DistilBERT Embeddings (from Intel)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_uncased_sparse_90_unstructured_pruneofa
date: 2022-04-12
-tags: [en, open_source]
+tags: [distilbert, embeddings, en, open_source]
task: Embeddings
language: en
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ur_cased_ur_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ur_cased_ur_3_0.md
index 583b7def598016..0564d0f1b390fa 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ur_cased_ur_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_ur_cased_ur_3_0.md
@@ -4,7 +4,7 @@ title: Urdu DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_ur_cased
date: 2022-04-12
-tags: [ur, open_source]
+tags: [distilbert, embeddings, ur, open_source]
task: Embeddings
language: ur
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_zh_cased_zh_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_zh_cased_zh_3_0.md
index e9b729fe6b5c9e..f28de1329fcaa7 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_zh_cased_zh_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_base_zh_cased_zh_3_0.md
@@ -4,7 +4,7 @@ title: Chinese DistilBERT Embeddings (from Geotrend)
author: John Snow Labs
name: distilbert_embeddings_distilbert_base_zh_cased
date: 2022-04-12
-tags: [zh, open_source]
+tags: [distilbert, embeddings, zh, open_source]
task: Embeddings
language: zh
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_fa_zwnj_base_fa_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_fa_zwnj_base_fa_3_0.md
index aab5b22bf2d523..5733fcf481fc76 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_fa_zwnj_base_fa_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_distilbert_fa_zwnj_base_fa_3_0.md
@@ -4,7 +4,7 @@ title: Persian DistilBERT Embeddings (from HooshvareLab)
author: John Snow Labs
name: distilbert_embeddings_distilbert_fa_zwnj_base
date: 2022-04-12
-tags: [fa, open_source]
+tags: [distilbert, embeddings, fa, open_source]
task: Embeddings
language: fa
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_bn_distilbert_bn_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_bn_distilbert_bn_3_0.md
index de88f925b00c29..78ea3b13668869 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_bn_distilbert_bn_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_bn_distilbert_bn_3_0.md
@@ -4,7 +4,7 @@ title: Bangla DistilBERT Embeddings (from neuralspace-reverie)
author: John Snow Labs
name: distilbert_embeddings_indic_transformers_bn_distilbert
date: 2022-04-12
-tags: [bn, open_source]
+tags: [distilbert, embeddings, bn, open_source]
task: Embeddings
language: bn
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_hi_distilbert_hi_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_hi_distilbert_hi_3_0.md
index 0cf9aec9f0fa32..819012260c22ab 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_hi_distilbert_hi_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_indic_transformers_hi_distilbert_hi_3_0.md
@@ -4,7 +4,7 @@ title: Hindi DistilBERT Embeddings (from neuralspace-reverie)
author: John Snow Labs
name: distilbert_embeddings_indic_transformers_hi_distilbert
date: 2022-04-12
-tags: [hi, open_source]
+tags: [distilbert, embeddings, hi, open_source]
task: Embeddings
language: hi
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_imdb_jv_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_imdb_jv_3_0.md
index 20186caacb2d1b..d37252320922d2 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_imdb_jv_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_imdb_jv_3_0.md
@@ -4,7 +4,7 @@ title: Javanese DistilBERT Embeddings (from w11wo)
author: John Snow Labs
name: distilbert_embeddings_javanese_distilbert_small_imdb
date: 2022-04-12
-tags: [jv, open_source]
+tags: [distilbert, embeddings, jv, open_source]
task: Embeddings
language: jv
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_jv_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_jv_3_0.md
index 4e184cf887c6f1..ae5b7c4a47ef55 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_jv_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_javanese_distilbert_small_jv_3_0.md
@@ -4,7 +4,7 @@ title: Javanese DistilBERT Embeddings (from w11wo)
author: John Snow Labs
name: distilbert_embeddings_javanese_distilbert_small
date: 2022-04-12
-tags: [jv, open_source]
+tags: [distilbert, embeddings, jv, open_source]
task: Embeddings
language: jv
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_malaysian_distilbert_small_ms_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_malaysian_distilbert_small_ms_3_0.md
index 5eab54f5afb088..29073fa50d13a0 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_malaysian_distilbert_small_ms_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_malaysian_distilbert_small_ms_3_0.md
@@ -4,7 +4,7 @@ title: Malay DistilBERT Embeddings (from w11wo)
author: John Snow Labs
name: distilbert_embeddings_malaysian_distilbert_small
date: 2022-04-12
-tags: [ms, open_source]
+tags: [distilbert, embeddings, ms, open_source]
task: Embeddings
language: ms
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_marathi_distilbert_mr_3_0.md b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_marathi_distilbert_mr_3_0.md
index ab7a0e4f0af11f..83e6b0d8068ddf 100644
--- a/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_marathi_distilbert_mr_3_0.md
+++ b/docs/_posts/luca-martial/2022-04-12-distilbert_embeddings_marathi_distilbert_mr_3_0.md
@@ -4,7 +4,7 @@ title: Marathi DistilBERT Embeddings (from DarshanDeshpande)
author: John Snow Labs
name: distilbert_embeddings_marathi_distilbert
date: 2022-04-12
-tags: [mr, open_source]
+tags: [distilbert, embeddings, mr, open_source]
task: Embeddings
language: mr
edition: Spark NLP 3.4.2
diff --git a/docs/_posts/luca-martial/2022-04-14-albert_embeddings_ALR_BERT_ro_3_0.md b/docs/_posts/luca-martial/2022-04-14-albert_embeddings_ALR_BERT_ro_3_0.md
new file mode 100644
index 00000000000000..e91bcc231f21de
--- /dev/null
+++ b/docs/_posts/luca-martial/2022-04-14-albert_embeddings_ALR_BERT_ro_3_0.md
@@ -0,0 +1,90 @@
+---
+layout: model
+title: Romanian ALBERT Embeddings (from dragosnicolae555)
+author: John Snow Labs
+name: albert_embeddings_ALR_BERT
+date: 2022-04-14
+tags: [albert, embeddings, ro, open_source]
+task: Embeddings
+language: ro
+edition: Spark NLP 3.4.2
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained ALBERT Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `ALR_BERT` is a Romanian model orginally trained by `dragosnicolae555`.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_embeddings_ALR_BERT_ro_3.4.2_3.0_1649954326845.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_embeddings_ukr_roberta_base|
+|Compatibility:|Spark NLP 3.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[bert]|
+|Language:|uk|
+|Size:|474.2 MB|
+|Case sensitive:|true|
+
+## References
+
+- https://huggingface.co/youscan/ukr-roberta-base
+- https://dumps.wikimedia.org/ukwiki/latest/ukwiki-latest-pages-articles.xml.bz2
+- https://oscar-public.huma-num.fr/shuffled/uk_dedup.txt.gz
+- https://github.com/youscan/language-models
+- https://twitter.com/vitaliradchenko
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_aav_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_aav_en_xx.md
index 296f9c5b76d2b7..05eb34923a7d04 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_aav_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_aav_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-aav-en](https://huggingface.co/Helsinki-NLP/opus-mt-aav-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_af_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_af_en_xx.md
index 75aa67ce6ce3b7..9a3f27e9ad1d27 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_af_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_af_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-en](https://huggingface.co/Helsinki-NLP/opus-mt-af-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_afa_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_afa_en_xx.md
index 153e91efcfd8af..3c7f9e00ed21ec 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_afa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_afa_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-afa-en](https://huggingface.co/Helsinki-NLP/opus-mt-afa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_alv_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_alv_en_xx.md
index a03bb30caf5923..1a639e90b57cc4 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_alv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_alv_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-alv-en](https://huggingface.co/Helsinki-NLP/opus-mt-alv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ar_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ar_en_xx.md
index 32c2c43e107fd5..7b39627a8d1bdf 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ar_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ar_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_art_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_art_en_xx.md
index af77eeb5c604a1..76374d09222c43 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_art_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_art_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-art-en](https://huggingface.co/Helsinki-NLP/opus-mt-art-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ase_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ase_en_xx.md
index 85eb5951b0e8b2..df6834e7113fa2 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ase_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ase_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-en](https://huggingface.co/Helsinki-NLP/opus-mt-ase-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_az_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_az_en_xx.md
index 7e7081deea8a72..8e2673044485a3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_az_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_az_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-en](https://huggingface.co/Helsinki-NLP/opus-mt-az-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bat_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bat_en_xx.md
index 5bce4285ab5bb9..61ccc7c49809fa 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bat_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bat_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bat-en](https://huggingface.co/Helsinki-NLP/opus-mt-bat-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bcl_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bcl_en_xx.md
index 99b9a2f89343b4..3c446c28da671b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bcl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bcl_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bem_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bem_en_xx.md
index 0e54d5af3d0d76..a68d73e24bf2a5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bem_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-en](https://huggingface.co/Helsinki-NLP/opus-mt-bem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ber_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ber_en_xx.md
index 058ff911465f94..ef650854b816ec 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ber_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ber_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-en](https://huggingface.co/Helsinki-NLP/opus-mt-ber-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bg_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bg_en_xx.md
index 54f8a4be8ce7b5..5094b10954f450 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bg_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-en](https://huggingface.co/Helsinki-NLP/opus-mt-bg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bi_en_xx.md
index c30c138971f0f9..6bba13fe6ef367 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-en](https://huggingface.co/Helsinki-NLP/opus-mt-bi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bn_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bn_en_xx.md
index 7688ea58092196..a59b53940143d4 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bn_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bn-en](https://huggingface.co/Helsinki-NLP/opus-mt-bn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bnt_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bnt_en_xx.md
index f67ecd98d858a5..a427824685181c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bnt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_bnt_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en](https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ca_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ca_en_xx.md
index 992726c20a1d42..b3b069ddb0441e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ca_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ca_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-en](https://huggingface.co/Helsinki-NLP/opus-mt-ca-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cau_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cau_en_xx.md
index 8578989e19432a..28f4e09b9fa830 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cau_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cau_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cau-en](https://huggingface.co/Helsinki-NLP/opus-mt-cau-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ccs_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ccs_en_xx.md
index 384a58cf2cd88b..4a1d2d17587a1f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ccs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ccs_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en](https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ceb_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ceb_en_xx.md
index 84aed6cb9e4d9b..0ba14aa71b3770 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ceb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ceb_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cel_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cel_en_xx.md
index e38657f54f038b..4431cfce828127 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cel_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cel_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cel-en](https://huggingface.co/Helsinki-NLP/opus-mt-cel-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_chk_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_chk_en_xx.md
index 0b0885528ac38f..b332c4b17f1b55 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_chk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_chk_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-en](https://huggingface.co/Helsinki-NLP/opus-mt-chk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpf_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpf_en_xx.md
index 2a65c8f9846331..db9988f1bbdd4c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpf_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpf_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpp_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpp_en_xx.md
index 98a3fbcc718b7a..198715ac801143 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpp_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cpp_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_crs_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_crs_en_xx.md
index a8f4051fa5ea59..2bfcb29fdf8fd2 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_crs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_crs_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-en](https://huggingface.co/Helsinki-NLP/opus-mt-crs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cs_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cs_en_xx.md
index 3181ff9ee0b8fc..0309c7ecbf171b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cs_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-en](https://huggingface.co/Helsinki-NLP/opus-mt-cs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cus_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cus_en_xx.md
index 9d1847d64c9a8a..f0f331bf872a21 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cus_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cus-en](https://huggingface.co/Helsinki-NLP/opus-mt-cus-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cy_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cy_en_xx.md
index 934711ff4585da..8e1ce2cf9dfa48 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_cy_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cy-en](https://huggingface.co/Helsinki-NLP/opus-mt-cy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_da_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_da_en_xx.md
index 39ef50cffa9226..9e4225c21d49a7 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_da_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_da_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-en](https://huggingface.co/Helsinki-NLP/opus-mt-da-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_de_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_de_en_xx.md
index 918fbfb3196181..3edf437733f0ca 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_de_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_de_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-en](https://huggingface.co/Helsinki-NLP/opus-mt-de-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_dra_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_dra_en_xx.md
index a35a7dab1bc810..44d33c0b079b0c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_dra_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_dra_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-dra-en](https://huggingface.co/Helsinki-NLP/opus-mt-dra-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ee_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ee_en_xx.md
index 812bd379338e39..3ee00c2df3a10d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ee_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ee_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-en](https://huggingface.co/Helsinki-NLP/opus-mt-ee-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_efi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_efi_en_xx.md
index 27d04e6833d779..fe13f8afe800c5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_efi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_efi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-en](https://huggingface.co/Helsinki-NLP/opus-mt-efi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_aav_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_aav_xx.md
index e009660e39c84f..88339ab4c17da2 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_aav_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_aav_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-aav](https://huggingface.co/Helsinki-NLP/opus-mt-en-aav)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_af_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_af_xx.md
index b99b3ee69322ae..03d04d4fe615d9 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_af_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-af](https://huggingface.co/Helsinki-NLP/opus-mt-en-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_afa_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_afa_xx.md
index 7bc355d36875de..af75599be339b6 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_afa_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_afa_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-afa](https://huggingface.co/Helsinki-NLP/opus-mt-en-afa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_alv_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_alv_xx.md
index 7e33a5a7fbbb4f..d431a0e72b554b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_alv_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_alv_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-alv](https://huggingface.co/Helsinki-NLP/opus-mt-en-alv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ar_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ar_xx.md
index 1cb52da49adccd..980ba86abfdbd6 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ar_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_az_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_az_xx.md
index e7b48bcf7eb99f..23360e2e35a5dd 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_az_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_az_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-az](https://huggingface.co/Helsinki-NLP/opus-mt-en-az)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bat_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bat_xx.md
index 346de5bf7fee24..4c2f84410013c4 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bat_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bat_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bat](https://huggingface.co/Helsinki-NLP/opus-mt-en-bat)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bcl_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bcl_xx.md
index ac91cefd68a3e1..1d5da2b4587ca0 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bcl_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bem_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bem_xx.md
index 8a3dc828999ea1..0546d89f18b529 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bem_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bem](https://huggingface.co/Helsinki-NLP/opus-mt-en-bem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ber_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ber_xx.md
index ceadc675891fdb..f8bcd802e1ab11 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ber_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ber](https://huggingface.co/Helsinki-NLP/opus-mt-en-ber)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bg_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bg_xx.md
index 43ed7348816080..2a1111f7b73953 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bg_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bg](https://huggingface.co/Helsinki-NLP/opus-mt-en-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bi_xx.md
index 32be9f8b0e5882..f44f1d3fed42b1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bi](https://huggingface.co/Helsinki-NLP/opus-mt-en-bi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bnt_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bnt_xx.md
index a0db1dcd70fa89..fc919835048d3e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bnt_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bnt_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt](https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bzs_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bzs_xx.md
index de6ea8b4df4ccd..6f93f763221881 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_bzs_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ca_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ca_xx.md
index 332315a58725a6..f94b5382f188e6 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ca_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ca](https://huggingface.co/Helsinki-NLP/opus-mt-en-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ceb_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ceb_xx.md
index 25f37326d537f0..602404ea830fd7 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ceb_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cel_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cel_xx.md
index d367b821fa9fe8..10ac00860e473c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cel_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cel_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cel](https://huggingface.co/Helsinki-NLP/opus-mt-en-cel)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_chk_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_chk_xx.md
index 795fda6fe85c2d..508a4c288e17af 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_chk_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_chk_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-chk](https://huggingface.co/Helsinki-NLP/opus-mt-en-chk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpf_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpf_xx.md
index 09e074bd48d03f..9a4a21e7136149 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpf_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpf_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpp_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpp_xx.md
index 89dff662e1968c..9f688fab0b6e5a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpp_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cpp_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_crs_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_crs_xx.md
index f0865bbff48312..a7defa5ebe3e07 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_crs_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-crs](https://huggingface.co/Helsinki-NLP/opus-mt-en-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cs_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cs_xx.md
index 01f8871059d189..7e8496e8128c78 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cs_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cs](https://huggingface.co/Helsinki-NLP/opus-mt-en-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cus_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cus_xx.md
index e54d296ab7ec46..2125d81295d0a8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cus_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cus_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cus](https://huggingface.co/Helsinki-NLP/opus-mt-en-cus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cy_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cy_xx.md
index 0cfc9df8c4e790..99de017da2263a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cy_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_cy_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cy](https://huggingface.co/Helsinki-NLP/opus-mt-en-cy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_da_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_da_xx.md
index e44b9518dd9ca6..11aa6ef56549d3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_da_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-da](https://huggingface.co/Helsinki-NLP/opus-mt-en-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_de_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_de_xx.md
index 5e8e8d0da8d5ba..f5bb1620e405d7 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_de_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_dra_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_dra_xx.md
index c85034414c2499..516f70df5734d9 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_dra_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_dra_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-dra](https://huggingface.co/Helsinki-NLP/opus-mt-en-dra)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ee_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ee_xx.md
index 64e9e10b58995f..1f44d85c7870c0 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ee_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ee](https://huggingface.co/Helsinki-NLP/opus-mt-en-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_efi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_efi_xx.md
index 8b09342ce60be8..5c64997eee2a16 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_efi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-efi](https://huggingface.co/Helsinki-NLP/opus-mt-en-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_el_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_el_xx.md
index fcfa695a1389dd..d6d6613bd6a210 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_el_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-el](https://huggingface.co/Helsinki-NLP/opus-mt-en-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eo_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eo_xx.md
index 93630d9efd46b8..e8591802bdfd3c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eo_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eo](https://huggingface.co/Helsinki-NLP/opus-mt-en-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_es_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_es_xx.md
index 11bcb6331b3620..3289a9bec1e8bd 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_es_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eu_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eu_xx.md
index de062112cf12b2..f0bf4ee44460a1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_eu_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eu](https://huggingface.co/Helsinki-NLP/opus-mt-en-eu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_euq_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_euq_xx.md
index 30dd8d313b35a1..8ab4741763905b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_euq_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_euq_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-euq](https://huggingface.co/Helsinki-NLP/opus-mt-en-euq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fi_xx.md
index a70ba4b37c85dc..e68fd9660a5841 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fi](https://huggingface.co/Helsinki-NLP/opus-mt-en-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fiu_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fiu_xx.md
index 9f318ede586694..091e74d6293098 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fiu_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fiu_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu](https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fj_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fj_xx.md
index 38b2f61ee4718a..850a13ef9ce25e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fj_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fj](https://huggingface.co/Helsinki-NLP/opus-mt-en-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fr_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fr_xx.md
index 1dd93acd07fc0a..0154c1fcfa563e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_fr_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ga_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ga_xx.md
index 1e4f7b12cbbc7b..6f29426545068f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ga_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ga_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ga](https://huggingface.co/Helsinki-NLP/opus-mt-en-ga)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gaa_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gaa_xx.md
index 3ba071175e585d..3f42f44aa712c5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gaa_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gem_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gem_xx.md
index 4de790a43eba40..c9567d8a5c6a6e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gem_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gem_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gem](https://huggingface.co/Helsinki-NLP/opus-mt-en-gem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gil_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gil_xx.md
index ee41ac22d826e1..d4a766d2519a24 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gil_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gil](https://huggingface.co/Helsinki-NLP/opus-mt-en-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gl_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gl_xx.md
index f3840d05cbc245..cea336ffafe7e8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gl_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gl](https://huggingface.co/Helsinki-NLP/opus-mt-en-gl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmq_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmq_xx.md
index d84f9c87d1f110..260fdea74fd16d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmq_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmq_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmw_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmw_xx.md
index ef8469f44f44bb..ffb434a1f32610 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmw_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gmw_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_grk_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_grk_xx.md
index 377c85160e7eed..4a758f2215e577 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_grk_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_grk_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-grk](https://huggingface.co/Helsinki-NLP/opus-mt-en-grk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_guw_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_guw_xx.md
index 8afbfa110e63b7..ffdf035007e4cb 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_guw_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-guw](https://huggingface.co/Helsinki-NLP/opus-mt-en-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gv_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gv_xx.md
index dcccd6c13fb9d6..75f9d6bdaa1eee 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gv_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_gv_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gv](https://huggingface.co/Helsinki-NLP/opus-mt-en-gv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ha_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ha_xx.md
index 55e6655c3cd344..e1770d358d84df 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ha_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ha](https://huggingface.co/Helsinki-NLP/opus-mt-en-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_he_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_he_xx.md
index df9df63c4e2038..43a9cd384b80ef 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_he_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-he](https://huggingface.co/Helsinki-NLP/opus-mt-en-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hi_xx.md
index 0f15d0f6f2cdb2..15ca9a07c7159f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hi](https://huggingface.co/Helsinki-NLP/opus-mt-en-hi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hil_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hil_xx.md
index a6a12f2d613508..33741cef727f71 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hil_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hil](https://huggingface.co/Helsinki-NLP/opus-mt-en-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ho_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ho_xx.md
index d004eee64b6495..2d8c39264fca74 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ho_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ho](https://huggingface.co/Helsinki-NLP/opus-mt-en-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ht_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ht_xx.md
index 1bd8611528a6da..78c6665ed4967c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ht_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ht](https://huggingface.co/Helsinki-NLP/opus-mt-en-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hu_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hu_xx.md
index e4489744329407..29262f16b3c67a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hu_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hu](https://huggingface.co/Helsinki-NLP/opus-mt-en-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hy_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hy_xx.md
index 8ffd5d879a965f..d1cb0bdcb75298 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hy_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_hy_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hy](https://huggingface.co/Helsinki-NLP/opus-mt-en-hy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_id_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_id_xx.md
index 9e5682fef34ef9..04d4a93570a6ea 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_id_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-id](https://huggingface.co/Helsinki-NLP/opus-mt-en-id)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ig_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ig_xx.md
index 61fe00c4755f2f..6dd28d1d9f7f80 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ig_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ig](https://huggingface.co/Helsinki-NLP/opus-mt-en-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iir_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iir_xx.md
index 309092db306150..6c5d7659b69e0b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iir_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iir_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iir](https://huggingface.co/Helsinki-NLP/opus-mt-en-iir)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ilo_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ilo_xx.md
index 40738304432dc8..f3b1ed5e6ea6bf 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ilo_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_inc_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_inc_xx.md
index 25e13789f97962..1314f443882cc3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_inc_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_inc_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-inc](https://huggingface.co/Helsinki-NLP/opus-mt-en-inc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ine_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ine_xx.md
index a66628f08ef9c1..5422523610098f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ine_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ine_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ine](https://huggingface.co/Helsinki-NLP/opus-mt-en-ine)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_is_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_is_xx.md
index 1baa38c7c54e63..172f9362bcec9c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_is_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-is](https://huggingface.co/Helsinki-NLP/opus-mt-en-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iso_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iso_xx.md
index 1515f32637d0c1..811cc93d084d51 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_iso_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iso](https://huggingface.co/Helsinki-NLP/opus-mt-en-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_it_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_it_xx.md
index 05a1023ce8d2b6..d85ac920cb9d2c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_it_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-it](https://huggingface.co/Helsinki-NLP/opus-mt-en-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_itc_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_itc_xx.md
index 2210ee09ce4289..2026fb193c4eac 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_itc_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_itc_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-itc](https://huggingface.co/Helsinki-NLP/opus-mt-en-itc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_jap_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_jap_xx.md
index 13cdc7e34e3d31..a05f26553930a1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_jap_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_jap_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-jap](https://huggingface.co/Helsinki-NLP/opus-mt-en-jap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kg_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kg_xx.md
index de73839bc14e1b..8dba778b2c3144 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kg_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kg](https://huggingface.co/Helsinki-NLP/opus-mt-en-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kj_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kj_xx.md
index e18c485d67ee26..106949be172a6e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kj_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kj_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kj](https://huggingface.co/Helsinki-NLP/opus-mt-en-kj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kqn_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kqn_xx.md
index 00502e6c2b89a8..20c4603816c7f2 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kqn_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwn_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwn_xx.md
index 3a6b8a41cae987..756ca7f8d2e571 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwn_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwn_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwy_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwy_xx.md
index 39f18f0dd4d7af..bc2c38a70663dc 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_kwy_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lg_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lg_xx.md
index b47e03846b9430..b857f4e7a71928 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lg_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lg](https://huggingface.co/Helsinki-NLP/opus-mt-en-lg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ln_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ln_xx.md
index 737277105f35e6..68ef0f60c15355 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ln_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ln](https://huggingface.co/Helsinki-NLP/opus-mt-en-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_loz_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_loz_xx.md
index f79069d20cd497..51a9d347acfb0c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_loz_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-loz](https://huggingface.co/Helsinki-NLP/opus-mt-en-loz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lua_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lua_xx.md
index f7edfd5f548bcb..e6c3cab7daa062 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lua_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lua](https://huggingface.co/Helsinki-NLP/opus-mt-en-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lue_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lue_xx.md
index 1fa4c63f29caea..e3d377726e83ad 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lue_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lue](https://huggingface.co/Helsinki-NLP/opus-mt-en-lue)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lun_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lun_xx.md
index 6813d3b6f05c3e..036989c8337a9c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lun_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lun_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lun](https://huggingface.co/Helsinki-NLP/opus-mt-en-lun)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_luo_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_luo_xx.md
index 8c2401de904556..9ba08d66eff0a5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_luo_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_luo_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-luo](https://huggingface.co/Helsinki-NLP/opus-mt-en-luo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lus_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lus_xx.md
index 015d22de337797..f773244e8ab65a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_lus_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lus](https://huggingface.co/Helsinki-NLP/opus-mt-en-lus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_map_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_map_xx.md
index 416588ebf8f108..deff0631b97f08 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_map_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_map_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-map](https://huggingface.co/Helsinki-NLP/opus-mt-en-map)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mfe_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mfe_xx.md
index c6ba0f7d88c22d..34dfc2d9e05e72 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mfe_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mg_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mg_xx.md
index 60374b89c3bb18..46feffbbab5c71 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mg_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mg_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mg](https://huggingface.co/Helsinki-NLP/opus-mt-en-mg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mh_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mh_xx.md
index 627d233e6203a5..45b55c7c89994a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mh_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mk_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mk_xx.md
index c5e2ddf52af56e..954ce20bdd5620 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mk_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mk](https://huggingface.co/Helsinki-NLP/opus-mt-en-mk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mkh_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mkh_xx.md
index f67828fc9b8101..2029dbe524cd1c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mkh_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mkh_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ml_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ml_xx.md
index 366414c3a49e2d..b3f19e292419bc 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ml_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ml_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ml](https://huggingface.co/Helsinki-NLP/opus-mt-en-ml)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mos_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mos_xx.md
index ea02c5b68ba52e..f4d528927e6d67 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mos_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mos](https://huggingface.co/Helsinki-NLP/opus-mt-en-mos)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mr_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mr_xx.md
index 3ad1f16d53da05..14537e23da4664 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mr_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mr_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mr](https://huggingface.co/Helsinki-NLP/opus-mt-en-mr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mt_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mt_xx.md
index 5a04faebb40099..4af58131dceb16 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mt_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mt](https://huggingface.co/Helsinki-NLP/opus-mt-en-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mul_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mul_xx.md
index 004af79c6d0558..89270577612b83 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mul_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_mul_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mul](https://huggingface.co/Helsinki-NLP/opus-mt-en-mul)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ng_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ng_xx.md
index 2fcb9292601fc8..d815020ae466bc 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ng_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ng_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ng](https://huggingface.co/Helsinki-NLP/opus-mt-en-ng)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nic_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nic_xx.md
index e6c61820919bea..dfdaf90c6df1c1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nic_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nic_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nic](https://huggingface.co/Helsinki-NLP/opus-mt-en-nic)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_niu_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_niu_xx.md
index b2ba1cdb58f28d..b2c1010b366a54 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_niu_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-niu](https://huggingface.co/Helsinki-NLP/opus-mt-en-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nl_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nl_xx.md
index 81c9b16cbee655..51151ba44cb735 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nl_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nl](https://huggingface.co/Helsinki-NLP/opus-mt-en-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nso_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nso_xx.md
index fdbbf7e7e1eb14..9f002ede32cdf4 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nso_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nso](https://huggingface.co/Helsinki-NLP/opus-mt-en-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ny_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ny_xx.md
index b04ad709f67184..10ee20aea6388f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ny_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ny](https://huggingface.co/Helsinki-NLP/opus-mt-en-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nyk_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nyk_xx.md
index 61894f2b6d2645..30689e27372e14 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nyk_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_nyk_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk](https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_om_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_om_xx.md
index b46139b0db7fa6..d4bd1df1b9055f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_om_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_om_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-om](https://huggingface.co/Helsinki-NLP/opus-mt-en-om)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pag_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pag_xx.md
index fe52e30fee19fb..3e645aa490ddde 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pag_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pag](https://huggingface.co/Helsinki-NLP/opus-mt-en-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pap_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pap_xx.md
index 30e6aed5527cba..ff81975f96df30 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pap_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pap](https://huggingface.co/Helsinki-NLP/opus-mt-en-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_phi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_phi_xx.md
index 20c0826168fc3c..7091e681a530bb 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_phi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_phi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-phi](https://huggingface.co/Helsinki-NLP/opus-mt-en-phi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pis_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pis_xx.md
index 4f26f53914bdf5..f69b27d9f90f07 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pis_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pis](https://huggingface.co/Helsinki-NLP/opus-mt-en-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pon_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pon_xx.md
index 3c70d83e39a5b0..0724bd7e7bf8cf 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pon_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pon](https://huggingface.co/Helsinki-NLP/opus-mt-en-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_poz_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_poz_xx.md
index 19f8729941d12d..7759133fa29c53 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_poz_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_poz_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-poz](https://huggingface.co/Helsinki-NLP/opus-mt-en-poz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqe_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqe_xx.md
index ef01d67f32d0d4..5c04ae737614f5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqe_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqe_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqw_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqw_xx.md
index 493016b2feb6b8..3e454272311e94 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqw_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_pqw_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rn_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rn_xx.md
index 304ba324680302..233986bc4ee07f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rn_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rn_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rn](https://huggingface.co/Helsinki-NLP/opus-mt-en-rn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rnd_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rnd_xx.md
index d5415c56953785..0df719a8573a81 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rnd_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ro_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ro_xx.md
index 25f60ce01f69bc..803afa3d068b84 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ro_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ro](https://huggingface.co/Helsinki-NLP/opus-mt-en-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_roa_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_roa_xx.md
index 342ce0aea7241e..000967bb14061b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_roa_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_roa_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-roa](https://huggingface.co/Helsinki-NLP/opus-mt-en-roa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ru_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ru_xx.md
index 3e3f2ff563253b..e440b2b72a6430 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ru_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_run_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_run_xx.md
index 1123d974026e08..b1acf44297ba20 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_run_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-run](https://huggingface.co/Helsinki-NLP/opus-mt-en-run)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rw_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rw_xx.md
index da2e4044108f4e..0cd19ed3654d61 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_rw_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rw](https://huggingface.co/Helsinki-NLP/opus-mt-en-rw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sal_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sal_xx.md
index d1763fc89aeef5..f3ecd8dbe6fbca 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sal_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sal_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sal](https://huggingface.co/Helsinki-NLP/opus-mt-en-sal)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sem_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sem_xx.md
index 8c6074ced5e46d..dd4081e0527cf5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sem_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sem_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sem](https://huggingface.co/Helsinki-NLP/opus-mt-en-sem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sg_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sg_xx.md
index 672182f1fe5b0b..94794b10571c4a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sg_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sg](https://huggingface.co/Helsinki-NLP/opus-mt-en-sg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sit_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sit_xx.md
index 4b8e588a4fecb0..1c68f5996a0716 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sit_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sit_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sit](https://huggingface.co/Helsinki-NLP/opus-mt-en-sit)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sla_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sla_xx.md
index 2e052ca441338a..558075dd7d81b0 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sla_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sla_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sla](https://huggingface.co/Helsinki-NLP/opus-mt-en-sla)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sm_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sm_xx.md
index 13994379014fe2..8497e49b2efd7b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sm_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sm](https://huggingface.co/Helsinki-NLP/opus-mt-en-sm)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sn_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sn_xx.md
index 0ca43e66f135b1..67a65dbe8967ea 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sn_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sn](https://huggingface.co/Helsinki-NLP/opus-mt-en-sn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sq_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sq_xx.md
index ce21cfacb31586..ec67d2e369dcef 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sq_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sq](https://huggingface.co/Helsinki-NLP/opus-mt-en-sq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ss_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ss_xx.md
index e46cd2b8802f23..ee87b71f2bd328 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ss_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ss_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ss](https://huggingface.co/Helsinki-NLP/opus-mt-en-ss)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_st_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_st_xx.md
index 7a7f956bf2f29f..169b6a4298d005 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_st_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-st](https://huggingface.co/Helsinki-NLP/opus-mt-en-st)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sv_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sv_xx.md
index 98afa2404b8ea2..a6cbe7d66ff150 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sv_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sv](https://huggingface.co/Helsinki-NLP/opus-mt-en-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sw_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sw_xx.md
index 5395f65ed892ac..c3f685f413a915 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sw_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_sw_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sw](https://huggingface.co/Helsinki-NLP/opus-mt-en-sw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_swc_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_swc_xx.md
index e739564885434d..7cdd4333379c37 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_swc_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-swc](https://huggingface.co/Helsinki-NLP/opus-mt-en-swc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tdt_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tdt_xx.md
index 1c365b37b0bc91..93e5c0c6bb0139 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tdt_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tdt_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt](https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ti_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ti_xx.md
index 099699a58d2c7d..98e00888d0fad1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ti_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ti_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ti](https://huggingface.co/Helsinki-NLP/opus-mt-en-ti)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tiv_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tiv_xx.md
index 9882f067745cb8..cc42a379fb2686 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tiv_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tl_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tl_xx.md
index 9b0e01c32fef8a..936b65f833ba96 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tl_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tll_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tll_xx.md
index 80a2c7ac8674d7..8ee81159c44625 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tll_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tll](https://huggingface.co/Helsinki-NLP/opus-mt-en-tll)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tn_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tn_xx.md
index 093a93997e0af7..35cd27bd8872b9 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tn_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tn](https://huggingface.co/Helsinki-NLP/opus-mt-en-tn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_toi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_toi_xx.md
index 9e9a4ee81b899b..4e003a741b69fe 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_toi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-toi](https://huggingface.co/Helsinki-NLP/opus-mt-en-toi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tpi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tpi_xx.md
index b3c4cfee40b78b..6e9fe5e363edd1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tpi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_trk_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_trk_xx.md
index 1cab14c34f826b..19d6aef52f8e20 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_trk_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_trk_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-trk](https://huggingface.co/Helsinki-NLP/opus-mt-en-trk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ts_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ts_xx.md
index 152430d1f95470..db6402e7974d72 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ts_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ts](https://huggingface.co/Helsinki-NLP/opus-mt-en-ts)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tut_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tut_xx.md
index 352aabad619513..ffe1904e0616c0 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tut_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tut_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tut](https://huggingface.co/Helsinki-NLP/opus-mt-en-tut)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tvl_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tvl_xx.md
index e67dbf4ed03b81..cd991c3e216af7 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tvl_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tw_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tw_xx.md
index 9172945f9001e8..62233dd1ee6a2b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_tw_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tw](https://huggingface.co/Helsinki-NLP/opus-mt-en-tw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ty_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ty_xx.md
index 62dfa9369248c0..6f1a8306530c47 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_ty_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ty](https://huggingface.co/Helsinki-NLP/opus-mt-en-ty)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_uk_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_uk_xx.md
index 1bf26ff0d6ebfc..82f3eaa6c4200f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_uk_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-uk](https://huggingface.co/Helsinki-NLP/opus-mt-en-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_umb_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_umb_xx.md
index 0d19693c6fe64a..da13837530f4ec 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_umb_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_umb_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-umb](https://huggingface.co/Helsinki-NLP/opus-mt-en-umb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_urj_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_urj_xx.md
index f6028633170079..8061818a0a57be 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_urj_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_urj_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-urj](https://huggingface.co/Helsinki-NLP/opus-mt-en-urj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_vi_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_vi_xx.md
index b69575eb058aab..55d50cf9259754 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_vi_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_xh_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_xh_xx.md
index b8a6c71dd027a6..064fdd1e98291c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_xh_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-xh](https://huggingface.co/Helsinki-NLP/opus-mt-en-xh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zh_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zh_xx.md
index 43d4ed658b3978..83faf5fe01f728 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zh_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zh_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zle_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zle_xx.md
index eda36391b79361..dab3b2f1dba02d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zle_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zle_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zle](https://huggingface.co/Helsinki-NLP/opus-mt-en-zle)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zls_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zls_xx.md
index 3efa8a7e7fa577..efa7c393c26400 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zls_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zls_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zls](https://huggingface.co/Helsinki-NLP/opus-mt-en-zls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zlw_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zlw_xx.md
index 496b1879f0de98..3e8559822a8e08 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zlw_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_en_zlw_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw](https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eo_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eo_en_xx.md
index 725c8e7e38a6be..a4ac6e00aa86f2 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eo_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-en](https://huggingface.co/Helsinki-NLP/opus-mt-eo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_es_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_es_en_xx.md
index f6efc6dea7b55c..f75eaea08beeaa 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_es_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_es_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_et_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_et_en_xx.md
index 213f40da1fb297..55f07b0377e89d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_et_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_et_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-en](https://huggingface.co/Helsinki-NLP/opus-mt-et-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eu_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eu_en_xx.md
index a012dda76c45ca..8f6a5a069a67fe 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_eu_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-en](https://huggingface.co/Helsinki-NLP/opus-mt-eu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_euq_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_euq_en_xx.md
index 6ef3a307e5fd31..3760f55e429856 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_euq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_euq_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-euq-en](https://huggingface.co/Helsinki-NLP/opus-mt-euq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fi_en_xx.md
index cd8d31d1f1d38f..a422124295ac23 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-en](https://huggingface.co/Helsinki-NLP/opus-mt-fi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fiu_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fiu_en_xx.md
index ffed18ac2fdf83..7ef24f183b5f46 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fiu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fiu_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en](https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fj_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fj_en_xx.md
index 9506d4592333d2..760fffe6026641 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fj_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fj-en](https://huggingface.co/Helsinki-NLP/opus-mt-fj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fr_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fr_en_xx.md
index 050ed922c320f0..d446a9c35ae7f3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_fr_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ga_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ga_en_xx.md
index e70cd6aa65a5aa..99e8dba375f00a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ga_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ga_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ga-en](https://huggingface.co/Helsinki-NLP/opus-mt-ga-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gaa_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gaa_en_xx.md
index b2b052b05be1ec..3d753860ddbaa1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gaa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gaa_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gem_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gem_en_xx.md
index b634223aac24f3..8fcac4212ea5a3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gem_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gem-en](https://huggingface.co/Helsinki-NLP/opus-mt-gem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gil_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gil_en_xx.md
index 190d03bfdb48f8..b9e3a420f87421 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gil_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-en](https://huggingface.co/Helsinki-NLP/opus-mt-gil-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gl_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gl_en_xx.md
index 6232b5a81e9275..5f5888082a5173 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gl_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-en](https://huggingface.co/Helsinki-NLP/opus-mt-gl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmq_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmq_en_xx.md
index c728509ee56c1d..875f0683cfdd41 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmq_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmw_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmw_en_xx.md
index cc34b1cce8073c..91f00483819f82 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gmw_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_grk_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_grk_en_xx.md
index cb3d63bf90aefc..85c43f8b7ef9cd 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_grk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_grk_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-grk-en](https://huggingface.co/Helsinki-NLP/opus-mt-grk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_guw_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_guw_en_xx.md
index 025dc28a5ff6e5..6fe0165004fbbe 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_guw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_guw_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-en](https://huggingface.co/Helsinki-NLP/opus-mt-guw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gv_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gv_en_xx.md
index 2b90ed1218dad3..14a0c20b0be9c3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_gv_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gv-en](https://huggingface.co/Helsinki-NLP/opus-mt-gv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ha_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ha_en_xx.md
index f9c5cc30dd3287..064cb336077724 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ha_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ha_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-en](https://huggingface.co/Helsinki-NLP/opus-mt-ha-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hi_en_xx.md
index f0fab537fea9cb..29680eebfdf570 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hi-en](https://huggingface.co/Helsinki-NLP/opus-mt-hi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hil_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hil_en_xx.md
index 1adf6a1cb0b2d1..e4f4d2777ac1cd 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hil_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-en](https://huggingface.co/Helsinki-NLP/opus-mt-hil-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ho_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ho_en_xx.md
index 045a9e639cd92e..49caeb89b3b3ea 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ho_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ho_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ho-en](https://huggingface.co/Helsinki-NLP/opus-mt-ho-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ht_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ht_en_xx.md
index a864ab42da61df..0ba4c6fd74d343 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ht_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ht_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-en](https://huggingface.co/Helsinki-NLP/opus-mt-ht-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hu_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hu_en_xx.md
index 23299cf100502e..97d54b6c377c28 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hu_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-en](https://huggingface.co/Helsinki-NLP/opus-mt-hu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hy_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hy_en_xx.md
index 82c6897f587e74..e4b1fb16371e7e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_hy_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hy-en](https://huggingface.co/Helsinki-NLP/opus-mt-hy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_id_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_id_en_xx.md
index 9f22c54a1e1fcf..2acaa1df05c07e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_id_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_id_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-en](https://huggingface.co/Helsinki-NLP/opus-mt-id-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ig_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ig_en_xx.md
index 511d4fcd2ac06c..0d7e8a631c18ca 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ig_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ig_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-en](https://huggingface.co/Helsinki-NLP/opus-mt-ig-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iir_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iir_en_xx.md
index 9c1956373edb89..947bc95b806d68 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iir_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iir_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iir-en](https://huggingface.co/Helsinki-NLP/opus-mt-iir-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ilo_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ilo_en_xx.md
index c0808bf811b1fb..b484d086dd75c2 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ilo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ilo_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_inc_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_inc_en_xx.md
index fcb982a89db407..1a28490aa1e1da 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_inc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_inc_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-inc-en](https://huggingface.co/Helsinki-NLP/opus-mt-inc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ine_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ine_en_xx.md
index 0f1f2b97d6bac5..22ba388f97d383 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ine_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ine_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ine-en](https://huggingface.co/Helsinki-NLP/opus-mt-ine-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_is_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_is_en_xx.md
index 914aa1f024be1c..0b977b7da93298 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_is_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_is_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-en](https://huggingface.co/Helsinki-NLP/opus-mt-is-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iso_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iso_en_xx.md
index 8615350aced792..0d393d8e709511 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_iso_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-en](https://huggingface.co/Helsinki-NLP/opus-mt-iso-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_it_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_it_en_xx.md
index 6e6c5d2b0a6553..eb3af513966c33 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_it_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_it_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-en](https://huggingface.co/Helsinki-NLP/opus-mt-it-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_itc_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_itc_en_xx.md
index b3171372f83afa..1c72f99c45ca85 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_itc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_itc_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-itc-en](https://huggingface.co/Helsinki-NLP/opus-mt-itc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ja_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ja_en_xx.md
index 728186d378e8f7..19606131150b73 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ja_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ja_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_jap_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_jap_en_xx.md
index fa3ec6f08eea78..7d835f4cc5fcd6 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_jap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_jap_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-jap-en](https://huggingface.co/Helsinki-NLP/opus-mt-jap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ka_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ka_en_xx.md
index 8847c9ebf7a857..3adbc31070e418 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ka_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ka_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ka-en](https://huggingface.co/Helsinki-NLP/opus-mt-ka-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kab_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kab_en_xx.md
index 10a30866f8e210..914fb729967754 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kab_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kab_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kab-en](https://huggingface.co/Helsinki-NLP/opus-mt-kab-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kg_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kg_en_xx.md
index 581d0148cf7d76..cf4287b6c64686 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kg_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-en](https://huggingface.co/Helsinki-NLP/opus-mt-kg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kj_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kj_en_xx.md
index 5204c11cfdd8d3..0ff9360be0a238 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kj_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kj-en](https://huggingface.co/Helsinki-NLP/opus-mt-kj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kl_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kl_en_xx.md
index 6252e3d15c3820..9b3f3909742fef 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kl_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kl-en](https://huggingface.co/Helsinki-NLP/opus-mt-kl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ko_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ko_en_xx.md
index ae0dad6d5fc001..46ba72f739dc24 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ko_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ko_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-en](https://huggingface.co/Helsinki-NLP/opus-mt-ko-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kqn_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kqn_en_xx.md
index 23a4d6261fea29..e9891b7bcbef1f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kqn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kqn_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwn_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwn_en_xx.md
index adb5a1cc4e074a..4cbac98e9e401b 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwn_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwy_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwy_en_xx.md
index 4a240312905a1a..fb3a8c5def1baa 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_kwy_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lg_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lg_en_xx.md
index f1eebd3b304b66..1e09a1b0b6819f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lg_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-en](https://huggingface.co/Helsinki-NLP/opus-mt-lg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ln_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ln_en_xx.md
index 2d403c4d633598..0c0fa13836dce7 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ln_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ln_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-en](https://huggingface.co/Helsinki-NLP/opus-mt-ln-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_loz_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_loz_en_xx.md
index 4c0df7a6d9ec75..e3e3b16219988e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_loz_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_loz_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-en](https://huggingface.co/Helsinki-NLP/opus-mt-loz-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lu_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lu_en_xx.md
index c8b8949bee4b91..856eefabfc5a43 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lu_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-en](https://huggingface.co/Helsinki-NLP/opus-mt-lu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lua_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lua_en_xx.md
index e2c0790a3b7cf6..d6c5ff67ded19f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lua_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lua_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-en](https://huggingface.co/Helsinki-NLP/opus-mt-lua-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lun_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lun_en_xx.md
index e9862557a577d6..bfbb7f0f7d41d5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lun_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lun_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lun-en](https://huggingface.co/Helsinki-NLP/opus-mt-lun-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_luo_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_luo_en_xx.md
index ad09463031f04d..7046265b3a26af 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_luo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_luo_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-luo-en](https://huggingface.co/Helsinki-NLP/opus-mt-luo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lus_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lus_en_xx.md
index 2c2a515c493006..831a747e42bdf8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lus_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-en](https://huggingface.co/Helsinki-NLP/opus-mt-lus-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lv_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lv_en_xx.md
index d0f3ab95fc1d5d..635a83824f0246 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_lv_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-en](https://huggingface.co/Helsinki-NLP/opus-mt-lv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mfe_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mfe_en_xx.md
index e551e7e023655b..5874e49bd57254 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mfe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mfe_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en](https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mg_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mg_en_xx.md
index 71bbdbfe884ce6..8f6b38456a6b54 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mg_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mg-en](https://huggingface.co/Helsinki-NLP/opus-mt-mg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mh_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mh_en_xx.md
index 12cc35560e3037..929687d229563a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mh_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mk_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mk_en_xx.md
index 7236983f6692e1..4a147483163e55 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mk_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-en](https://huggingface.co/Helsinki-NLP/opus-mt-mk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mkh_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mkh_en_xx.md
index 4575ac8711d3c1..fcb02b49f979c9 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mkh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mkh_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ml_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ml_en_xx.md
index ba0f6e39edec7d..664fdf24249948 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ml_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ml_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ml-en](https://huggingface.co/Helsinki-NLP/opus-mt-ml-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mos_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mos_en_xx.md
index 55b183b513e1c2..5373cdd7c418e9 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mos_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mos_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mos-en](https://huggingface.co/Helsinki-NLP/opus-mt-mos-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mr_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mr_en_xx.md
index 36b867f1b1bf6a..dc5d88d7215f5c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mr_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mr-en](https://huggingface.co/Helsinki-NLP/opus-mt-mr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mt_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mt_en_xx.md
index 43d0a9209e5255..a25a50f33f9627 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mt_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-en](https://huggingface.co/Helsinki-NLP/opus-mt-mt-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mul_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mul_en_xx.md
index 219cf06b0298d9..fb21cdba8e850f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mul_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_mul_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mul-en](https://huggingface.co/Helsinki-NLP/opus-mt-mul-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ng_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ng_en_xx.md
index c093b3023d7b4d..544d395dcf10f1 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ng_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ng_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ng-en](https://huggingface.co/Helsinki-NLP/opus-mt-ng-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nic_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nic_en_xx.md
index f8cdca20f8f798..64d84fffe9bbff 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nic_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nic_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nic-en](https://huggingface.co/Helsinki-NLP/opus-mt-nic-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nl_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nl_en_xx.md
index 4c3ec1c06d7185..2bc78d8e1a314c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nl_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-en](https://huggingface.co/Helsinki-NLP/opus-mt-nl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nso_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nso_en_xx.md
index 7013bad0c58ffe..e94dbce6df4ae9 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nso_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-en](https://huggingface.co/Helsinki-NLP/opus-mt-nso-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ny_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ny_en_xx.md
index 0bbf2dd1780717..6a9283ab76f51d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ny_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ny_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-en](https://huggingface.co/Helsinki-NLP/opus-mt-ny-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nyk_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nyk_en_xx.md
index 6d72eb9b560701..c150ed16e2db38 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nyk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_nyk_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en](https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_om_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_om_en_xx.md
index 5462dba47bbdf8..927da50106f950 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_om_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_om_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-om-en](https://huggingface.co/Helsinki-NLP/opus-mt-om-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pa_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pa_en_xx.md
index 5a3789fa804b64..1ef3cb3007f77d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pa_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pa-en](https://huggingface.co/Helsinki-NLP/opus-mt-pa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pag_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pag_en_xx.md
index 270f743e8d5e8e..2f32d7ce64fef3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pag_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pag_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-en](https://huggingface.co/Helsinki-NLP/opus-mt-pag-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pap_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pap_en_xx.md
index a87229ff62e65f..6c405a5897599d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pap_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-en](https://huggingface.co/Helsinki-NLP/opus-mt-pap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_phi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_phi_en_xx.md
index c0a52a13e37587..2ac4ab2934d19f 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_phi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_phi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-phi-en](https://huggingface.co/Helsinki-NLP/opus-mt-phi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pis_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pis_en_xx.md
index 8329402e2fa11a..941cc613e56042 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pis_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pis_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-en](https://huggingface.co/Helsinki-NLP/opus-mt-pis-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pl_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pl_en_xx.md
index a55ba996c2156b..fa86c94982431d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pl_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-en](https://huggingface.co/Helsinki-NLP/opus-mt-pl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pon_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pon_en_xx.md
index edf623c60336cb..3894a826bcbe91 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pon_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pon_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-en](https://huggingface.co/Helsinki-NLP/opus-mt-pon-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pqe_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pqe_en_xx.md
index 41a813ed3ef3c4..9c15ad05dd2d64 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pqe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_pqe_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en](https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rn_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rn_en_xx.md
index f9f812d1b92629..e6436122317403 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rn_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-en](https://huggingface.co/Helsinki-NLP/opus-mt-rn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rnd_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rnd_en_xx.md
index 77ab40db3513a6..4f33c27c442cae 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rnd_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rnd_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_roa_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_roa_en_xx.md
index ba4e7fdf279abb..372c185dc62df4 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_roa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_roa_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-roa-en](https://huggingface.co/Helsinki-NLP/opus-mt-roa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ru_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ru_en_xx.md
index 3375bcff8ea6b5..b7a096c3b62998 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ru_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ru_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_run_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_run_en_xx.md
index 41c6521e00fef9..2292e8a3144f89 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_run_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_run_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-en](https://huggingface.co/Helsinki-NLP/opus-mt-run-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rw_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rw_en_xx.md
index fe6851661d9ce6..d57c6234cd79c3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_rw_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-en](https://huggingface.co/Helsinki-NLP/opus-mt-rw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sal_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sal_en_xx.md
index 442fda8bda3ac9..4d7738c3162b17 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sal_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sal-en](https://huggingface.co/Helsinki-NLP/opus-mt-sal-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sem_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sem_en_xx.md
index a6e4ffd1bce5ee..67bbae46c2fa00 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sem_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sem-en](https://huggingface.co/Helsinki-NLP/opus-mt-sem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sg_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sg_en_xx.md
index d936a39107517e..b6d2f7fbd92c3d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sg_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-en](https://huggingface.co/Helsinki-NLP/opus-mt-sg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sk_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sk_en_xx.md
index 65e1b8b604af00..19609d1d8819c3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sk_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-en](https://huggingface.co/Helsinki-NLP/opus-mt-sk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sla_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sla_en_xx.md
index 5adb007428f1d9..c873cbe4bd41e8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sla_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sla_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sla-en](https://huggingface.co/Helsinki-NLP/opus-mt-sla-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sm_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sm_en_xx.md
index f02f9e8d0f7023..08c1e46f43fd46 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sm_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sm_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-en](https://huggingface.co/Helsinki-NLP/opus-mt-sm-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sn_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sn_en_xx.md
index 512fb80ec40588..74e0c077c935ed 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sn_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-en](https://huggingface.co/Helsinki-NLP/opus-mt-sn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sq_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sq_en_xx.md
index 3b02d6112ea2ee..42b370f2f6cf36 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sq_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-en](https://huggingface.co/Helsinki-NLP/opus-mt-sq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_srn_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_srn_en_xx.md
index 69d64669abe887..11fbc997905ad8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_srn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_srn_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-en](https://huggingface.co/Helsinki-NLP/opus-mt-srn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ss_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ss_en_xx.md
index ed5bc493166b69..cd3868eb9abd8c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ss_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ss_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ss-en](https://huggingface.co/Helsinki-NLP/opus-mt-ss-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_st_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_st_en_xx.md
index e36acf4039405e..a5bb936e30c5b0 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_st_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_st_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-en](https://huggingface.co/Helsinki-NLP/opus-mt-st-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sv_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sv_en_xx.md
index f1ea9319bc54b7..d6c524bee38467 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_sv_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-en](https://huggingface.co/Helsinki-NLP/opus-mt-sv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_swc_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_swc_en_xx.md
index e58aa066b47f98..ac601866f816fe 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_swc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_swc_en_xx.md
@@ -94,4 +94,4 @@ opus_df
## Data Source
-(https://huggingface.co/Helsinki-NLP/opus-mt-swc-en)[https://huggingface.co/Helsinki-NLP/opus-mt-swc-en]
+(https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models]
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_taw_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_taw_en_xx.md
index f3ecc0c28a8628..380a9baca8289c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_taw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_taw_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-taw-en](https://huggingface.co/Helsinki-NLP/opus-mt-taw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_th_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_th_en_xx.md
index 7b8787d3385b43..3936e5bb9461ed 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_th_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_th_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-th-en](https://huggingface.co/Helsinki-NLP/opus-mt-th-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tiv_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tiv_en_xx.md
index d785385cb5044c..13e5e7f4eac18e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tiv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tiv_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tll_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tll_en_xx.md
index ed49e35d9fb9a8..a6459d5f821ec8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tll_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tll_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-en](https://huggingface.co/Helsinki-NLP/opus-mt-tll-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tn_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tn_en_xx.md
index 53deed531b7ffc..d3e04360ac604c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tn_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-en](https://huggingface.co/Helsinki-NLP/opus-mt-tn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_to_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_to_en_xx.md
index 884727670f6d81..779b3ed49904ea 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_to_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_to_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-en](https://huggingface.co/Helsinki-NLP/opus-mt-to-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_toi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_toi_en_xx.md
index 7adcfc5e255fac..0f8c3c9550d7cf 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_toi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_toi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-en](https://huggingface.co/Helsinki-NLP/opus-mt-toi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tpi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tpi_en_xx.md
index 05eff6f8764f0e..48478b379108b2 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tpi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tpi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en](https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tr_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tr_en_xx.md
index 21d092f91a1b2e..f83c43bb6f23f4 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tr_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-en](https://huggingface.co/Helsinki-NLP/opus-mt-tr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_trk_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_trk_en_xx.md
index 6108d2e1dc78e5..c0f8df48385a1e 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_trk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_trk_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-trk-en](https://huggingface.co/Helsinki-NLP/opus-mt-trk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ts_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ts_en_xx.md
index 9abf4bd53f3a18..0e5ba04fe0b551 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ts_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ts_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-en](https://huggingface.co/Helsinki-NLP/opus-mt-ts-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tum_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tum_en_xx.md
index 14de669346dc52..b6e36deee1ae55 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tum_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tum_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-en](https://huggingface.co/Helsinki-NLP/opus-mt-tum-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tvl_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tvl_en_xx.md
index 6188f39a10ad2f..8e64e3d12d6fb7 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tvl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_tvl_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_uk_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_uk_en_xx.md
index 6c8e64b3472f7b..1d9c3e5820ba55 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_uk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_uk_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-en](https://huggingface.co/Helsinki-NLP/opus-mt-uk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_umb_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_umb_en_xx.md
index 863026a0480721..e03cf3f75d356c 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_umb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_umb_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-umb-en](https://huggingface.co/Helsinki-NLP/opus-mt-umb-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ur_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ur_en_xx.md
index a8b3c0016b30ca..21f45ba46044c5 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ur_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ur_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ur-en](https://huggingface.co/Helsinki-NLP/opus-mt-ur-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_urj_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_urj_en_xx.md
index c3acf97b3288bc..154bbf21068adf 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_urj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_urj_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-urj-en](https://huggingface.co/Helsinki-NLP/opus-mt-urj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ve_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ve_en_xx.md
index 13af0225a26c31..d2ae8cb4e89303 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ve_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_ve_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ve-en](https://huggingface.co/Helsinki-NLP/opus-mt-ve-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_vi_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_vi_en_xx.md
index 6b5d1e128a310d..441fc80764e367 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_vi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_vi_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-en](https://huggingface.co/Helsinki-NLP/opus-mt-vi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wa_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wa_en_xx.md
index 7d8d6432660f72..6a81cd0dc3eec8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wa_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wa-en](https://huggingface.co/Helsinki-NLP/opus-mt-wa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wal_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wal_en_xx.md
index 34e9f7d45954b1..054b95e2ecf1d3 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wal_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wal-en](https://huggingface.co/Helsinki-NLP/opus-mt-wal-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_war_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_war_en_xx.md
index c11ca6de0cdb4e..5e83fff2a810ed 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_war_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_war_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-en](https://huggingface.co/Helsinki-NLP/opus-mt-war-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wls_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wls_en_xx.md
index 00cac12b55b78d..77c68b585290fd 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_wls_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-en](https://huggingface.co/Helsinki-NLP/opus-mt-wls-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_xh_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_xh_en_xx.md
index 1e00becfd32d52..f2c93d72da6353 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_xh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_xh_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-en](https://huggingface.co/Helsinki-NLP/opus-mt-xh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yap_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yap_en_xx.md
index af475c599995ca..dd0433bcdef52a 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yap_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-en](https://huggingface.co/Helsinki-NLP/opus-mt-yap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yo_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yo_en_xx.md
index e83d81ca4b3645..9138af564a72ba 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_yo_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-en](https://huggingface.co/Helsinki-NLP/opus-mt-yo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zh_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zh_en_xx.md
index e9ffa70060792f..06f8ec884eb2c8 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zh_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-en](https://huggingface.co/Helsinki-NLP/opus-mt-zh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zle_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zle_en_xx.md
index 515c35257cc210..6e544f00372783 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zle_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zle_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zle-en](https://huggingface.co/Helsinki-NLP/opus-mt-zle-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zls_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zls_en_xx.md
index c258599cf45fd8..a52c42a58c95ef 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zls_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zls-en](https://huggingface.co/Helsinki-NLP/opus-mt-zls-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zlw_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zlw_en_xx.md
index 1f677461b90a24..4a54cb3f76e59d 100644
--- a/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zlw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-28-opus_mt_zlw_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en](https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_bzs_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_bzs_en_xx.md
index 8d9aa420948e21..799525109d8a13 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_bzs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_bzs_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_et_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_et_xx.md
index b5bc7951e40c5e..240e496d187872 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_et_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-et](https://huggingface.co/Helsinki-NLP/opus-mt-en-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_lu_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_lu_xx.md
index d4f243b666efb5..9a21e6949f3bba 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_lu_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lu](https://huggingface.co/Helsinki-NLP/opus-mt-en-lu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_sk_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_sk_xx.md
index 5be1c100bb5f84..663f8408e471e0 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_sk_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sk](https://huggingface.co/Helsinki-NLP/opus-mt-en-sk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_to_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_to_xx.md
index 2f3cd22b6b3117..554fdc5118f625 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_to_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-to](https://huggingface.co/Helsinki-NLP/opus-mt-en-to)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_ur_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_ur_xx.md
index 426077c084ecea..6c45af5c98d790 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_ur_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_en_ur_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ur](https://huggingface.co/Helsinki-NLP/opus-mt-en-ur)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_lue_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_lue_en_xx.md
index 26be1bb3dc052e..78b326499d16fe 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_lue_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_lue_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-en](https://huggingface.co/Helsinki-NLP/opus-mt-lue-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_niu_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_niu_en_xx.md
index aded1ab0865ea7..457be33255fbdc 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_niu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_niu_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-en](https://huggingface.co/Helsinki-NLP/opus-mt-niu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_ti_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_ti_en_xx.md
index e01479bfca8da2..b43f89a699f274 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_ti_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_ti_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ti-en](https://huggingface.co/Helsinki-NLP/opus-mt-ti-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_tl_en_xx.md b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_tl_en_xx.md
index f02d1542497d89..bde03d3313d4ab 100644
--- a/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_tl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2020-12-29-opus_mt_tl_en_xx.md
@@ -95,4 +95,4 @@ opus_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_aav_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_aav_en_xx.md
index b8746d54f46766..d7cebaaec479e4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_aav_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_aav_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-aav-en](https://huggingface.co/Helsinki-NLP/opus-mt-aav-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_af_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_af_en_xx.md
index 968b6e59c256bb..b365002102472c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_af_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_af_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-en](https://huggingface.co/Helsinki-NLP/opus-mt-af-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_afa_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_afa_en_xx.md
index 8bc0e20a6c531a..cdee445be369a1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_afa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_afa_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-afa-en](https://huggingface.co/Helsinki-NLP/opus-mt-afa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_alv_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_alv_en_xx.md
index ad23245acc698e..3c0aed6150a94f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_alv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_alv_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-alv-en](https://huggingface.co/Helsinki-NLP/opus-mt-alv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ar_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ar_en_xx.md
index ff43679137c8b5..6cbfbd7d837046 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ar_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ar_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_art_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_art_en_xx.md
index f05c4a7330d6ba..58fedb37e97a0c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_art_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_art_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-art-en](https://huggingface.co/Helsinki-NLP/opus-mt-art-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ase_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ase_en_xx.md
index cd2228a5d91e48..4c72b5fc2e19d5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ase_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ase_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-en](https://huggingface.co/Helsinki-NLP/opus-mt-ase-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_az_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_az_en_xx.md
index 41e023ba0e8e3c..813abec08b22d4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_az_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_az_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-en](https://huggingface.co/Helsinki-NLP/opus-mt-az-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bat_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bat_en_xx.md
index 81b5cb42489c61..d413c21c79d7b0 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bat_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bat_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bat-en](https://huggingface.co/Helsinki-NLP/opus-mt-bat-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bcl_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bcl_en_xx.md
index 47a561f2ddfd08..931d358eb3f0b2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bcl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bcl_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bem_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bem_en_xx.md
index 2db478b8ebf730..601cdda91073d7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bem_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-en](https://huggingface.co/Helsinki-NLP/opus-mt-bem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ber_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ber_en_xx.md
index a6d66b7c8d4bdc..1a3f5d0ba3bba8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ber_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ber_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-en](https://huggingface.co/Helsinki-NLP/opus-mt-ber-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bg_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bg_en_xx.md
index d962dad909c459..5594c2406d333d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bg_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-en](https://huggingface.co/Helsinki-NLP/opus-mt-bg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bi_en_xx.md
index 687e12da93941b..1c1d21e98c8195 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-en](https://huggingface.co/Helsinki-NLP/opus-mt-bi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bn_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bn_en_xx.md
index 8cb612f49bd2ec..edf4474aa312eb 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bn_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bn-en](https://huggingface.co/Helsinki-NLP/opus-mt-bn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bnt_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bnt_en_xx.md
index a62ca9773a631c..9c1dc43a0ce3a5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bnt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bnt_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en](https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_bzs_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_bzs_en_xx.md
index 7b854e7d2b034b..670d070ebefda4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_bzs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_bzs_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ca_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ca_en_xx.md
index e21208cb03bf5a..4bc4424d488d8c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ca_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ca_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-en](https://huggingface.co/Helsinki-NLP/opus-mt-ca-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_cau_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_cau_en_xx.md
index ac01f50d8417e2..6771acf03e86ae 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_cau_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_cau_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cau-en](https://huggingface.co/Helsinki-NLP/opus-mt-cau-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ccs_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ccs_en_xx.md
index 6f8351ab664286..4f863a0c6923ae 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ccs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ccs_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en](https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ceb_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ceb_en_xx.md
index 690668649303b0..9ee4f067cd7983 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ceb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ceb_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_cel_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_cel_en_xx.md
index 2a8c73af8494b2..a3b7d8be3f7e56 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_cel_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_cel_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cel-en](https://huggingface.co/Helsinki-NLP/opus-mt-cel-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_chk_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_chk_en_xx.md
index 1b01bb350c979f..143fca84cfcf97 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_chk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_chk_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-en](https://huggingface.co/Helsinki-NLP/opus-mt-chk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_cpf_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_cpf_en_xx.md
index 629358b31bcb9a..7ca141b8f0974d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_cpf_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_cpf_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_cpp_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_cpp_en_xx.md
index da1387a26b9748..2c862f0a3abd5d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_cpp_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_cpp_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_crs_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_crs_en_xx.md
index 58cf8dc378454d..edff94a69f322d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_crs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_crs_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-en](https://huggingface.co/Helsinki-NLP/opus-mt-crs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_cs_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_cs_en_xx.md
index 6c7963e3f7f79a..ba29a1d7780ff8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_cs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_cs_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-en](https://huggingface.co/Helsinki-NLP/opus-mt-cs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_cus_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_cus_en_xx.md
index 48102aedc47746..ff2cdb56efee03 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_cus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_cus_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cus-en](https://huggingface.co/Helsinki-NLP/opus-mt-cus-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_cy_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_cy_en_xx.md
index 1cd3b88531a19e..5847f9a5f99ba8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_cy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_cy_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cy-en](https://huggingface.co/Helsinki-NLP/opus-mt-cy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_da_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_da_en_xx.md
index 6b4b489144e70e..1de09f70dfd0b6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_da_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_da_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-en](https://huggingface.co/Helsinki-NLP/opus-mt-da-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_de_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_de_en_xx.md
index 3c06e4d54d75c4..734808628d0cf5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_de_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_de_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-en](https://huggingface.co/Helsinki-NLP/opus-mt-de-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_dra_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_dra_en_xx.md
index a5dd6202e02227..79539f1dfadd01 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_dra_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_dra_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-dra-en](https://huggingface.co/Helsinki-NLP/opus-mt-dra-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ee_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ee_en_xx.md
index 658414f1342862..24deffbfa31a93 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ee_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ee_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-en](https://huggingface.co/Helsinki-NLP/opus-mt-ee-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_efi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_efi_en_xx.md
index a18a16e9047fe5..b59de3fea28c9e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_efi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_efi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-en](https://huggingface.co/Helsinki-NLP/opus-mt-efi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_aav_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_aav_xx.md
index e8f8a7852ce326..fc1f01f4770dbc 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_aav_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_aav_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-aav](https://huggingface.co/Helsinki-NLP/opus-mt-en-aav)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_af_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_af_xx.md
index 68bb7cb9136da8..6b82e5423eb5c9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_af_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-af](https://huggingface.co/Helsinki-NLP/opus-mt-en-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_afa_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_afa_xx.md
index 52f69685515c70..ab63b234b57ef0 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_afa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_afa_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-afa](https://huggingface.co/Helsinki-NLP/opus-mt-en-afa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_alv_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_alv_xx.md
index 698df1416f6409..577f2635e55ae2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_alv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_alv_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-alv](https://huggingface.co/Helsinki-NLP/opus-mt-en-alv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ar_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ar_xx.md
index 7cf645836c2438..672dfcf73a3e3e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ar_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_az_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_az_xx.md
index 2b599c0b9d456a..44fc62bfb32778 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_az_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_az_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-az](https://huggingface.co/Helsinki-NLP/opus-mt-en-az)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bat_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bat_xx.md
index 668f9852f1d6ae..0b06c397c54f1d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bat_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bat_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bat](https://huggingface.co/Helsinki-NLP/opus-mt-en-bat)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bcl_xx.md
index 7f42b25febc737..9c2993f67e0649 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bcl_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bem_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bem_xx.md
index 470a502f2e3f96..e8fa8211820a6c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bem_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bem](https://huggingface.co/Helsinki-NLP/opus-mt-en-bem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ber_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ber_xx.md
index ed207b9439ec43..dbdb9ee84208da 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ber_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ber](https://huggingface.co/Helsinki-NLP/opus-mt-en-ber)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bg_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bg_xx.md
index b88d863a8017c0..478af912d1f83b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bg_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bg](https://huggingface.co/Helsinki-NLP/opus-mt-en-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bi_xx.md
index 9cf002dd56ed20..d001ea9ccdd155 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bi](https://huggingface.co/Helsinki-NLP/opus-mt-en-bi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bnt_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bnt_xx.md
index 94387c159500c5..ba06ddc37e96bc 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bnt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bnt_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt](https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bzs_xx.md
index 8d470f2674fd5e..a46bb8d750bdba 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_bzs_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ca_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ca_xx.md
index c6ac7a55992660..63d4d44bdd0f63 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ca_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ca](https://huggingface.co/Helsinki-NLP/opus-mt-en-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ceb_xx.md
index 3e77d3f42cb1d3..c93cc08b77708e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ceb_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cel_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cel_xx.md
index dc36dd4d5e41e3..e4e44d0be1392c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cel_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cel_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cel](https://huggingface.co/Helsinki-NLP/opus-mt-en-cel)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_chk_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_chk_xx.md
index 6295f02bb85965..8b78cdb8e8e17a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_chk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_chk_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-chk](https://huggingface.co/Helsinki-NLP/opus-mt-en-chk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpf_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpf_xx.md
index 8ef93e11533943..dffa7ebc927f2e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpf_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpf_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpp_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpp_xx.md
index 15937c6b3fbcd9..caa723bbb03daa 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpp_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cpp_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_crs_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_crs_xx.md
index dc94ff5c6754d2..31d20d7bc2bcf3 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_crs_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-crs](https://huggingface.co/Helsinki-NLP/opus-mt-en-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cs_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cs_xx.md
index 86b47a94da8233..6f94152fb484eb 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cs_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cs](https://huggingface.co/Helsinki-NLP/opus-mt-en-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cus_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cus_xx.md
index 0e6cfe25880fcb..9cf20b151f2ca4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cus_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cus](https://huggingface.co/Helsinki-NLP/opus-mt-en-cus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cy_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cy_xx.md
index 3f6b5dac92aad2..9cde13a7d52653 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_cy_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cy](https://huggingface.co/Helsinki-NLP/opus-mt-en-cy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_da_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_da_xx.md
index bc321b998dd1a2..c9a3e572688788 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_da_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-da](https://huggingface.co/Helsinki-NLP/opus-mt-en-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_de_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_de_xx.md
index 1df49e8f46b21d..07e736a3d2b919 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_de_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_dra_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_dra_xx.md
index 621a028f436f73..1a8ad1e79dd01b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_dra_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_dra_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-dra](https://huggingface.co/Helsinki-NLP/opus-mt-en-dra)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ee_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ee_xx.md
index 3dac4e09b262c3..ff557dcc662c3d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ee_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ee](https://huggingface.co/Helsinki-NLP/opus-mt-en-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_efi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_efi_xx.md
index 1a12492d17ffad..d194c7a76af6d9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_efi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-efi](https://huggingface.co/Helsinki-NLP/opus-mt-en-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_el_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_el_xx.md
index 90bc1ddd6e9475..ef8620325b1405 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_el_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-el](https://huggingface.co/Helsinki-NLP/opus-mt-en-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eo_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eo_xx.md
index 50067c67adb92f..141bf9852662e1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eo_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eo](https://huggingface.co/Helsinki-NLP/opus-mt-en-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_es_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_es_xx.md
index 89ad423b791bf8..b38b7b21a73a67 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_es_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_et_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_et_xx.md
index ac45395f5fca56..6ec9e1edbaf9ba 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_et_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-et](https://huggingface.co/Helsinki-NLP/opus-mt-en-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eu_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eu_xx.md
index 9ca66ac9fd83e2..b5a69ac0ee54b5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_eu_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eu](https://huggingface.co/Helsinki-NLP/opus-mt-en-eu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_euq_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_euq_xx.md
index ba9e4d0a1e017d..fbfddc2eee9ac5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_euq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_euq_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-euq](https://huggingface.co/Helsinki-NLP/opus-mt-en-euq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fi_xx.md
index 4ef74ba90392c2..bfb7bdeaeddb2f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fi](https://huggingface.co/Helsinki-NLP/opus-mt-en-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fiu_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fiu_xx.md
index 0fd6bb8d97fb58..2cb5833e044607 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fiu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fiu_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu](https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fj_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fj_xx.md
index cbb0e73e2655dd..a6a7664e3bb4a1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fj_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fj](https://huggingface.co/Helsinki-NLP/opus-mt-en-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fr_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fr_xx.md
index 581ff1743766f0..d17d48e4d070a3 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_fr_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ga_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ga_xx.md
index 9e2c4a9de76f8f..f377946f1c4ee8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ga_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ga_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ga](https://huggingface.co/Helsinki-NLP/opus-mt-en-ga)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gaa_xx.md
index b6b4b066b875c4..4995b391209e8a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gaa_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gem_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gem_xx.md
index 2ea20ac6d4547f..7001e94d0098cc 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gem_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gem](https://huggingface.co/Helsinki-NLP/opus-mt-en-gem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gil_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gil_xx.md
index ec89db65c9758c..9c8ddf59c807af 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gil_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gil](https://huggingface.co/Helsinki-NLP/opus-mt-en-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gl_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gl_xx.md
index eff2508ae3b35d..97a5987b50a866 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gl_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gl](https://huggingface.co/Helsinki-NLP/opus-mt-en-gl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmq_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmq_xx.md
index d5069e3f305814..d10725106ee0b7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmq_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmw_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmw_xx.md
index ce73188a37ef33..3f05f5c6f622ff 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gmw_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_grk_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_grk_xx.md
index 1018668a679d64..cdbf990bc41271 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_grk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_grk_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-grk](https://huggingface.co/Helsinki-NLP/opus-mt-en-grk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_guw_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_guw_xx.md
index 33da14a07f1212..d0a14d92428f23 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_guw_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-guw](https://huggingface.co/Helsinki-NLP/opus-mt-en-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gv_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gv_xx.md
index aba2c875ab7626..9296f56433346b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_gv_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gv](https://huggingface.co/Helsinki-NLP/opus-mt-en-gv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ha_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ha_xx.md
index 77d3afc78b0ac2..f8251e6820ec18 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ha_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ha](https://huggingface.co/Helsinki-NLP/opus-mt-en-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_he_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_he_xx.md
index 713ca458f329bd..0bb3b3e86dc5cd 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_he_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-he](https://huggingface.co/Helsinki-NLP/opus-mt-en-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hi_xx.md
index 80cddb91231183..40d30fe09e3444 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hi](https://huggingface.co/Helsinki-NLP/opus-mt-en-hi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hil_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hil_xx.md
index 6bf003fe75bb9a..23778e6ee95ef5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hil_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hil](https://huggingface.co/Helsinki-NLP/opus-mt-en-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ho_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ho_xx.md
index 764a00bc41e12d..89346301f272a6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ho_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ho](https://huggingface.co/Helsinki-NLP/opus-mt-en-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ht_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ht_xx.md
index 27b83ae5cfc76a..077931ad74b455 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ht_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ht](https://huggingface.co/Helsinki-NLP/opus-mt-en-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hu_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hu_xx.md
index fe6d6761cfa1a7..e587366f819349 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hu_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hu](https://huggingface.co/Helsinki-NLP/opus-mt-en-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hy_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hy_xx.md
index 0d812dc46b1569..bc9ca013fc0b0f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_hy_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hy](https://huggingface.co/Helsinki-NLP/opus-mt-en-hy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_id_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_id_xx.md
index 052b024f95d23e..e56900124bcb15 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_id_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-id](https://huggingface.co/Helsinki-NLP/opus-mt-en-id)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ig_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ig_xx.md
index 39cb46136848d4..1aba0c3501c1f4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ig_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ig](https://huggingface.co/Helsinki-NLP/opus-mt-en-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iir_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iir_xx.md
index c67e9ac4d5aded..872279789146ee 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iir_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iir_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iir](https://huggingface.co/Helsinki-NLP/opus-mt-en-iir)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ilo_xx.md
index 6f6efde9e86ab2..d43e83ad56a5ee 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ilo_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_inc_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_inc_xx.md
index c6bcdbaa599a86..fedc059ca09404 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_inc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_inc_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-inc](https://huggingface.co/Helsinki-NLP/opus-mt-en-inc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ine_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ine_xx.md
index 66487e3eafce82..67f90255d5d2bb 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ine_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ine_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ine](https://huggingface.co/Helsinki-NLP/opus-mt-en-ine)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_is_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_is_xx.md
index 3be4240e7f55e0..75e9b357563b07 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_is_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-is](https://huggingface.co/Helsinki-NLP/opus-mt-en-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iso_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iso_xx.md
index 100ede6252fbeb..cc980a55f7929f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_iso_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iso](https://huggingface.co/Helsinki-NLP/opus-mt-en-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_it_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_it_xx.md
index 5f288e99ce5105..205a8a3f1fc8ac 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_it_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-it](https://huggingface.co/Helsinki-NLP/opus-mt-en-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_itc_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_itc_xx.md
index 4bfdbf31796134..c2e0582a1fd527 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_itc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_itc_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-itc](https://huggingface.co/Helsinki-NLP/opus-mt-en-itc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_jap_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_jap_xx.md
index 3bb3bd3329485a..e459c92c3ff6fa 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_jap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_jap_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-jap](https://huggingface.co/Helsinki-NLP/opus-mt-en-jap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kg_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kg_xx.md
index c2aaaea28254c0..4c8f23e6f9fc0e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kg_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kg](https://huggingface.co/Helsinki-NLP/opus-mt-en-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kj_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kj_xx.md
index 559e4e478975c2..853605827f33be 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kj_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kj](https://huggingface.co/Helsinki-NLP/opus-mt-en-kj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kqn_xx.md
index 526250010d3639..36d39a06460aa2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kqn_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwn_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwn_xx.md
index c5c42ec78712f2..14c0b178257fe7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwn_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwy_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwy_xx.md
index 32a9f95f8bded3..892455eb3bb0d9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_kwy_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lg_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lg_xx.md
index d15827034fc4dd..991caf148da37c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lg_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lg](https://huggingface.co/Helsinki-NLP/opus-mt-en-lg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ln_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ln_xx.md
index 33b48104969eb3..4999eb54656c6e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ln_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ln](https://huggingface.co/Helsinki-NLP/opus-mt-en-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_loz_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_loz_xx.md
index d2dd7d47bc32ac..9e5e85f912f93d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_loz_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-loz](https://huggingface.co/Helsinki-NLP/opus-mt-en-loz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lu_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lu_xx.md
index 873794c4e51548..a0c77c0b895f09 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lu_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lu](https://huggingface.co/Helsinki-NLP/opus-mt-en-lu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lua_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lua_xx.md
index 339328a9b4ef18..66d690445f30f0 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lua_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lua](https://huggingface.co/Helsinki-NLP/opus-mt-en-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lue_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lue_xx.md
index d06928b9c82516..7ec4ada93a28b2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lue_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lue](https://huggingface.co/Helsinki-NLP/opus-mt-en-lue)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lun_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lun_xx.md
index bf466ec99d6170..742fc2875d6988 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lun_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lun_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lun](https://huggingface.co/Helsinki-NLP/opus-mt-en-lun)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_luo_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_luo_xx.md
index d22b6c1b872669..e943418d6c18e6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_luo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_luo_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-luo](https://huggingface.co/Helsinki-NLP/opus-mt-en-luo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lus_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lus_xx.md
index 9f1bb2265a1537..e27f45ea37e1d3 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_lus_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lus](https://huggingface.co/Helsinki-NLP/opus-mt-en-lus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_map_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_map_xx.md
index 42530456eed9f8..84363a4033c255 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_map_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_map_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-map](https://huggingface.co/Helsinki-NLP/opus-mt-en-map)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mfe_xx.md
index 0631847c0ecba7..7af71d8eaf667d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mfe_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mg_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mg_xx.md
index 89bbcf50e204d2..8a3ef27454bc3f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mg_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mg](https://huggingface.co/Helsinki-NLP/opus-mt-en-mg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mh_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mh_xx.md
index 571c5218dafaa3..c8dc93e48cc46d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mh_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mk_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mk_xx.md
index 265b08090be015..ad9a08780935ef 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mk_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mk](https://huggingface.co/Helsinki-NLP/opus-mt-en-mk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mkh_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mkh_xx.md
index bfa3f573c00330..ff0dcff26e298d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mkh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mkh_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ml_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ml_xx.md
index c0068f7f244b3e..2eda1d85a2683c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ml_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ml_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ml](https://huggingface.co/Helsinki-NLP/opus-mt-en-ml)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mos_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mos_xx.md
index 276602e2a7cad6..870a02c930c67a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mos_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mos](https://huggingface.co/Helsinki-NLP/opus-mt-en-mos)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mr_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mr_xx.md
index 71c0beb31c1f71..e8214ae459ae57 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mr_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mr](https://huggingface.co/Helsinki-NLP/opus-mt-en-mr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mt_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mt_xx.md
index b76196c0f351b2..e240957eb06024 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mt_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mt](https://huggingface.co/Helsinki-NLP/opus-mt-en-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mul_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mul_xx.md
index 3f5775ff9c1f55..15cbf3d3e52b8c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mul_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_mul_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mul](https://huggingface.co/Helsinki-NLP/opus-mt-en-mul)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ng_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ng_xx.md
index 9cd463c1609d56..f47be84744f72e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ng_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ng_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ng](https://huggingface.co/Helsinki-NLP/opus-mt-en-ng)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nic_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nic_xx.md
index 91ed0fb489722f..a737cdfa25ca26 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nic_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nic_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nic](https://huggingface.co/Helsinki-NLP/opus-mt-en-nic)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_niu_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_niu_xx.md
index 77ed30250fd9f9..38f57fab0abf15 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_niu_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-niu](https://huggingface.co/Helsinki-NLP/opus-mt-en-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nl_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nl_xx.md
index c95b7714f957b2..37b3dc44dfacca 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nl_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nl](https://huggingface.co/Helsinki-NLP/opus-mt-en-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nso_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nso_xx.md
index cc6155de3abd0f..0cb3328168da07 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nso_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nso](https://huggingface.co/Helsinki-NLP/opus-mt-en-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ny_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ny_xx.md
index a7d23a479a8baf..a14fe5b2a6e133 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ny_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ny](https://huggingface.co/Helsinki-NLP/opus-mt-en-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nyk_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nyk_xx.md
index db98effb0533c5..e008d44c1edc6b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nyk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_nyk_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk](https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_om_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_om_xx.md
index 264aba9fa566d3..f188c22de825d2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_om_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_om_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-om](https://huggingface.co/Helsinki-NLP/opus-mt-en-om)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pag_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pag_xx.md
index e16373a416a577..5a0adcde92c8f8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pag_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pag](https://huggingface.co/Helsinki-NLP/opus-mt-en-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pap_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pap_xx.md
index 6a4a3dfbe486b3..3c1ba16f8ea8f0 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pap_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pap](https://huggingface.co/Helsinki-NLP/opus-mt-en-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_phi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_phi_xx.md
index 7d73739763fb0c..4f86d7614a2827 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_phi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_phi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-phi](https://huggingface.co/Helsinki-NLP/opus-mt-en-phi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pis_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pis_xx.md
index b2b69b575fb5c3..c886a764ff75c6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pis_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pis](https://huggingface.co/Helsinki-NLP/opus-mt-en-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pon_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pon_xx.md
index 083bd624251566..39e0f2313f3f21 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pon_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pon](https://huggingface.co/Helsinki-NLP/opus-mt-en-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_poz_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_poz_xx.md
index 05dbd38380019b..8756cc2a7e7f74 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_poz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_poz_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-poz](https://huggingface.co/Helsinki-NLP/opus-mt-en-poz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqe_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqe_xx.md
index 9be71cc6093589..2f85567f79bdec 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqe_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqw_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqw_xx.md
index 6eb386a47dc0a4..124c0efd4d2cd8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_pqw_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rn_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rn_xx.md
index e9839219fc7207..6e5a891ead521f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rn_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rn](https://huggingface.co/Helsinki-NLP/opus-mt-en-rn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rnd_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rnd_xx.md
index 4657ed56bd0896..7c745ef64d251d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rnd_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ro_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ro_xx.md
index 91b903ee846283..3e0277e0a2d764 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ro_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ro](https://huggingface.co/Helsinki-NLP/opus-mt-en-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_roa_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_roa_xx.md
index 657a124a7dbaad..a2ac0468f531b3 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_roa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_roa_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-roa](https://huggingface.co/Helsinki-NLP/opus-mt-en-roa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ru_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ru_xx.md
index ee7b158c8dec49..fd52ad3e60b29a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ru_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_run_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_run_xx.md
index b2e1922895a148..4077b1110c5836 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_run_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-run](https://huggingface.co/Helsinki-NLP/opus-mt-en-run)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rw_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rw_xx.md
index eb9424cb097268..fa5bcdaca15ce2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_rw_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rw](https://huggingface.co/Helsinki-NLP/opus-mt-en-rw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sal_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sal_xx.md
index ae1e1521878601..f5aa112940b370 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sal_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sal_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sal](https://huggingface.co/Helsinki-NLP/opus-mt-en-sal)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sem_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sem_xx.md
index b5bf8d4c9445cc..5f2d51ea19094b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sem_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sem](https://huggingface.co/Helsinki-NLP/opus-mt-en-sem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sg_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sg_xx.md
index 319f5e6aa4bdee..69f63fbf8cd67f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sg_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sg](https://huggingface.co/Helsinki-NLP/opus-mt-en-sg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sit_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sit_xx.md
index 9edab580461d5b..030c3ccec0c0a5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sit_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sit_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sit](https://huggingface.co/Helsinki-NLP/opus-mt-en-sit)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sk_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sk_xx.md
index c4db2cf7bb0473..052a2f9d6406a8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sk_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sk](https://huggingface.co/Helsinki-NLP/opus-mt-en-sk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sla_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sla_xx.md
index b28776871d0810..0450083fd3ed15 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sla_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sla_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sla](https://huggingface.co/Helsinki-NLP/opus-mt-en-sla)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sm_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sm_xx.md
index 85150ed3a86d2f..3f2c018471de6d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sm_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sm](https://huggingface.co/Helsinki-NLP/opus-mt-en-sm)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sn_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sn_xx.md
index 3a746f3da6e14f..204c12822eb201 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sn_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sn](https://huggingface.co/Helsinki-NLP/opus-mt-en-sn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sq_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sq_xx.md
index e54a68df737b17..c8decce43aeaf8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sq_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sq](https://huggingface.co/Helsinki-NLP/opus-mt-en-sq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ss_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ss_xx.md
index 07816b57939062..c2f6d5e0f7538a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ss_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ss_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ss](https://huggingface.co/Helsinki-NLP/opus-mt-en-ss)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_st_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_st_xx.md
index 068cb148f0b1a0..6a4bc9f7ddaebe 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_st_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-st](https://huggingface.co/Helsinki-NLP/opus-mt-en-st)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sv_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sv_xx.md
index b2a55a69c635fa..9803e2277206a0 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sv_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sv](https://huggingface.co/Helsinki-NLP/opus-mt-en-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sw_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sw_xx.md
index 1d86795bcd47be..006402082a2c38 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_sw_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sw](https://huggingface.co/Helsinki-NLP/opus-mt-en-sw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_swc_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_swc_xx.md
index f0d2dc83096151..889fc7622a6331 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_swc_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-swc](https://huggingface.co/Helsinki-NLP/opus-mt-en-swc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tdt_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tdt_xx.md
index 2da3e27733c46c..b44cd8ac7b53eb 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tdt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tdt_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt](https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ti_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ti_xx.md
index af6dd00fab26fb..2cbe1d18b49b0d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ti_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ti_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ti](https://huggingface.co/Helsinki-NLP/opus-mt-en-ti)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tiv_xx.md
index 9ab848afd8edea..d3d853a293ae16 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tiv_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tl_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tl_xx.md
index d6adbacae6e2d3..d1c906454ba0d0 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tl_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tll_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tll_xx.md
index 8bae6cd77cd889..b8a7357df2e2ab 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tll_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tll](https://huggingface.co/Helsinki-NLP/opus-mt-en-tll)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tn_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tn_xx.md
index ea3880e6bbcd55..d45911aa2a633a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tn_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tn](https://huggingface.co/Helsinki-NLP/opus-mt-en-tn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_to_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_to_xx.md
index 74f4529920226d..e9da6ae07eceda 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_to_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-to](https://huggingface.co/Helsinki-NLP/opus-mt-en-to)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_toi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_toi_xx.md
index 16087df9425aa7..3484fe20ee4820 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_toi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-toi](https://huggingface.co/Helsinki-NLP/opus-mt-en-toi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tpi_xx.md
index ad660492f451ea..7bf523473110f4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tpi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_trk_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_trk_xx.md
index cc4a0561e717e1..a69591e50301b3 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_trk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_trk_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-trk](https://huggingface.co/Helsinki-NLP/opus-mt-en-trk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ts_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ts_xx.md
index 49d6e6118a9e69..0fcba6a18572ea 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ts_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ts](https://huggingface.co/Helsinki-NLP/opus-mt-en-ts)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tut_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tut_xx.md
index 5c4a13be069586..6fb96cb187d9b7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tut_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tut_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tut](https://huggingface.co/Helsinki-NLP/opus-mt-en-tut)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tvl_xx.md
index 71b2b00341c9aa..674b7535357386 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tvl_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tw_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tw_xx.md
index 6588bb843973ab..bc524194869ef6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_tw_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tw](https://huggingface.co/Helsinki-NLP/opus-mt-en-tw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ty_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ty_xx.md
index 9809dbb0b58e3e..3b01c8a563cdd7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ty_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ty](https://huggingface.co/Helsinki-NLP/opus-mt-en-ty)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_uk_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_uk_xx.md
index 68a5a7e1faaf3d..5bccff86cbf780 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_uk_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-uk](https://huggingface.co/Helsinki-NLP/opus-mt-en-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_umb_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_umb_xx.md
index 4c94ef4eef921f..e12d54de23d51e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_umb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_umb_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-umb](https://huggingface.co/Helsinki-NLP/opus-mt-en-umb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ur_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ur_xx.md
index 3c0d50677a6fca..f22d49cf0ac6db 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ur_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_ur_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ur](https://huggingface.co/Helsinki-NLP/opus-mt-en-ur)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_urj_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_urj_xx.md
index 5d53794f819592..691af42cd30f36 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_urj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_urj_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-urj](https://huggingface.co/Helsinki-NLP/opus-mt-en-urj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_vi_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_vi_xx.md
index 4502bc5a03c3c4..ce1fca34ecbd15 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_vi_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_xh_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_xh_xx.md
index 9c032cb3ea007f..e2ea9f8a6256d4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_xh_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-xh](https://huggingface.co/Helsinki-NLP/opus-mt-en-xh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zh_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zh_xx.md
index febf6bd47aec4f..79b2903448746e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zh_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zle_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zle_xx.md
index 25d2c52adbab40..20996f0ba52b55 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zle_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zle_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zle](https://huggingface.co/Helsinki-NLP/opus-mt-en-zle)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zls_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zls_xx.md
index b4a958028f76c2..67dabe6a1c14cf 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zls_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zls](https://huggingface.co/Helsinki-NLP/opus-mt-en-zls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zlw_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zlw_xx.md
index d7cd14e9bb3a83..013ffe200b24ac 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zlw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_en_zlw_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw](https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_eo_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_eo_en_xx.md
index f836fc2fe71c6f..cd8dffb8b2328e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_eo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_eo_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-en](https://huggingface.co/Helsinki-NLP/opus-mt-eo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_es_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_es_en_xx.md
index ca653e259b1213..cf58dc5180f535 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_es_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_es_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_et_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_et_en_xx.md
index 61e5e59d537371..b4e0c7bdc22e19 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_et_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_et_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-en](https://huggingface.co/Helsinki-NLP/opus-mt-et-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_eu_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_eu_en_xx.md
index a1482b60f11a59..93c715033ccfd1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_eu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_eu_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-en](https://huggingface.co/Helsinki-NLP/opus-mt-eu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_euq_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_euq_en_xx.md
index e7927745fa90b6..35481a106e1939 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_euq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_euq_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-euq-en](https://huggingface.co/Helsinki-NLP/opus-mt-euq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_fi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_fi_en_xx.md
index 6b7f804210ffd4..afacffd17f1f16 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_fi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_fi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-en](https://huggingface.co/Helsinki-NLP/opus-mt-fi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_fiu_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_fiu_en_xx.md
index e53344fcbf9663..e9ff7de8fa124d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_fiu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_fiu_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en](https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_fj_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_fj_en_xx.md
index 71b79b22dc2761..d7fb93f05cd095 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_fj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_fj_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fj-en](https://huggingface.co/Helsinki-NLP/opus-mt-fj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_fr_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_fr_en_xx.md
index 78f2ae075f2aa0..641d3e7b568068 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_fr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_fr_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ga_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ga_en_xx.md
index f2d1fb4b73d177..4f4070f3abfe46 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ga_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ga_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ga-en](https://huggingface.co/Helsinki-NLP/opus-mt-ga-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_gaa_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_gaa_en_xx.md
index 21d3ccd43d005f..f543097632aec9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_gaa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_gaa_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_gem_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_gem_en_xx.md
index 8f207aeb8e99fa..ae12dfec21d5f7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_gem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_gem_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gem-en](https://huggingface.co/Helsinki-NLP/opus-mt-gem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_gil_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_gil_en_xx.md
index ee95a82af0acb5..2f6051912a5243 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_gil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_gil_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-en](https://huggingface.co/Helsinki-NLP/opus-mt-gil-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_gl_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_gl_en_xx.md
index 5ed573886b4462..f7ca6851c8e3b9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_gl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_gl_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-en](https://huggingface.co/Helsinki-NLP/opus-mt-gl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_gmq_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_gmq_en_xx.md
index 56918a5c80a1f2..1a72d14bb98fae 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_gmq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_gmq_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_gmw_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_gmw_en_xx.md
index b1f5f06f6b8471..2dce4a2e61de29 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_gmw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_gmw_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_grk_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_grk_en_xx.md
index 2817b1fb0dbcae..d1a5b36224ae89 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_grk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_grk_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-grk-en](https://huggingface.co/Helsinki-NLP/opus-mt-grk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_guw_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_guw_en_xx.md
index 9b3c5648576493..ea2ec8cf207056 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_guw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_guw_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-en](https://huggingface.co/Helsinki-NLP/opus-mt-guw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_gv_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_gv_en_xx.md
index a008cce0574bd9..5bcd7dfc629871 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_gv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_gv_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gv-en](https://huggingface.co/Helsinki-NLP/opus-mt-gv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ha_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ha_en_xx.md
index a3290c9c0614c9..f16e1d923b2221 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ha_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ha_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-en](https://huggingface.co/Helsinki-NLP/opus-mt-ha-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_hi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_hi_en_xx.md
index cc00e32a6c6634..5572e9f55b0c3b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_hi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_hi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hi-en](https://huggingface.co/Helsinki-NLP/opus-mt-hi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_hil_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_hil_en_xx.md
index d2305a311220c9..2900daa906d644 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_hil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_hil_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-en](https://huggingface.co/Helsinki-NLP/opus-mt-hil-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ho_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ho_en_xx.md
index 5b0eda7cf349ed..11431477c7ebc2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ho_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ho_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ho-en](https://huggingface.co/Helsinki-NLP/opus-mt-ho-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ht_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ht_en_xx.md
index 8e38c9d7db6e7b..15bf043bde08f9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ht_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ht_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-en](https://huggingface.co/Helsinki-NLP/opus-mt-ht-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_hu_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_hu_en_xx.md
index 6d002cd757d563..4841f95cc7efa4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_hu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_hu_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-en](https://huggingface.co/Helsinki-NLP/opus-mt-hu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_hy_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_hy_en_xx.md
index 41fe0a62ba8857..e3288076a831bd 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_hy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_hy_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hy-en](https://huggingface.co/Helsinki-NLP/opus-mt-hy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_id_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_id_en_xx.md
index 613d1d32420c12..1f83d4e05f9a0c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_id_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_id_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-en](https://huggingface.co/Helsinki-NLP/opus-mt-id-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ig_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ig_en_xx.md
index 0984c2ed000f68..9176c4b47fcc74 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ig_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ig_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-en](https://huggingface.co/Helsinki-NLP/opus-mt-ig-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_iir_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_iir_en_xx.md
index b0c29cdd3cfe1c..12530b9f093aa9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_iir_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_iir_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iir-en](https://huggingface.co/Helsinki-NLP/opus-mt-iir-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ilo_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ilo_en_xx.md
index 45e640b845d72a..3dd697e3b6baa8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ilo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ilo_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_inc_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_inc_en_xx.md
index dc09cb051cb89d..f855ee26bd2558 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_inc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_inc_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-inc-en](https://huggingface.co/Helsinki-NLP/opus-mt-inc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ine_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ine_en_xx.md
index 06b7bfbbf74428..7136e4fb96d907 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ine_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ine_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ine-en](https://huggingface.co/Helsinki-NLP/opus-mt-ine-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_is_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_is_en_xx.md
index f4734593cf9a41..7a2d7913d1d446 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_is_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_is_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-en](https://huggingface.co/Helsinki-NLP/opus-mt-is-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_iso_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_iso_en_xx.md
index ba74e13c8c9f94..d810ef144a0b54 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_iso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_iso_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-en](https://huggingface.co/Helsinki-NLP/opus-mt-iso-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_it_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_it_en_xx.md
index bf3a73e6f7a97f..849ce28a822c9e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_it_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_it_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-en](https://huggingface.co/Helsinki-NLP/opus-mt-it-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_itc_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_itc_en_xx.md
index 407345426312bd..dc9c6f30627727 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_itc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_itc_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-itc-en](https://huggingface.co/Helsinki-NLP/opus-mt-itc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ja_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ja_en_xx.md
index 492d13ea7836d4..218e3f24ac4290 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ja_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ja_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_jap_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_jap_en_xx.md
index 3476105ffc9c74..babb49e55d2d84 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_jap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_jap_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-jap-en](https://huggingface.co/Helsinki-NLP/opus-mt-jap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ka_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ka_en_xx.md
index 497fcb7b4a57a9..5832cd2947e7f7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ka_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ka_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ka-en](https://huggingface.co/Helsinki-NLP/opus-mt-ka-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_kab_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_kab_en_xx.md
index b51878ac7c4f30..fba83241902eaf 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_kab_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_kab_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kab-en](https://huggingface.co/Helsinki-NLP/opus-mt-kab-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_kg_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_kg_en_xx.md
index 51d973038545ed..a4d226e259cfa9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_kg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_kg_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-en](https://huggingface.co/Helsinki-NLP/opus-mt-kg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_kj_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_kj_en_xx.md
index 66f2ec5b92abd5..36fdda6961a962 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_kj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_kj_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kj-en](https://huggingface.co/Helsinki-NLP/opus-mt-kj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_kl_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_kl_en_xx.md
index 1dd9f8b8e7a9da..dc8f195738b685 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_kl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_kl_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kl-en](https://huggingface.co/Helsinki-NLP/opus-mt-kl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ko_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ko_en_xx.md
index 269bca446d5d7d..9b785d31f2ad90 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ko_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ko_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-en](https://huggingface.co/Helsinki-NLP/opus-mt-ko-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_kqn_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_kqn_en_xx.md
index 9bd837fe431b7b..97c115847050bf 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_kqn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_kqn_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_kwn_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_kwn_en_xx.md
index 54f604ccc228ce..6ff57dbf979c8b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_kwn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_kwn_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_kwy_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_kwy_en_xx.md
index 1b9136a3091fc3..b87e7754aa966f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_kwy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_kwy_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_lg_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_lg_en_xx.md
index ae41a42e1dbfdb..b086f9e32defc0 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_lg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_lg_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-en](https://huggingface.co/Helsinki-NLP/opus-mt-lg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ln_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ln_en_xx.md
index 7a8b42ecc140e3..a68d6c61a1f57c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ln_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ln_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-en](https://huggingface.co/Helsinki-NLP/opus-mt-ln-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_loz_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_loz_en_xx.md
index 17da564197531c..b11327441bf7f5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_loz_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_loz_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-en](https://huggingface.co/Helsinki-NLP/opus-mt-loz-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_lu_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_lu_en_xx.md
index 435b4a8d191ac8..7efdc424b872e3 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_lu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_lu_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-en](https://huggingface.co/Helsinki-NLP/opus-mt-lu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_lua_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_lua_en_xx.md
index 14b0fdbb037c99..add6a3fa472be4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_lua_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_lua_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-en](https://huggingface.co/Helsinki-NLP/opus-mt-lua-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_lue_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_lue_en_xx.md
index 7fc0f35ab5ff4a..94ab05c8dca42e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_lue_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_lue_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-en](https://huggingface.co/Helsinki-NLP/opus-mt-lue-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_lun_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_lun_en_xx.md
index 7d51c6dc6c5a12..9a59b25f2af11e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_lun_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_lun_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lun-en](https://huggingface.co/Helsinki-NLP/opus-mt-lun-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_luo_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_luo_en_xx.md
index bdd45688f1ac41..baaa4d9d0f2913 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_luo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_luo_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-luo-en](https://huggingface.co/Helsinki-NLP/opus-mt-luo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_lus_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_lus_en_xx.md
index ac6f2dff3c1a11..7014fb33234877 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_lus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_lus_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-en](https://huggingface.co/Helsinki-NLP/opus-mt-lus-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_lv_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_lv_en_xx.md
index 97f145fc93f2bb..d39c8c7e419317 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_lv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_lv_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-en](https://huggingface.co/Helsinki-NLP/opus-mt-lv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mfe_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mfe_en_xx.md
index 5a7c6b5e187bc1..1a10f8b14de448 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mfe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mfe_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en](https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mg_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mg_en_xx.md
index 40973469ee4394..0560bb8fbe253a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mg_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mg-en](https://huggingface.co/Helsinki-NLP/opus-mt-mg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mh_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mh_en_xx.md
index 5a71595004d2e5..8ab7e6aa12339d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mh_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mk_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mk_en_xx.md
index fa0f40f4aec36e..ae1a367e4c0c5a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mk_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-en](https://huggingface.co/Helsinki-NLP/opus-mt-mk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mkh_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mkh_en_xx.md
index 9e98e36082d9ab..c7ff7933ca90e1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mkh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mkh_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ml_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ml_en_xx.md
index 81eb9723b46789..175f0b430b37a8 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ml_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ml_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ml-en](https://huggingface.co/Helsinki-NLP/opus-mt-ml-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mos_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mos_en_xx.md
index 4b436bc10571ef..741661ddb65b17 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mos_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mos_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mos-en](https://huggingface.co/Helsinki-NLP/opus-mt-mos-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mr_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mr_en_xx.md
index 42363578d6f877..b5b9b0d4688dd6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mr_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mr-en](https://huggingface.co/Helsinki-NLP/opus-mt-mr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mt_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mt_en_xx.md
index 3edc0b7304292e..9fb0a94ade5450 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mt_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-en](https://huggingface.co/Helsinki-NLP/opus-mt-mt-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_mul_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_mul_en_xx.md
index be34be3d7f3283..dffea91ab5fd12 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_mul_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_mul_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mul-en](https://huggingface.co/Helsinki-NLP/opus-mt-mul-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ng_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ng_en_xx.md
index 7500841f53b6fd..8c7721a83a0a7d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ng_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ng_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ng-en](https://huggingface.co/Helsinki-NLP/opus-mt-ng-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_nic_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_nic_en_xx.md
index 455b2a1920dab2..a4eae601a1449a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_nic_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_nic_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nic-en](https://huggingface.co/Helsinki-NLP/opus-mt-nic-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_niu_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_niu_en_xx.md
index dcd8b0f0a96533..eed12b989d1db1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_niu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_niu_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-en](https://huggingface.co/Helsinki-NLP/opus-mt-niu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_nl_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_nl_en_xx.md
index e44fdc561f2c98..c355e371355ceb 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_nl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_nl_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-en](https://huggingface.co/Helsinki-NLP/opus-mt-nl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_nso_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_nso_en_xx.md
index 11bcb45585ee0a..87666b8916c06c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_nso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_nso_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-en](https://huggingface.co/Helsinki-NLP/opus-mt-nso-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ny_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ny_en_xx.md
index 9c5d0de30ca2fc..71576964d663a4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ny_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ny_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-en](https://huggingface.co/Helsinki-NLP/opus-mt-ny-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_nyk_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_nyk_en_xx.md
index f5d8e7b0851c00..dcf50c3443e69c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_nyk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_nyk_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en](https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_om_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_om_en_xx.md
index 0c07d653fee3aa..8808e8232de687 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_om_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_om_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-om-en](https://huggingface.co/Helsinki-NLP/opus-mt-om-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_pa_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_pa_en_xx.md
index 9a9ef98ef55040..10a3468d562ce7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_pa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_pa_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pa-en](https://huggingface.co/Helsinki-NLP/opus-mt-pa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_pag_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_pag_en_xx.md
index f5387d31bb65bf..d908141ea4b618 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_pag_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_pag_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-en](https://huggingface.co/Helsinki-NLP/opus-mt-pag-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_pap_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_pap_en_xx.md
index 3e93addc383f0a..a7c6e24d415df6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_pap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_pap_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-en](https://huggingface.co/Helsinki-NLP/opus-mt-pap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_phi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_phi_en_xx.md
index 1fbe581888403b..b9b98d7dd79d9e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_phi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_phi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-phi-en](https://huggingface.co/Helsinki-NLP/opus-mt-phi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_pis_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_pis_en_xx.md
index 07cc3efa1c6f05..9b9bbe3978123d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_pis_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_pis_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-en](https://huggingface.co/Helsinki-NLP/opus-mt-pis-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_pl_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_pl_en_xx.md
index 949555c3f5cf0b..6a56aa294ef11b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_pl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_pl_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-en](https://huggingface.co/Helsinki-NLP/opus-mt-pl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_pon_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_pon_en_xx.md
index 1f31bcc4a92591..3af6d2263e2484 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_pon_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_pon_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-en](https://huggingface.co/Helsinki-NLP/opus-mt-pon-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_pqe_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_pqe_en_xx.md
index 131c8d59bd8b3c..c596cd2e33428d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_pqe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_pqe_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en](https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_rn_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_rn_en_xx.md
index b444121d079ade..be02d10efbe46c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_rn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_rn_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-en](https://huggingface.co/Helsinki-NLP/opus-mt-rn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_rnd_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_rnd_en_xx.md
index f37b035aba7ab5..36f7e43fa2b594 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_rnd_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_rnd_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_roa_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_roa_en_xx.md
index e3f2486fc73d9b..a7da850ae06903 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_roa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_roa_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-roa-en](https://huggingface.co/Helsinki-NLP/opus-mt-roa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ru_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ru_en_xx.md
index ceaf7fe7a48153..42db1c03d7440c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ru_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ru_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_run_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_run_en_xx.md
index fec92814e8a83a..9a000449f206b2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_run_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_run_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-en](https://huggingface.co/Helsinki-NLP/opus-mt-run-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_rw_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_rw_en_xx.md
index d40709e8fa14bb..9c7e47485f82b2 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_rw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_rw_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-en](https://huggingface.co/Helsinki-NLP/opus-mt-rw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sal_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sal_en_xx.md
index b74f1b6117acdc..f4f82f0103c6cb 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sal_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sal-en](https://huggingface.co/Helsinki-NLP/opus-mt-sal-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sem_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sem_en_xx.md
index b41f042bda9912..b5e09d69b881c4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sem_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sem-en](https://huggingface.co/Helsinki-NLP/opus-mt-sem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sg_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sg_en_xx.md
index a0dbccc5c015ed..e37939e739cc1b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sg_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-en](https://huggingface.co/Helsinki-NLP/opus-mt-sg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sk_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sk_en_xx.md
index a8044a1d4ce70f..e2a4de2ce6a960 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sk_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-en](https://huggingface.co/Helsinki-NLP/opus-mt-sk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sla_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sla_en_xx.md
index 82845eec211510..3791dfe7b415a7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sla_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sla_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sla-en](https://huggingface.co/Helsinki-NLP/opus-mt-sla-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sm_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sm_en_xx.md
index 83fa60a0b31091..039c5978ecd465 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sm_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sm_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-en](https://huggingface.co/Helsinki-NLP/opus-mt-sm-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sn_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sn_en_xx.md
index 9197209dfb73d9..3ff4de0fcddc6e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sn_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-en](https://huggingface.co/Helsinki-NLP/opus-mt-sn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sq_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sq_en_xx.md
index 8b2a9cdddada4b..e43049f168b81e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sq_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-en](https://huggingface.co/Helsinki-NLP/opus-mt-sq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_srn_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_srn_en_xx.md
index 2efbb969ef0fab..2c38a0bec7f100 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_srn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_srn_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-en](https://huggingface.co/Helsinki-NLP/opus-mt-srn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ss_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ss_en_xx.md
index 15b13831659bae..8050e1c8b220be 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ss_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ss_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ss-en](https://huggingface.co/Helsinki-NLP/opus-mt-ss-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_st_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_st_en_xx.md
index b1e974a05ad63a..54939e77e07797 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_st_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_st_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-en](https://huggingface.co/Helsinki-NLP/opus-mt-st-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_sv_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_sv_en_xx.md
index a9455dbfb98500..181b29a3efb1c6 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_sv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_sv_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-en](https://huggingface.co/Helsinki-NLP/opus-mt-sv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_swc_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_swc_en_xx.md
index c86c53a80d81aa..2195ba504468fa 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_swc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_swc_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-en](https://huggingface.co/Helsinki-NLP/opus-mt-swc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_taw_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_taw_en_xx.md
index 76bc970590e395..765cc6e62971f5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_taw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_taw_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-taw-en](https://huggingface.co/Helsinki-NLP/opus-mt-taw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_th_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_th_en_xx.md
index a1f1b30a960ddf..ca2109e309cfe9 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_th_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_th_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-th-en](https://huggingface.co/Helsinki-NLP/opus-mt-th-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ti_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ti_en_xx.md
index 60960fc27c193e..7ce8e2cd759297 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ti_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ti_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ti-en](https://huggingface.co/Helsinki-NLP/opus-mt-ti-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tiv_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tiv_en_xx.md
index 53037966195810..39f7f1d1557461 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tiv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tiv_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tl_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tl_en_xx.md
index 7048593d55ff2b..a2dbed214415a1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tl_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tll_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tll_en_xx.md
index 7d2375483c254f..f9ddb0775ef209 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tll_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tll_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-en](https://huggingface.co/Helsinki-NLP/opus-mt-tll-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tn_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tn_en_xx.md
index 7f81146a1b5b42..e85e7c23a5971c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tn_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-en](https://huggingface.co/Helsinki-NLP/opus-mt-tn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_to_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_to_en_xx.md
index fb59e2196af2d8..010962553732d7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_to_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_to_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-en](https://huggingface.co/Helsinki-NLP/opus-mt-to-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_toi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_toi_en_xx.md
index b2ed62600b146a..16bfe653f94835 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_toi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_toi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-en](https://huggingface.co/Helsinki-NLP/opus-mt-toi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tpi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tpi_en_xx.md
index e9824a8d0c5971..5844486e597aa5 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tpi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tpi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en](https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tr_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tr_en_xx.md
index 0d59c2ccfbb9b9..640d6f252be181 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tr_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-en](https://huggingface.co/Helsinki-NLP/opus-mt-tr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_trk_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_trk_en_xx.md
index 477b0661f3eb25..48f5acbacb0ea4 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_trk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_trk_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-trk-en](https://huggingface.co/Helsinki-NLP/opus-mt-trk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ts_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ts_en_xx.md
index 1e5ca00c6d3dd5..2e416ff31f1b71 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ts_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ts_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-en](https://huggingface.co/Helsinki-NLP/opus-mt-ts-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tum_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tum_en_xx.md
index 1dc79d0e1bc466..7dafe17c507ef3 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tum_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tum_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-en](https://huggingface.co/Helsinki-NLP/opus-mt-tum-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_tvl_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_tvl_en_xx.md
index 7518adadf53cdd..dec51397f9d124 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_tvl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_tvl_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_uk_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_uk_en_xx.md
index ee1e400c68f69a..f442fd64e1bb0b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_uk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_uk_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-en](https://huggingface.co/Helsinki-NLP/opus-mt-uk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_umb_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_umb_en_xx.md
index 445d67765c4217..5a3200887cfdb7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_umb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_umb_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-umb-en](https://huggingface.co/Helsinki-NLP/opus-mt-umb-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ur_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ur_en_xx.md
index 592463f9ddbff3..d364f13ed3e60c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ur_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ur_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ur-en](https://huggingface.co/Helsinki-NLP/opus-mt-ur-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_urj_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_urj_en_xx.md
index e8224a2fab21d9..4a0423f242f348 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_urj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_urj_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-urj-en](https://huggingface.co/Helsinki-NLP/opus-mt-urj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_ve_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_ve_en_xx.md
index ff1c0252cc17fe..b74604161853a7 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_ve_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_ve_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ve-en](https://huggingface.co/Helsinki-NLP/opus-mt-ve-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_vi_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_vi_en_xx.md
index cdac95e55be9a0..f819d9dc263df1 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_vi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_vi_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-en](https://huggingface.co/Helsinki-NLP/opus-mt-vi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_wa_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_wa_en_xx.md
index 3a94c7cdfba74a..1ac79b4208a69a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_wa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_wa_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wa-en](https://huggingface.co/Helsinki-NLP/opus-mt-wa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_wal_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_wal_en_xx.md
index a266f65eb9630b..b271a50668b28e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_wal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_wal_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wal-en](https://huggingface.co/Helsinki-NLP/opus-mt-wal-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_war_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_war_en_xx.md
index 756fd844bf2ef2..91e58d2ba8261d 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_war_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_war_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-en](https://huggingface.co/Helsinki-NLP/opus-mt-war-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_wls_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_wls_en_xx.md
index a6cc33afbf36bb..5d682c9156020e 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_wls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_wls_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-en](https://huggingface.co/Helsinki-NLP/opus-mt-wls-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_xh_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_xh_en_xx.md
index f13b9090340954..8406829c92494c 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_xh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_xh_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-en](https://huggingface.co/Helsinki-NLP/opus-mt-xh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_yap_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_yap_en_xx.md
index 19428fc9b7b143..75004018c2437f 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_yap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_yap_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-en](https://huggingface.co/Helsinki-NLP/opus-mt-yap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_yo_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_yo_en_xx.md
index 4b842f470125ed..6f4a1374332624 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_yo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_yo_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-en](https://huggingface.co/Helsinki-NLP/opus-mt-yo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_zh_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_zh_en_xx.md
index 45b0b065852a84..f3b0d40b12ec85 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_zh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_zh_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-en](https://huggingface.co/Helsinki-NLP/opus-mt-zh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_zle_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_zle_en_xx.md
index be0ec236eb4bec..44543df454d99a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_zle_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_zle_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zle-en](https://huggingface.co/Helsinki-NLP/opus-mt-zle-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_zls_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_zls_en_xx.md
index 4f7c864720ec4c..da9e4e9dbb3f1b 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_zls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_zls_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zls-en](https://huggingface.co/Helsinki-NLP/opus-mt-zls-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-01-03-translate_zlw_en_xx.md b/docs/_posts/maziyarpanahi/2021-01-03-translate_zlw_en_xx.md
index 5ba6db4fbd2245..f4f6e244fbf89a 100644
--- a/docs/_posts/maziyarpanahi/2021-01-03-translate_zlw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-01-03-translate_zlw_en_xx.md
@@ -76,4 +76,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en](https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aav_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aav_en_xx.md
index 43ea1cf33c3f0d..87815ba51675c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aav_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aav_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-aav-en](https://huggingface.co/Helsinki-NLP/opus-mt-aav-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aed_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aed_es_xx.md
index 63eb00054b07da..0bf793fe8b0bff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aed_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_aed_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-aed-es](https://huggingface.co/Helsinki-NLP/opus-mt-aed-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_de_xx.md
index cc03850b3273f1..85be55e5883d7b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-de](https://huggingface.co/Helsinki-NLP/opus-mt-af-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_en_xx.md
index c3e9a1a253ff5f..be02c5f5c670f4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-en](https://huggingface.co/Helsinki-NLP/opus-mt-af-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_eo_xx.md
index 7127bd991d7310..d73fe25a3979f1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-eo](https://huggingface.co/Helsinki-NLP/opus-mt-af-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_es_xx.md
index e3badb1633033a..95e54cadea0bb5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-es](https://huggingface.co/Helsinki-NLP/opus-mt-af-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fi_xx.md
index 2431fa2c1d2486..a654308476156b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-fi](https://huggingface.co/Helsinki-NLP/opus-mt-af-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fr_xx.md
index 12cd3a0210482e..8c74090b87618a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-fr](https://huggingface.co/Helsinki-NLP/opus-mt-af-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_nl_xx.md
index e7614401d48687..13507d5cd385a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-nl](https://huggingface.co/Helsinki-NLP/opus-mt-af-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_ru_xx.md
index 691a0e5220a837..dcd6a6fc658f5b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-ru](https://huggingface.co/Helsinki-NLP/opus-mt-af-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_sv_xx.md
index 0ad4f6cb593f2f..884b049de9fe47 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_af_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-sv](https://huggingface.co/Helsinki-NLP/opus-mt-af-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_afa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_afa_xx.md
index 8d81372bbf17bc..2076367616184c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_afa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_afa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-afa-afa](https://huggingface.co/Helsinki-NLP/opus-mt-afa-afa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_en_xx.md
index 4a46ef1132ad2c..655d030490d02b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_afa_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-afa-en](https://huggingface.co/Helsinki-NLP/opus-mt-afa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_alv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_alv_en_xx.md
index 261ecab847e158..b206c624c0e293 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_alv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_alv_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-alv-en](https://huggingface.co/Helsinki-NLP/opus-mt-alv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_am_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_am_sv_xx.md
index 25072725a2a3f1..584f8e00b41d8b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_am_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_am_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-am-sv](https://huggingface.co/Helsinki-NLP/opus-mt-am-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_de_xx.md
index a437fc1df35a9c..f3297d73342bcd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-de](https://huggingface.co/Helsinki-NLP/opus-mt-ar-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_el_xx.md
index b1211873b1a3ef..00e6a5664c7be2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-el](https://huggingface.co/Helsinki-NLP/opus-mt-ar-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_en_xx.md
index 6c2327ec8ab1b6..6581fcdff6a60d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_eo_xx.md
index 8c112e3a1be2d1..c27dd578efe744 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ar-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_es_xx.md
index d16a9e442616cc..0683bb926553e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-es](https://huggingface.co/Helsinki-NLP/opus-mt-ar-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_fr_xx.md
index adc21cffbbf827..f9f075eb6c097a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ar-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_he_xx.md
index be91256759a0fd..9ee35358455d47 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-he](https://huggingface.co/Helsinki-NLP/opus-mt-ar-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_it_xx.md
index aa0464f527a578..d6489afbda7d9a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-it](https://huggingface.co/Helsinki-NLP/opus-mt-ar-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_pl_xx.md
index 22bc98242a92b3..ae038efa75bd25 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-pl](https://huggingface.co/Helsinki-NLP/opus-mt-ar-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_ru_xx.md
index 1f1307c2179c68..b45733e4d466d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ar-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_tr_xx.md
index 8684c41a973abe..7aaed09641e541 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ar_tr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-tr](https://huggingface.co/Helsinki-NLP/opus-mt-ar-tr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_art_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_art_en_xx.md
index f87e70d224e821..19e8f081316c56 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_art_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_art_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-art-en](https://huggingface.co/Helsinki-NLP/opus-mt-art-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_de_xx.md
index fdf42e245d49ff..cca341e0cc3bf2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-de](https://huggingface.co/Helsinki-NLP/opus-mt-ase-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_en_xx.md
index d9b7df606538f5..acfa847575cdd2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-en](https://huggingface.co/Helsinki-NLP/opus-mt-ase-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_es_xx.md
index 452d8ffeda0bbf..5069b1d0834055 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-es](https://huggingface.co/Helsinki-NLP/opus-mt-ase-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_fr_xx.md
index d32ab0ad1921f6..ece16d294cf034 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ase-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_sv_xx.md
index 713e9e3a0aa767..3e802d4dee8070 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ase_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ase-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_en_xx.md
index 906614755e90ed..8be3be7275169c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-en](https://huggingface.co/Helsinki-NLP/opus-mt-az-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_es_xx.md
index 1a7a52eaaeb7d3..6fce11838e3ff5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_az_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-es](https://huggingface.co/Helsinki-NLP/opus-mt-az-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bat_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bat_en_xx.md
index 4453ceb7b9192d..a40903d8b1a24e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bat_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bat_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bat-en](https://huggingface.co/Helsinki-NLP/opus-mt-bat-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_de_xx.md
index f4ef3eaa36996e..c5a362df2ae981 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-de](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_en_xx.md
index 1d67452b3575cf..7a5a568a7a4cea 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_es_xx.md
index ecb448cadd6163..fd310a7667f1fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-es](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fi_xx.md
index 328d8ba04c5a33..82dd8b383154dc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fr_xx.md
index 1fd29c5263c03f..264dc3a14f58f5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_sv_xx.md
index af5abab506c784..e9457a94e6e289 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bcl_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_be_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_be_es_xx.md
index cc8947c6e7d6ec..c7467e5728a7be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_be_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_be_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-be-es](https://huggingface.co/Helsinki-NLP/opus-mt-be-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_es_xx.md
index ba5b6029fa537d..7e0820018413b8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-es](https://huggingface.co/Helsinki-NLP/opus-mt-bem-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fi_xx.md
index 28377d7118086d..6a73da12402afe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bem-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fr_xx.md
index 77a067e8cdc1b6..f240fcdebaf786 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bem-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_sv_xx.md
index aef8f2d1a04638..5624c11c349302 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bem_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bem-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_en_xx.md
index d8035b13d14a3d..4204e17790d4a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-en](https://huggingface.co/Helsinki-NLP/opus-mt-ber-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_es_xx.md
index 5a4db619144755..d38a4b63c5d3e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-es](https://huggingface.co/Helsinki-NLP/opus-mt-ber-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_fr_xx.md
index a4e34326dbe947..c4c3dc5e0f01b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ber_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ber-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_de_xx.md
index b62689994e29f6..c9e05306256655 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-de](https://huggingface.co/Helsinki-NLP/opus-mt-bg-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_en_xx.md
index e0e628d66fb257..a865946b62d047 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-en](https://huggingface.co/Helsinki-NLP/opus-mt-bg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_eo_xx.md
index ff3f1bc38eed70..ffb59f8c6fbfdf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-eo](https://huggingface.co/Helsinki-NLP/opus-mt-bg-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_es_xx.md
index badc0f7bb9a5ab..be008292ab0b35 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-es](https://huggingface.co/Helsinki-NLP/opus-mt-bg-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_fi_xx.md
index cc58949fcc7577..8f4edea0e549f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bg-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_it_xx.md
index 9cef0c8b4070f0..edaaaae416514b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-it](https://huggingface.co/Helsinki-NLP/opus-mt-bg-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_ru_xx.md
index 0367bc7ff50db6..3e04ca0ada8269 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-ru](https://huggingface.co/Helsinki-NLP/opus-mt-bg-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_sv_xx.md
index 550f739d07de9e..9d3484c43b41bf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bg-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_tr_xx.md
index 34e628ca9e9c7a..dbecf0befed221 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_tr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-tr](https://huggingface.co/Helsinki-NLP/opus-mt-bg-tr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_uk_xx.md
index 4fc6cd6ba3ff17..d7cbc5b56c5446 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bg_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-uk](https://huggingface.co/Helsinki-NLP/opus-mt-bg-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_en_xx.md
index 8e33a5d0906f11..15e43e8936c578 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-en](https://huggingface.co/Helsinki-NLP/opus-mt-bi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_es_xx.md
index c0a4e254f83dc0..bd9de76a473857 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-es](https://huggingface.co/Helsinki-NLP/opus-mt-bi-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_fr_xx.md
index 84789941fc4f11..97a692b3e4e60c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bi-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_sv_xx.md
index 673d8d08a77234..8c9a4ab52018f7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bi_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bi-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bn_en_xx.md
index ea4a76722ad5e8..b70782e687e3a9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bn_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bn-en](https://huggingface.co/Helsinki-NLP/opus-mt-bn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bnt_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bnt_en_xx.md
index c3a344a3c06f38..06fad873277e54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bnt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bnt_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en](https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_en_xx.md
index c59dd2dc465da6..b091b2f257f1ac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_es_xx.md
index e38fe77c68f9ca..2e4feaab36ab87 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-es](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fi_xx.md
index 46640b166fed0f..5af13d6817ce68 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fr_xx.md
index 4927d605bb2896..f2a776fb527646 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_sv_xx.md
index 3cec83240dbf5a..3684966b9541df 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_bzs_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_en_xx.md
index defb004547516c..4143c85d8a879c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-en](https://huggingface.co/Helsinki-NLP/opus-mt-ca-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_es_xx.md
index ebb611d133f971..c49a48501dc19c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-es](https://huggingface.co/Helsinki-NLP/opus-mt-ca-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_fr_xx.md
index 6f3100c095934c..34b101f99d1685 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ca-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_it_xx.md
index 90816054d5b24f..5c44c1fc8cf181 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-it](https://huggingface.co/Helsinki-NLP/opus-mt-ca-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_nl_xx.md
index afa92fced5fc20..16e86e8da8c175 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-nl](https://huggingface.co/Helsinki-NLP/opus-mt-ca-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_pt_xx.md
index fabcabd3246405..e0138f4c8169b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_pt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-pt](https://huggingface.co/Helsinki-NLP/opus-mt-ca-pt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_uk_xx.md
index 2744c7be32aa15..27735c1c9b4036 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ca_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-uk](https://huggingface.co/Helsinki-NLP/opus-mt-ca-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cau_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cau_en_xx.md
index 65c54e81d085fd..dda462ab99e394 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cau_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cau_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cau-en](https://huggingface.co/Helsinki-NLP/opus-mt-cau-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ccs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ccs_en_xx.md
index 393e07715be3a1..753728d921bd97 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ccs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ccs_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en](https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_en_xx.md
index 7edb062bc34cfb..fd33ace7bf7241 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_es_xx.md
index b41d23d172f1b1..6cc6a6edf54ea7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-es](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fi_xx.md
index 47932601a8930c..3e9c3f0437897c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fr_xx.md
index e434d3d355965a..c7e29b56b52a54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_sv_xx.md
index 7c6433d7d37680..1212c3396b5493 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ceb_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cel_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cel_en_xx.md
index d38f457ab8dfa8..06ef0d45b623ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cel_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cel_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cel-en](https://huggingface.co/Helsinki-NLP/opus-mt-cel-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_en_xx.md
index c7248135cf1265..536abcc14f8305 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-en](https://huggingface.co/Helsinki-NLP/opus-mt-chk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_es_xx.md
index 7c520872126592..dc2be9e1e71c93 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-es](https://huggingface.co/Helsinki-NLP/opus-mt-chk-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_fr_xx.md
index 915565728079b2..a00b3addb28100 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-chk-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_sv_xx.md
index 8fdb0554e4de62..d13c785b750ac6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_chk_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-sv](https://huggingface.co/Helsinki-NLP/opus-mt-chk-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpf_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpf_en_xx.md
index 80b470cc11a757..a3dbc47472bb4b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpf_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpf_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_cpp_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_cpp_xx.md
index 935cb4803e1afb..1d1bb9c982ae8c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_cpp_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_cpp_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpp-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-cpp)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_en_xx.md
index f836544e508872..d5880694d61eb7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cpp_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_de_xx.md
index 9be4cbb2598d1a..a7c094a5c95b7a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-de](https://huggingface.co/Helsinki-NLP/opus-mt-crs-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_en_xx.md
index e927c4f01d6d3f..558ce174a1afa2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-en](https://huggingface.co/Helsinki-NLP/opus-mt-crs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_es_xx.md
index 50169d53d8a2ed..74373866d15c4b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-es](https://huggingface.co/Helsinki-NLP/opus-mt-crs-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fi_xx.md
index 0799cbcae94e8c..6dbb0c30ee9cee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-fi](https://huggingface.co/Helsinki-NLP/opus-mt-crs-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fr_xx.md
index cb96440856fbe8..22fb825a68dd2d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_crs_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-fr](https://huggingface.co/Helsinki-NLP/opus-mt-crs-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_de_xx.md
index 64000a474f971c..d2ef3a443689cd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-de](https://huggingface.co/Helsinki-NLP/opus-mt-cs-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_en_xx.md
index d3b5f2ae616403..8cbfdbf5b2f585 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-en](https://huggingface.co/Helsinki-NLP/opus-mt-cs-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_eo_xx.md
index 37b3d94f64a535..42383d85e9d238 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-eo](https://huggingface.co/Helsinki-NLP/opus-mt-cs-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fi_xx.md
index 2eaa5ea9fae774..d7c88be07d3217 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-fi](https://huggingface.co/Helsinki-NLP/opus-mt-cs-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fr_xx.md
index 500e6d06c8df71..6a4ffcdd48673a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-fr](https://huggingface.co/Helsinki-NLP/opus-mt-cs-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_sv_xx.md
index 93060fa7532276..a09c2eacdcddf1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-sv](https://huggingface.co/Helsinki-NLP/opus-mt-cs-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_uk_xx.md
index 611de20422c48e..0ca92bdc2e1a0b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cs_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-uk](https://huggingface.co/Helsinki-NLP/opus-mt-cs-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csg_es_xx.md
index af8f0856b1f104..8c98b526eb3267 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csg_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-csg-es](https://huggingface.co/Helsinki-NLP/opus-mt-csg-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csn_es_xx.md
index 19b8cde1e1d1e0..104e35c44bcb9b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_csn_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-csn-es](https://huggingface.co/Helsinki-NLP/opus-mt-csn-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cus_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cus_en_xx.md
index 978f60b9b889c4..770a63e5efdbad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cus_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cus-en](https://huggingface.co/Helsinki-NLP/opus-mt-cus-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cy_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cy_en_xx.md
index 27e63581eda4a8..d8dc46a0ac4272 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_cy_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cy-en](https://huggingface.co/Helsinki-NLP/opus-mt-cy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_de_xx.md
index c873c3049b7a4f..955ddaeff9c758 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-de](https://huggingface.co/Helsinki-NLP/opus-mt-da-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_en_xx.md
index bb181fe5c334a8..05977fb9ee4c19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-en](https://huggingface.co/Helsinki-NLP/opus-mt-da-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_eo_xx.md
index 55e6ac89294e80..41a00347413f26 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-eo](https://huggingface.co/Helsinki-NLP/opus-mt-da-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_es_xx.md
index 5df6e482a9f67d..d957a5b8c339bb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-es](https://huggingface.co/Helsinki-NLP/opus-mt-da-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fi_xx.md
index 7b45356abfdbc1..6fa9b08c5de1ea 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-fi](https://huggingface.co/Helsinki-NLP/opus-mt-da-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fr_xx.md
index 397c2630cf5a17..74d0e88d601e90 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-fr](https://huggingface.co/Helsinki-NLP/opus-mt-da-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_no_xx.md
index 0537029c79500a..008207408e5857 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_da_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-no](https://huggingface.co/Helsinki-NLP/opus-mt-da-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_af_xx.md
index 2778463f0295c6..d7d75d159e7e1c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-af](https://huggingface.co/Helsinki-NLP/opus-mt-de-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ar_xx.md
index b5dd52cbe65e0c..0cb821d38be942 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ar](https://huggingface.co/Helsinki-NLP/opus-mt-de-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ase_xx.md
index fe0c997ef2d639..7b52fe0bfe6d15 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ase_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ase](https://huggingface.co/Helsinki-NLP/opus-mt-de-ase)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bcl_xx.md
index aff1002527fbf7..2ea83586578aac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bcl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-de-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bg_xx.md
index 35e3b358743e83..23c8da59653afe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bg](https://huggingface.co/Helsinki-NLP/opus-mt-de-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bi_xx.md
index 33ecfdf37f8089..7bd22f6f338eaf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bi](https://huggingface.co/Helsinki-NLP/opus-mt-de-bi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bzs_xx.md
index e0d9863d4fd10e..0b040097e66bc8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_bzs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-de-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ca_xx.md
index ec40d25aac6d39..a25791454ec455 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ca](https://huggingface.co/Helsinki-NLP/opus-mt-de-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_crs_xx.md
index b9bb54caeab805..64e03e7481d15d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_crs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-crs](https://huggingface.co/Helsinki-NLP/opus-mt-de-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_cs_xx.md
index 242a7ffb59673a..877bd5a4763562 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_cs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-cs](https://huggingface.co/Helsinki-NLP/opus-mt-de-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_da_xx.md
index 7b63bea1c290d0..7507df5f6ddf7e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_da_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-da](https://huggingface.co/Helsinki-NLP/opus-mt-de-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_de_xx.md
index 06fc512f5eb2cc..ca850f17d0c544 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-de](https://huggingface.co/Helsinki-NLP/opus-mt-de-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ee_xx.md
index fcf2156ad3bee8..8be4df54cfa9a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ee_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ee](https://huggingface.co/Helsinki-NLP/opus-mt-de-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_efi_xx.md
index 43047aca561b0d..f320face039322 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_efi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-efi](https://huggingface.co/Helsinki-NLP/opus-mt-de-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_el_xx.md
index d09b9d31d9f893..a3fe4bedebff71 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-el](https://huggingface.co/Helsinki-NLP/opus-mt-de-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_en_xx.md
index a16c2441694de7..2b4d132711c33e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-en](https://huggingface.co/Helsinki-NLP/opus-mt-de-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eo_xx.md
index f1479bc46da0e1..2a2bd16bbc8d91 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-eo](https://huggingface.co/Helsinki-NLP/opus-mt-de-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_es_xx.md
index a1d368c7075e42..a35c6893e89c33 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-es](https://huggingface.co/Helsinki-NLP/opus-mt-de-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_et_xx.md
index e1cfbe62203810..f6cf752c84426a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_et_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-et](https://huggingface.co/Helsinki-NLP/opus-mt-de-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eu_xx.md
index 8dbb5db10219ca..dc4f62ad175ae1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_eu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-eu](https://huggingface.co/Helsinki-NLP/opus-mt-de-eu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fi_xx.md
index 7e3acaed682e78..61c5e470e30467 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-fi](https://huggingface.co/Helsinki-NLP/opus-mt-de-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fj_xx.md
index 49e78d96cc1429..8d3e094fb1804c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-fj](https://huggingface.co/Helsinki-NLP/opus-mt-de-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fr_xx.md
index ad0ab2588b3eb0..c315dfca22c3ad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-fr](https://huggingface.co/Helsinki-NLP/opus-mt-de-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gaa_xx.md
index ca3f38d87b1a05..0216c5a9d9487b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gaa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-de-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gil_xx.md
index 8cdb0599b82b19..8a377cfb836141 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_gil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-gil](https://huggingface.co/Helsinki-NLP/opus-mt-de-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_guw_xx.md
index e5e2823e0bb73a..460173eee1d70e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_guw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-guw](https://huggingface.co/Helsinki-NLP/opus-mt-de-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ha_xx.md
index 958ade82724354..7addb28bf1ac58 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ha_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ha](https://huggingface.co/Helsinki-NLP/opus-mt-de-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_he_xx.md
index ea35bf0a305578..7e2c2316e1a876 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-he](https://huggingface.co/Helsinki-NLP/opus-mt-de-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hil_xx.md
index 7b9319249d3c08..fe904aeeba1881 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-hil](https://huggingface.co/Helsinki-NLP/opus-mt-de-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ho_xx.md
index 60376dfe0629a2..3f804387c9b717 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ho_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ho](https://huggingface.co/Helsinki-NLP/opus-mt-de-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hr_xx.md
index 0af6170847020d..afa296d0335058 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-hr](https://huggingface.co/Helsinki-NLP/opus-mt-de-hr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ht_xx.md
index 610e75c2d51307..2b7d22026c8b04 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ht_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ht](https://huggingface.co/Helsinki-NLP/opus-mt-de-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hu_xx.md
index 27c9df9a87e98a..dc1d5d3ec80fb5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-hu](https://huggingface.co/Helsinki-NLP/opus-mt-de-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ig_xx.md
index 9d1b955799fd8b..d31ae4e39baf0d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ig_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ig](https://huggingface.co/Helsinki-NLP/opus-mt-de-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ilo_xx.md
index 871a067a4e2891..601056c15f5b96 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ilo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-de-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_is_xx.md
index 1725091bd1f924..02272810d750b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_is_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-is](https://huggingface.co/Helsinki-NLP/opus-mt-de-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_iso_xx.md
index ea9ce323636243..a06dc9ad69dfd9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_iso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-iso](https://huggingface.co/Helsinki-NLP/opus-mt-de-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_it_xx.md
index e67cf5d33d745e..9ff09af805ce59 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-it](https://huggingface.co/Helsinki-NLP/opus-mt-de-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_kg_xx.md
index b31b38c1203701..139cf628e2677f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_kg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-kg](https://huggingface.co/Helsinki-NLP/opus-mt-de-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ln_xx.md
index 714ec69023f7a3..caf1c4409497af 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ln_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ln](https://huggingface.co/Helsinki-NLP/opus-mt-de-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_loz_xx.md
index 49ac27d3cbf1fa..52c6998795bf56 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_loz_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-loz](https://huggingface.co/Helsinki-NLP/opus-mt-de-loz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lt_xx.md
index bb5fbe9eb583a6..bb99a8b7943f20 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-lt](https://huggingface.co/Helsinki-NLP/opus-mt-de-lt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lua_xx.md
index 53b084702d09ff..9316e99a14e3bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_lua_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-lua](https://huggingface.co/Helsinki-NLP/opus-mt-de-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ms_xx.md
index d8769ac16da4b8..03ddefc7be1c89 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ms_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ms](https://huggingface.co/Helsinki-NLP/opus-mt-de-ms)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_mt_xx.md
index 2e1bc68a395dff..3a7e84a5d6bf2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_mt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-mt](https://huggingface.co/Helsinki-NLP/opus-mt-de-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nl_xx.md
index 673cc7d6765886..e646c550f09353 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-nl](https://huggingface.co/Helsinki-NLP/opus-mt-de-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_no_xx.md
index ac76b34b7d5d9d..069aa0520b51c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-no](https://huggingface.co/Helsinki-NLP/opus-mt-de-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nso_xx.md
index 6c9e5b66937fec..6fb65565c92bc9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_nso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-nso](https://huggingface.co/Helsinki-NLP/opus-mt-de-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ny_xx.md
index 185f172add4eb8..18c0d5973c4ba2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_ny_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ny](https://huggingface.co/Helsinki-NLP/opus-mt-de-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pag_xx.md
index d7a07f39f750c4..cb195bbc5db3ab 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pag_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pag](https://huggingface.co/Helsinki-NLP/opus-mt-de-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pap_xx.md
index 53a8ed915b045a..a1b1529876712f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pap](https://huggingface.co/Helsinki-NLP/opus-mt-de-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pis_xx.md
index 178f0a3ce522c9..937e81fed1875a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pis_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pis](https://huggingface.co/Helsinki-NLP/opus-mt-de-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pl_xx.md
index 34b94f146bb578..44633f1f833108 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pl](https://huggingface.co/Helsinki-NLP/opus-mt-de-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pon_xx.md
index 08a7f9c082817e..22a946b8e8c815 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_pon_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pon](https://huggingface.co/Helsinki-NLP/opus-mt-de-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_tl_xx.md
index 1fac4d883bd37c..78191599608c1e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_tl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-tl](https://huggingface.co/Helsinki-NLP/opus-mt-de-tl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_uk_xx.md
index 919832e140f6cc..94a9f20d08e0e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-uk](https://huggingface.co/Helsinki-NLP/opus-mt-de-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_vi_xx.md
index 914c9dfc583e6a..ad0afd100c2f97 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_de_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-vi](https://huggingface.co/Helsinki-NLP/opus-mt-de-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_dra_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_dra_en_xx.md
index 0514a3747a17ad..539baf895325c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_dra_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_dra_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-dra-en](https://huggingface.co/Helsinki-NLP/opus-mt-dra-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_de_xx.md
index 4cad2cb7ab252d..fef5ce13b9b622 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-de](https://huggingface.co/Helsinki-NLP/opus-mt-ee-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_en_xx.md
index 49ed7262dcd75f..9cc1cd4f0e7de7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-en](https://huggingface.co/Helsinki-NLP/opus-mt-ee-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_es_xx.md
index da8f0b1fabed14..11c6e90c983866 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-es](https://huggingface.co/Helsinki-NLP/opus-mt-ee-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fi_xx.md
index 655adde3844aa9..eb27f63765d99d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ee-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fr_xx.md
index 5778d011bd6e6b..9ec952a097485a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ee-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_sv_xx.md
index c2c162bb2e8f27..14bdb806036a7d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ee_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ee-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_de_xx.md
index 0a2e0779c610e4..81bf522d5351f0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-de](https://huggingface.co/Helsinki-NLP/opus-mt-efi-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fi_xx.md
index 2de94a888f25e9..467dc913099313 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-fi](https://huggingface.co/Helsinki-NLP/opus-mt-efi-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fr_xx.md
index 59b25813a17f81..326aa7a196371a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-efi-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_sv_xx.md
index a6d22822ba6c3f..73a3c7c371b7dd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_efi_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-efi-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_ar_xx.md
index fa0e23572721ff..0f9e24386d5824 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-ar](https://huggingface.co/Helsinki-NLP/opus-mt-el-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_eo_xx.md
index 21bfe44b01b5e0..3fbe192831d4e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-eo](https://huggingface.co/Helsinki-NLP/opus-mt-el-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fi_xx.md
index 59e96fceb81606..a7e3742303250f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-fi](https://huggingface.co/Helsinki-NLP/opus-mt-el-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fr_xx.md
index d8d3e6b5184717..048a8708d7a18e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-fr](https://huggingface.co/Helsinki-NLP/opus-mt-el-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_sv_xx.md
index b246d11b48ee66..2f1d80308d6a64 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_el_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-sv](https://huggingface.co/Helsinki-NLP/opus-mt-el-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_aav_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_aav_xx.md
index 076c1033f29e6a..3e561fad8688e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_aav_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_aav_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-aav](https://huggingface.co/Helsinki-NLP/opus-mt-en-aav)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_af_xx.md
index 4a3d5db97fd81b..ca761b4c289f51 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-af](https://huggingface.co/Helsinki-NLP/opus-mt-en-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_afa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_afa_xx.md
index e6bab790da17db..7a5897ca86808f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_afa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_afa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-afa](https://huggingface.co/Helsinki-NLP/opus-mt-en-afa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_alv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_alv_xx.md
index 56b6ca63b1ce09..0b84f0ce320cff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_alv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_alv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-alv](https://huggingface.co/Helsinki-NLP/opus-mt-en-alv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ar_xx.md
index 3ec9ad30560a87..9b07f91063a661 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_az_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_az_xx.md
index 44dbb1b01dde47..412b6cf15d8751 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_az_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_az_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-az](https://huggingface.co/Helsinki-NLP/opus-mt-en-az)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bat_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bat_xx.md
index acbb8e6d3a04ee..923faf669d5568 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bat_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bat_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bat](https://huggingface.co/Helsinki-NLP/opus-mt-en-bat)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bcl_xx.md
index 5735d3f3b46015..7092fdf3d604dd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bcl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ber_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ber_xx.md
index 8df57acf740723..efaf14fbc74fe7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ber_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ber](https://huggingface.co/Helsinki-NLP/opus-mt-en-ber)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bg_xx.md
index df49d972620421..98ae9f6e3cb608 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bg](https://huggingface.co/Helsinki-NLP/opus-mt-en-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bi_xx.md
index ddc527a16429a0..9597204447d21f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bi](https://huggingface.co/Helsinki-NLP/opus-mt-en-bi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bnt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bnt_xx.md
index e63fb848904c72..6fa37cd103dac8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bnt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bnt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt](https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bzs_xx.md
index a61f11e1262312..1b74127b68b313 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_bzs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ca_xx.md
index 19651f7a03595f..7e7370308d59b6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ca](https://huggingface.co/Helsinki-NLP/opus-mt-en-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ceb_xx.md
index 4b984da6b024cc..2b6ef5f3fec2ed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ceb_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cel_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cel_xx.md
index 7cb714e670163b..8b512eec323aa3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cel_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cel_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cel](https://huggingface.co/Helsinki-NLP/opus-mt-en-cel)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_chk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_chk_xx.md
index 8d269410b69aef..36ee5452f4f3b5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_chk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_chk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-chk](https://huggingface.co/Helsinki-NLP/opus-mt-en-chk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpf_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpf_xx.md
index 779448df1c2f0b..c4b46849dcb9fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpf_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpf_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpp_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpp_xx.md
index 32a97535bbf7eb..f2c3947411f82f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpp_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cpp_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_crs_xx.md
index 6619ba793f92fa..f48a6a782d30ed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_crs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-crs](https://huggingface.co/Helsinki-NLP/opus-mt-en-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cs_xx.md
index 428002842eaacf..f6768225540cf9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cs](https://huggingface.co/Helsinki-NLP/opus-mt-en-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cus_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cus_xx.md
index ac45d12bf2d641..ff65f3d2f5bcf4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cus_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cus](https://huggingface.co/Helsinki-NLP/opus-mt-en-cus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cy_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cy_xx.md
index fda23a4dfa1dcf..feacc8308f7e53 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_cy_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cy](https://huggingface.co/Helsinki-NLP/opus-mt-en-cy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_da_xx.md
index 96539701ba45c6..846341f35d0be0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_da_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-da](https://huggingface.co/Helsinki-NLP/opus-mt-en-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_de_xx.md
index 981be00561f814..6b8976e1ecb768 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_dra_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_dra_xx.md
index af8308dada2bec..3e2059c9f04100 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_dra_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_dra_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-dra](https://huggingface.co/Helsinki-NLP/opus-mt-en-dra)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ee_xx.md
index b4b4a40248aa17..80c19f6c35be80 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ee_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ee](https://huggingface.co/Helsinki-NLP/opus-mt-en-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_efi_xx.md
index b7ccd4df01c59e..5a69ee00420508 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_efi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-efi](https://huggingface.co/Helsinki-NLP/opus-mt-en-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_el_xx.md
index d0d85209514b08..63476e124a8fc9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-el](https://huggingface.co/Helsinki-NLP/opus-mt-en-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eo_xx.md
index f1294b32211caf..ff0b0121006656 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eo](https://huggingface.co/Helsinki-NLP/opus-mt-en-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_es_xx.md
index d50916e035cc95..7f7e50f1c0e7f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_et_xx.md
index 89fd269192c7fb..309b27da674b7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_et_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-et](https://huggingface.co/Helsinki-NLP/opus-mt-en-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eu_xx.md
index d27c4f68624d8e..41065b15b38d38 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_eu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eu](https://huggingface.co/Helsinki-NLP/opus-mt-en-eu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_euq_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_euq_xx.md
index 5c2ba2448e2a6b..a3f7afc978d117 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_euq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_euq_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-euq](https://huggingface.co/Helsinki-NLP/opus-mt-en-euq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fi_xx.md
index 9c55400ea54e10..88dae8001c660a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fi](https://huggingface.co/Helsinki-NLP/opus-mt-en-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fiu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fiu_xx.md
index 374c3e7c730f0f..f825d96c510733 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fiu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fiu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu](https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fj_xx.md
index 668d06478781b3..0dd43dab5aa9aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fj](https://huggingface.co/Helsinki-NLP/opus-mt-en-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fr_xx.md
index 4dceb81937921b..6c6fe2331abe05 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gaa_xx.md
index 4b6a97d0ba86b6..7ee0c6b8b6b8ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gaa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gem_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gem_xx.md
index efbbf29f2c31f8..e5c78d4e7481e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gem](https://huggingface.co/Helsinki-NLP/opus-mt-en-gem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gil_xx.md
index 752478efc815bd..460986bdb2673b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gil](https://huggingface.co/Helsinki-NLP/opus-mt-en-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gl_xx.md
index 328a7588840cfe..2c11baa975e0e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gl](https://huggingface.co/Helsinki-NLP/opus-mt-en-gl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmq_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmq_xx.md
index fb923fce8d035e..89284a9640d4ca 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmq_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmw_xx.md
index 21dbe3ac285816..3708cdf35e814c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gmw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_grk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_grk_xx.md
index 472752f1d64a57..27cb77ab7ab517 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_grk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_grk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-grk](https://huggingface.co/Helsinki-NLP/opus-mt-en-grk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_guw_xx.md
index 4b3f22d272b869..d189138ad695e6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_guw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-guw](https://huggingface.co/Helsinki-NLP/opus-mt-en-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gv_xx.md
index 6feeebfdc04cbe..14b87648340684 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_gv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gv](https://huggingface.co/Helsinki-NLP/opus-mt-en-gv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ha_xx.md
index 72b482d7f5c5f6..f843cd3c7928cd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ha_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ha](https://huggingface.co/Helsinki-NLP/opus-mt-en-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_he_xx.md
index d2cbd66068912a..9a1c2917e0d6b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-he](https://huggingface.co/Helsinki-NLP/opus-mt-en-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hi_xx.md
index 1ceee6c7fb817e..c48eddd527b7f1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hi](https://huggingface.co/Helsinki-NLP/opus-mt-en-hi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hil_xx.md
index c6310999ce52a3..2bfeca335f87e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hil](https://huggingface.co/Helsinki-NLP/opus-mt-en-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ho_xx.md
index 66018c744c3a34..231a45dd5af08f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ho_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ho](https://huggingface.co/Helsinki-NLP/opus-mt-en-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ht_xx.md
index 8e601c289c98b4..b4ea6ef0dad8ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ht_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ht](https://huggingface.co/Helsinki-NLP/opus-mt-en-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hy_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hy_xx.md
index 3d2caf5f47ab1c..725d61430fce6b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_hy_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hy](https://huggingface.co/Helsinki-NLP/opus-mt-en-hy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_id_xx.md
index ff42ec0bd8eeaa..e137a8f417a33f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_id_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-id](https://huggingface.co/Helsinki-NLP/opus-mt-en-id)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ig_xx.md
index 9a6e6d6e25a36d..f2fac4861bf759 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ig_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ig](https://huggingface.co/Helsinki-NLP/opus-mt-en-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iir_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iir_xx.md
index dfbee6386405ee..6d7991f808b824 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iir_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iir_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iir](https://huggingface.co/Helsinki-NLP/opus-mt-en-iir)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ilo_xx.md
index 4b6b286a6b5917..597892daec492d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ilo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_inc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_inc_xx.md
index ddf1750d10f7c7..6a030678381bce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_inc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_inc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-inc](https://huggingface.co/Helsinki-NLP/opus-mt-en-inc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ine_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ine_xx.md
index a90480a1ec620f..0d13bc35d664d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ine_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ine_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ine](https://huggingface.co/Helsinki-NLP/opus-mt-en-ine)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_is_xx.md
index 46cf7520f61300..f400e5dd550966 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_is_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-is](https://huggingface.co/Helsinki-NLP/opus-mt-en-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iso_xx.md
index 67c5dd2b88b5c8..43a96a05964b21 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_iso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iso](https://huggingface.co/Helsinki-NLP/opus-mt-en-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_it_xx.md
index 49e09458522148..b595b3a8685daf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-it](https://huggingface.co/Helsinki-NLP/opus-mt-en-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_itc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_itc_xx.md
index 5c1197d210dd7d..2086eed45bbeb6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_itc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_itc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-itc](https://huggingface.co/Helsinki-NLP/opus-mt-en-itc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_jap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_jap_xx.md
index ab8094a36623b3..77d4721a21d6e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_jap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_jap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-jap](https://huggingface.co/Helsinki-NLP/opus-mt-en-jap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kg_xx.md
index 31c23daa074a1e..679cf310599f0f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kg](https://huggingface.co/Helsinki-NLP/opus-mt-en-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kj_xx.md
index f21c8d771ef6ea..a09a055a8de38d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kj](https://huggingface.co/Helsinki-NLP/opus-mt-en-kj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kqn_xx.md
index a35269f6c8778e..c6390249726734 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kqn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwn_xx.md
index ca3c813a3592cb..074bc1ae10df50 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwy_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwy_xx.md
index add42c48186696..6894a624dc2181 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_kwy_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lg_xx.md
index de7ec587da022d..c55c77eff7d52a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lg](https://huggingface.co/Helsinki-NLP/opus-mt-en-lg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ln_xx.md
index 7b2787f3d938d2..d86523d32e1394 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ln_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ln](https://huggingface.co/Helsinki-NLP/opus-mt-en-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_loz_xx.md
index 8ac9061dc75015..ab36a68d5b69fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_loz_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-loz](https://huggingface.co/Helsinki-NLP/opus-mt-en-loz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lua_xx.md
index ff72f61cd60a2b..c0c11648ba85dc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lua_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lua](https://huggingface.co/Helsinki-NLP/opus-mt-en-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lue_xx.md
index 4275e21d73ba60..10cde72ca878e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lue_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lue](https://huggingface.co/Helsinki-NLP/opus-mt-en-lue)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lun_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lun_xx.md
index 874b13a88e8ae4..345a2249ec84e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lun_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lun_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lun](https://huggingface.co/Helsinki-NLP/opus-mt-en-lun)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_luo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_luo_xx.md
index f3cbefc225b259..b02733aec99040 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_luo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_luo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-luo](https://huggingface.co/Helsinki-NLP/opus-mt-en-luo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lus_xx.md
index d1a9aba461eb57..93738c082f0099 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_lus_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lus](https://huggingface.co/Helsinki-NLP/opus-mt-en-lus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_map_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_map_xx.md
index e2ff6653af59c4..61df34d2bbc6e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_map_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_map_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-map](https://huggingface.co/Helsinki-NLP/opus-mt-en-map)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mfe_xx.md
index f0f970f872b6c9..6ed9bae269e433 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mfe_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mg_xx.md
index 13ddb716a4da75..780435b7f81e72 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mg](https://huggingface.co/Helsinki-NLP/opus-mt-en-mg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mh_xx.md
index 5d7a7f16ed01ad..9c7a43e9659878 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mk_xx.md
index 04a4c8c2d52d02..b0128ba9a754ec 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mk](https://huggingface.co/Helsinki-NLP/opus-mt-en-mk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mkh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mkh_xx.md
index 25323e1cf6b12d..d86c248baa2f4f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mkh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mkh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ml_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ml_xx.md
index 408909f3e0e78b..df473d41e0cf68 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ml_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ml_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ml](https://huggingface.co/Helsinki-NLP/opus-mt-en-ml)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mos_xx.md
index a62a0d775df27d..036aee085b735d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mos_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mos](https://huggingface.co/Helsinki-NLP/opus-mt-en-mos)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mr_xx.md
index f0bdb2ee61b9a3..77f67d3e6810c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mr](https://huggingface.co/Helsinki-NLP/opus-mt-en-mr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mt_xx.md
index 79ba18df280fea..c1a961c99d2381 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mt](https://huggingface.co/Helsinki-NLP/opus-mt-en-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mul_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mul_xx.md
index 373858cfe561ca..5036dcf450bbed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mul_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_mul_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mul](https://huggingface.co/Helsinki-NLP/opus-mt-en-mul)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ng_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ng_xx.md
index d9cb30a8b5f4ca..9ca5e57450ac17 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ng_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ng_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ng](https://huggingface.co/Helsinki-NLP/opus-mt-en-ng)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nic_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nic_xx.md
index aeeae639637135..f47ed65ebfc5ab 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nic_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nic_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nic](https://huggingface.co/Helsinki-NLP/opus-mt-en-nic)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_niu_xx.md
index e3e587f004850d..e1db51e88cf121 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_niu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-niu](https://huggingface.co/Helsinki-NLP/opus-mt-en-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nl_xx.md
index 41e3eb1da60607..1750457ca12207 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nl](https://huggingface.co/Helsinki-NLP/opus-mt-en-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nso_xx.md
index 4d63e8d1138cee..8b3d6f8bdea515 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nso](https://huggingface.co/Helsinki-NLP/opus-mt-en-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ny_xx.md
index 3d45f90e8bc7e5..6e2c6afa6597f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ny_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ny](https://huggingface.co/Helsinki-NLP/opus-mt-en-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nyk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nyk_xx.md
index b60a2ad3fae0cb..7b95cbb5e9bac2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nyk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_nyk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk](https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_om_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_om_xx.md
index ab6bdaaee4e125..fa5174919f2651 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_om_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_om_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-om](https://huggingface.co/Helsinki-NLP/opus-mt-en-om)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pag_xx.md
index 2098c6b39ec00a..311ef7b2772a5e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pag_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pag](https://huggingface.co/Helsinki-NLP/opus-mt-en-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pap_xx.md
index 5b0c7290f335ec..faaa9e3edc9a2c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pap](https://huggingface.co/Helsinki-NLP/opus-mt-en-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_phi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_phi_xx.md
index 9ae009e92ef79f..576a3693212eed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_phi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_phi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-phi](https://huggingface.co/Helsinki-NLP/opus-mt-en-phi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pis_xx.md
index 49d0d54fd01a20..5f9fb1f33dd302 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pis_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pis](https://huggingface.co/Helsinki-NLP/opus-mt-en-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pon_xx.md
index 81028a555b2de4..bc0a6f97406850 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pon_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pon](https://huggingface.co/Helsinki-NLP/opus-mt-en-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_poz_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_poz_xx.md
index fb2b5ce58030d0..fcb42cdf6ad9ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_poz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_poz_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-poz](https://huggingface.co/Helsinki-NLP/opus-mt-en-poz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqe_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqe_xx.md
index f179d15d212a98..66bfcbd5ae47a6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqe_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqw_xx.md
index 06849f755b6971..a2b5e6ae0d4859 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_pqw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rn_xx.md
index 3e564898ec8d56..f314b1c09b416e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rn](https://huggingface.co/Helsinki-NLP/opus-mt-en-rn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rnd_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rnd_xx.md
index 60c39327871729..a1e3b9d3e21d17 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rnd_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ro_xx.md
index 586845f54f4ada..5106be3a7b39e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ro_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ro](https://huggingface.co/Helsinki-NLP/opus-mt-en-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_roa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_roa_xx.md
index 3e48165f692f8a..537da8293834b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_roa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_roa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-roa](https://huggingface.co/Helsinki-NLP/opus-mt-en-roa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ru_xx.md
index cdf879f70e4ec4..ab3f79b1a359b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_run_xx.md
index 64ab7321c1201a..952cde4325810d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_run_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-run](https://huggingface.co/Helsinki-NLP/opus-mt-en-run)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rw_xx.md
index 3318d59133d24a..9d4086b8244d79 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_rw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rw](https://huggingface.co/Helsinki-NLP/opus-mt-en-rw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sal_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sal_xx.md
index 00480e75f1d592..5e5f96237fbc64 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sal_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sal_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sal](https://huggingface.co/Helsinki-NLP/opus-mt-en-sal)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sem_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sem_xx.md
index 8a008ff698b9e7..09ef18b6e68f42 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sem](https://huggingface.co/Helsinki-NLP/opus-mt-en-sem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sg_xx.md
index 4ca29eb239ade7..feec5baeac54d0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sg](https://huggingface.co/Helsinki-NLP/opus-mt-en-sg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sit_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sit_xx.md
index 68fa2abd8a40ec..9b0d58b196f63b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sit_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sit_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sit](https://huggingface.co/Helsinki-NLP/opus-mt-en-sit)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sk_xx.md
index b8f02192859d6b..813be68e459ce6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sk](https://huggingface.co/Helsinki-NLP/opus-mt-en-sk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sla_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sla_xx.md
index af5a3d38ac7757..e8f096d23c4b5c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sla_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sla_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sla](https://huggingface.co/Helsinki-NLP/opus-mt-en-sla)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sm_xx.md
index 10a5055b751836..f8bb2d09df5912 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sm_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sm](https://huggingface.co/Helsinki-NLP/opus-mt-en-sm)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sn_xx.md
index 33055e364baff6..6798a9782305ff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sn](https://huggingface.co/Helsinki-NLP/opus-mt-en-sn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sq_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sq_xx.md
index 9dd822a2f54409..7a532c1e2bd0b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sq_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sq](https://huggingface.co/Helsinki-NLP/opus-mt-en-sq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ss_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ss_xx.md
index b95c7f07a04389..ceefb8ba7d195c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ss_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ss_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ss](https://huggingface.co/Helsinki-NLP/opus-mt-en-ss)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_st_xx.md
index 20f0b78e3ecc09..41f248aa39576a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_st_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-st](https://huggingface.co/Helsinki-NLP/opus-mt-en-st)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sv_xx.md
index 2c19d38854c044..2af9cbb2f77ee2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sv](https://huggingface.co/Helsinki-NLP/opus-mt-en-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_swc_xx.md
index 06ad61d7724668..a7f57850bb4874 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_swc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-swc](https://huggingface.co/Helsinki-NLP/opus-mt-en-swc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tdt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tdt_xx.md
index bd11093076e0aa..a26a7043655537 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tdt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tdt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt](https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tiv_xx.md
index e3029feef04d89..41ef2b4c005305 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tiv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tl_xx.md
index eea5bf85717f07..f321864b89e0d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tll_xx.md
index fadee2ad7abc11..ac7df1350cccf0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tll_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tll](https://huggingface.co/Helsinki-NLP/opus-mt-en-tll)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tn_xx.md
index 2c8f53f9fed2d2..e6dbff7cf1d85e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tn](https://huggingface.co/Helsinki-NLP/opus-mt-en-tn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_to_xx.md
index 50a77ef0c5522e..75f8ddb48cbb0f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_to_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-to](https://huggingface.co/Helsinki-NLP/opus-mt-en-to)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_toi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_toi_xx.md
index 18eeada39096e3..6599016e41c7ee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_toi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-toi](https://huggingface.co/Helsinki-NLP/opus-mt-en-toi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tpi_xx.md
index 6079d18509c613..bb47f36f221397 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tpi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_trk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_trk_xx.md
index 1b365a4ac6b8ac..ecf249e91f01d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_trk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_trk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-trk](https://huggingface.co/Helsinki-NLP/opus-mt-en-trk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ts_xx.md
index 94e0aac14a5eb3..d446add02cba38 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ts_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ts](https://huggingface.co/Helsinki-NLP/opus-mt-en-ts)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tut_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tut_xx.md
index 6090cc86c1a4c3..dbf039b12cb6ae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tut_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tut_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tut](https://huggingface.co/Helsinki-NLP/opus-mt-en-tut)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tvl_xx.md
index 526aacbb726b52..aeef92c7d571d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tvl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tw_xx.md
index 1707f893bcf3eb..634fe5faf13aa9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_tw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tw](https://huggingface.co/Helsinki-NLP/opus-mt-en-tw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ty_xx.md
index 8c73dd149c2cf9..f7c1b6bef9f70e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ty_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ty](https://huggingface.co/Helsinki-NLP/opus-mt-en-ty)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_uk_xx.md
index d7e515684b7f29..fe3c22be5ebdc5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-uk](https://huggingface.co/Helsinki-NLP/opus-mt-en-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_umb_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_umb_xx.md
index c932bcd0699543..a6ca493bfb6c7b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_umb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_umb_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-umb](https://huggingface.co/Helsinki-NLP/opus-mt-en-umb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ur_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ur_xx.md
index 135dc0517b5a0d..2b441a1b24f5e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ur_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_ur_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ur](https://huggingface.co/Helsinki-NLP/opus-mt-en-ur)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_urj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_urj_xx.md
index d87757524a3457..609a234cebce6b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_urj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_urj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-urj](https://huggingface.co/Helsinki-NLP/opus-mt-en-urj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_vi_xx.md
index 05ad63f4e90453..659246aca13b9a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_xh_xx.md
index db5f3cf9e94edb..7215b7e4748fee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_xh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-xh](https://huggingface.co/Helsinki-NLP/opus-mt-en-xh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zh_xx.md
index a177cd8231c01e..7a89403f0d5a21 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zle_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zle_xx.md
index adc2871ed2fd82..9df987d9ce8156 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zle_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zle_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zle](https://huggingface.co/Helsinki-NLP/opus-mt-en-zle)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zls_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zls_xx.md
index 5b4cb24194ff8f..18d0cce4639b98 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zls_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zls](https://huggingface.co/Helsinki-NLP/opus-mt-en-zls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zlw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zlw_xx.md
index 6e4b66e00d1c87..9d30196263ffdc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zlw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_en_zlw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw](https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_af_xx.md
index f2717010cc4fbc..61aca34ef5af0b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-af](https://huggingface.co/Helsinki-NLP/opus-mt-eo-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_bg_xx.md
index 66430aa2b0852d..7a43a4bcc6d2e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-bg](https://huggingface.co/Helsinki-NLP/opus-mt-eo-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_cs_xx.md
index 5c0d1f46f6d617..6871f2aa8788b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_cs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-cs](https://huggingface.co/Helsinki-NLP/opus-mt-eo-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_da_xx.md
index 2581b70a997225..43756ad6e77239 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_da_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-da](https://huggingface.co/Helsinki-NLP/opus-mt-eo-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_de_xx.md
index 79108a64cebd38..4521f9757c8a86 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-de](https://huggingface.co/Helsinki-NLP/opus-mt-eo-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_el_xx.md
index 9963b399abcde1..a1679954a30741 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-el](https://huggingface.co/Helsinki-NLP/opus-mt-eo-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_en_xx.md
index 34ae79e77cbfb1..cc18957c7c2d4e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-en](https://huggingface.co/Helsinki-NLP/opus-mt-eo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_es_xx.md
index 05d7d7a4f4e82f..68f30d11787f33 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-es](https://huggingface.co/Helsinki-NLP/opus-mt-eo-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fi_xx.md
index 743732060a3f56..8e37f3e5c4d501 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-fi](https://huggingface.co/Helsinki-NLP/opus-mt-eo-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fr_xx.md
index c2029b99982c77..9b36b35b9b528d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-fr](https://huggingface.co/Helsinki-NLP/opus-mt-eo-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_he_xx.md
index 0a27327d665f2a..24f840763f63fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-he](https://huggingface.co/Helsinki-NLP/opus-mt-eo-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_hu_xx.md
index 676ee2a0022821..a5a08565e5606c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-hu](https://huggingface.co/Helsinki-NLP/opus-mt-eo-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_it_xx.md
index 87f5d4f8b637db..2e3b53d7d95b5a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-it](https://huggingface.co/Helsinki-NLP/opus-mt-eo-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_nl_xx.md
index 561dfa3d6757fb..0b150d673ed4e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-nl](https://huggingface.co/Helsinki-NLP/opus-mt-eo-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pl_xx.md
index 5e513c98542a8e..a8b64193ef0053 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-pl](https://huggingface.co/Helsinki-NLP/opus-mt-eo-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pt_xx.md
index 2b7fcc73650484..021f4c529b23d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_pt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-pt](https://huggingface.co/Helsinki-NLP/opus-mt-eo-pt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ro_xx.md
index 29c3d48e27d16a..e0ee5e42fb2f94 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ro_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-ro](https://huggingface.co/Helsinki-NLP/opus-mt-eo-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ru_xx.md
index 6fa884e47b95eb..3999997b6a358e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-ru](https://huggingface.co/Helsinki-NLP/opus-mt-eo-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sh_xx.md
index 065f4f7a0e2b1f..b3770468b04dba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-sh](https://huggingface.co/Helsinki-NLP/opus-mt-eo-sh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sv_xx.md
index 2587fad76ce264..d910bd45d23a24 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eo_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-sv](https://huggingface.co/Helsinki-NLP/opus-mt-eo-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_aed_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_aed_xx.md
index 16e7955ce3c6e1..992c0fdf244d24 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_aed_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_aed_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-aed](https://huggingface.co/Helsinki-NLP/opus-mt-es-aed)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_af_xx.md
index 381ce5997fd96a..3e47f64e3a0420 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-af](https://huggingface.co/Helsinki-NLP/opus-mt-es-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ar_xx.md
index ee730795d4fd41..7348d7f618771c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ar](https://huggingface.co/Helsinki-NLP/opus-mt-es-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ase_xx.md
index 308cde63c897f1..1e53f876629c12 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ase_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ase](https://huggingface.co/Helsinki-NLP/opus-mt-es-ase)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bcl_xx.md
index c53d465b1b9f93..cf0dc6af748aa1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bcl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-es-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ber_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ber_xx.md
index f54159748c3b34..29ece84295b790 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ber_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ber](https://huggingface.co/Helsinki-NLP/opus-mt-es-ber)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bg_xx.md
index 59943f090dea38..4c123fa108a1a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bg](https://huggingface.co/Helsinki-NLP/opus-mt-es-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bi_xx.md
index 8b3d0f95663910..aa805b59957311 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bi](https://huggingface.co/Helsinki-NLP/opus-mt-es-bi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bzs_xx.md
index 29c9cc5c74146d..dfced03cebfa5c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_bzs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-es-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ca_xx.md
index bf86fd149ad762..b464a01b23e50f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ca](https://huggingface.co/Helsinki-NLP/opus-mt-es-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ceb_xx.md
index 567b5f840c12e1..4d6b91c5275e7d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ceb_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-es-ceb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_crs_xx.md
index bf0356a618d043..e83f69d5dbdfc7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_crs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-crs](https://huggingface.co/Helsinki-NLP/opus-mt-es-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_cs_xx.md
index 3e10140dcca22a..474cd4441a0a46 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_cs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-cs](https://huggingface.co/Helsinki-NLP/opus-mt-es-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csg_xx.md
index e2d29fac183ab7..da2b858147f785 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-csg](https://huggingface.co/Helsinki-NLP/opus-mt-es-csg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csn_xx.md
index b298bba72a20f2..ebb80a87fcc256 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_csn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-csn](https://huggingface.co/Helsinki-NLP/opus-mt-es-csn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_da_xx.md
index aed7cbb1ba6a37..8418ef62ff3135 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_da_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-da](https://huggingface.co/Helsinki-NLP/opus-mt-es-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_de_xx.md
index ed797ba787c5e5..514cde8473ede5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-de](https://huggingface.co/Helsinki-NLP/opus-mt-es-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ee_xx.md
index b3e237e4e49ef7..87b7a94ad1bf59 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ee_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ee](https://huggingface.co/Helsinki-NLP/opus-mt-es-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_efi_xx.md
index ddf74ff25c0c0f..954dcaa0f239fc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_efi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-efi](https://huggingface.co/Helsinki-NLP/opus-mt-es-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_el_xx.md
index 44ba73748667b9..3cc20b200116d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-el](https://huggingface.co/Helsinki-NLP/opus-mt-es-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_en_xx.md
index e75a950685de2f..eb69fbd13323d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eo_xx.md
index 77156033db18c1..274ec1c50291b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-eo](https://huggingface.co/Helsinki-NLP/opus-mt-es-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_es_xx.md
index e8f1295bfb089b..a3df0fb5a2403b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-es](https://huggingface.co/Helsinki-NLP/opus-mt-es-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_et_xx.md
index d935ab216dc249..29c3c52245fc42 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_et_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-et](https://huggingface.co/Helsinki-NLP/opus-mt-es-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eu_xx.md
index fc9bd71905ac9c..6bbd04ccb0c4a9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_eu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-eu](https://huggingface.co/Helsinki-NLP/opus-mt-es-eu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fi_xx.md
index 7ae26de2f1f3f9..728f1aaad25d92 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-fi](https://huggingface.co/Helsinki-NLP/opus-mt-es-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fj_xx.md
index 665eb6ff11874d..572a713d3a9437 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-fj](https://huggingface.co/Helsinki-NLP/opus-mt-es-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fr_xx.md
index a9d745ba4e4118..091a4bc9db3c33 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-fr](https://huggingface.co/Helsinki-NLP/opus-mt-es-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gaa_xx.md
index 2cfb4ce8234227..64fb5f6a0d2840 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gaa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-es-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gil_xx.md
index 05e1fb809cd5b0..b4f4c48926c5de 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-gil](https://huggingface.co/Helsinki-NLP/opus-mt-es-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gl_xx.md
index 5fbf20428142c2..de81c818c7d4c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_gl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-gl](https://huggingface.co/Helsinki-NLP/opus-mt-es-gl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_guw_xx.md
index bd624772a2c366..aa3e277cc7db67 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_guw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-guw](https://huggingface.co/Helsinki-NLP/opus-mt-es-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ha_xx.md
index dbb868ff22abd8..37ef6659785937 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ha_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ha](https://huggingface.co/Helsinki-NLP/opus-mt-es-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_he_xx.md
index 1fd08afe07cdcc..55961169bb2d04 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-he](https://huggingface.co/Helsinki-NLP/opus-mt-es-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hil_xx.md
index e6bb41ced3b8de..260aa061908fa6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-hil](https://huggingface.co/Helsinki-NLP/opus-mt-es-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ho_xx.md
index 4b6df4f56546a7..eef4c2fa7b90bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ho_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ho](https://huggingface.co/Helsinki-NLP/opus-mt-es-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hr_xx.md
index 6376916bafe80e..7b952156f04795 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_hr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-hr](https://huggingface.co/Helsinki-NLP/opus-mt-es-hr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ht_xx.md
index 8e7ac4e16d45dd..513eac744be319 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ht_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ht](https://huggingface.co/Helsinki-NLP/opus-mt-es-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_id_xx.md
index 5fd94a633ab1a3..349a1039796a0e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_id_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-id](https://huggingface.co/Helsinki-NLP/opus-mt-es-id)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ig_xx.md
index c017256d751cd9..551ea9691866bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ig_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ig](https://huggingface.co/Helsinki-NLP/opus-mt-es-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ilo_xx.md
index 781f9206391666..835386610f27d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ilo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-es-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_is_xx.md
index 934d040a5c042d..7780c1d0489363 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_is_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-is](https://huggingface.co/Helsinki-NLP/opus-mt-es-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_iso_xx.md
index 9f7c7fa6e5827e..0d40dd2886f8f7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_iso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-iso](https://huggingface.co/Helsinki-NLP/opus-mt-es-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_it_xx.md
index 8ecb6f6fb5e6f0..1710e527a12066 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-it](https://huggingface.co/Helsinki-NLP/opus-mt-es-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_kg_xx.md
index c61033fe564001..43bd194edd559c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_kg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-kg](https://huggingface.co/Helsinki-NLP/opus-mt-es-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ln_xx.md
index 13c46dd9bd7fff..90e7accc4818aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ln_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ln](https://huggingface.co/Helsinki-NLP/opus-mt-es-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_loz_xx.md
index 0c85fae75544a4..8e12d1a7d4f51c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_loz_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-loz](https://huggingface.co/Helsinki-NLP/opus-mt-es-loz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lt_xx.md
index bc3edc1da54be1..99424f36d2aa38 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-lt](https://huggingface.co/Helsinki-NLP/opus-mt-es-lt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lua_xx.md
index 2e67019c1a6e3e..9358d8f2eeada0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lua_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-lua](https://huggingface.co/Helsinki-NLP/opus-mt-es-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lus_xx.md
index e1002f676ebf21..6a0f0f797d6c9b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_lus_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-lus](https://huggingface.co/Helsinki-NLP/opus-mt-es-lus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mfs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mfs_xx.md
index 8f17f111508c12..f6e48a1488a7be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mfs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mfs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-mfs](https://huggingface.co/Helsinki-NLP/opus-mt-es-mfs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mk_xx.md
index 596eafd63a1af3..bb40b15fdc1ae6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-mk](https://huggingface.co/Helsinki-NLP/opus-mt-es-mk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mt_xx.md
index 808644821b9439..6e2b5cda588c7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_mt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-mt](https://huggingface.co/Helsinki-NLP/opus-mt-es-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_niu_xx.md
index 75463f2c730326..846da4b503c9c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_niu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-niu](https://huggingface.co/Helsinki-NLP/opus-mt-es-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nl_xx.md
index 1ba1b7fc2b98a7..cb6981bbc416ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-nl](https://huggingface.co/Helsinki-NLP/opus-mt-es-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_no_xx.md
index 4771f628756200..3477c820b58e36 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-no](https://huggingface.co/Helsinki-NLP/opus-mt-es-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nso_xx.md
index 25640fec46e509..034acedc9d2a81 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_nso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-nso](https://huggingface.co/Helsinki-NLP/opus-mt-es-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ny_xx.md
index 3790d6e5d57450..3de7461b0e2e5e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ny_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ny](https://huggingface.co/Helsinki-NLP/opus-mt-es-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pag_xx.md
index 0e485f390c419f..c14a252b85a847 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pag_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pag](https://huggingface.co/Helsinki-NLP/opus-mt-es-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pap_xx.md
index 2a52bed5972e31..ed6636e297d6c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pap](https://huggingface.co/Helsinki-NLP/opus-mt-es-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pis_xx.md
index 8dd2a7853174aa..62a8ee7eb3b532 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pis_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pis](https://huggingface.co/Helsinki-NLP/opus-mt-es-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pl_xx.md
index 23573733217e37..988e4e8be6e9aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pl](https://huggingface.co/Helsinki-NLP/opus-mt-es-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pon_xx.md
index cdb88d318c4415..f89515b72b8b77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_pon_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pon](https://huggingface.co/Helsinki-NLP/opus-mt-es-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_prl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_prl_xx.md
index abe5c164a5d527..2fc2742ab55974 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_prl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_prl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-prl](https://huggingface.co/Helsinki-NLP/opus-mt-es-prl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rn_xx.md
index f4ab3566553c37..8ca726e40330e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-rn](https://huggingface.co/Helsinki-NLP/opus-mt-es-rn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ro_xx.md
index 8dfe9d41647601..74c2dc9e2e4acf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ro_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ro](https://huggingface.co/Helsinki-NLP/opus-mt-es-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ru_xx.md
index 67f786a0dc9f12..f2b89d4a66e79a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ru](https://huggingface.co/Helsinki-NLP/opus-mt-es-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rw_xx.md
index d0cae851cb0980..f54ae3480113ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_rw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-rw](https://huggingface.co/Helsinki-NLP/opus-mt-es-rw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sg_xx.md
index 7f46f8e76c4bf2..f4766923f6b6f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sg](https://huggingface.co/Helsinki-NLP/opus-mt-es-sg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sl_xx.md
index 02bd8bd627418c..f6c33e32bf0990 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sl](https://huggingface.co/Helsinki-NLP/opus-mt-es-sl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sm_xx.md
index 541a197a0ba766..73babf5f2a0d80 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_sm_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sm](https://huggingface.co/Helsinki-NLP/opus-mt-es-sm)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_srn_xx.md
index 88acc39c75bc6f..5d0432ade63430 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_srn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-srn](https://huggingface.co/Helsinki-NLP/opus-mt-es-srn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_st_xx.md
index 4a7fc3250e5138..c2e7598de7f1d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_st_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-st](https://huggingface.co/Helsinki-NLP/opus-mt-es-st)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_swc_xx.md
index f4bd67d270b892..da7e33c0add41f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_swc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-swc](https://huggingface.co/Helsinki-NLP/opus-mt-es-swc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tl_xx.md
index 6e9e2b32d56ba3..d0358aa5404b02 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tl](https://huggingface.co/Helsinki-NLP/opus-mt-es-tl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tn_xx.md
index 05f1ca4579ddd7..bf24acfcb09cdd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tn](https://huggingface.co/Helsinki-NLP/opus-mt-es-tn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tpi_xx.md
index 33bdd01a39ff6b..0b9c2a5ef9cefa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tpi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-es-tpi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tvl_xx.md
index 30faf8204134c9..1f22342126feee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tvl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-es-tvl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tw_xx.md
index edbd946d916916..ed55434bea81f5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_tw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tw](https://huggingface.co/Helsinki-NLP/opus-mt-es-tw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ty_xx.md
index cd1b07e4916887..ba9deb785d58d0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ty_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ty](https://huggingface.co/Helsinki-NLP/opus-mt-es-ty)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_uk_xx.md
index 3ba0f43e001e1a..4ae2ffb9ae10eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-uk](https://huggingface.co/Helsinki-NLP/opus-mt-es-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ve_xx.md
index fbb4aa89c90f2b..10367db7b484ce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_ve_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ve](https://huggingface.co/Helsinki-NLP/opus-mt-es-ve)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_vi_xx.md
index 9fb32625c41e37..035df6e9e6d5eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-vi](https://huggingface.co/Helsinki-NLP/opus-mt-es-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_war_xx.md
index 17fa93b052a93d..885ec1e4a6603f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_war_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-war](https://huggingface.co/Helsinki-NLP/opus-mt-es-war)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_wls_xx.md
index eb4a3436594708..3d260340e36a10 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_wls_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-wls](https://huggingface.co/Helsinki-NLP/opus-mt-es-wls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_xh_xx.md
index a87af5b7ef55fe..cc40a74945d4c7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_xh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-xh](https://huggingface.co/Helsinki-NLP/opus-mt-es-xh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yo_xx.md
index 9e14f10245f58b..53c6ea3f238ff2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-yo](https://huggingface.co/Helsinki-NLP/opus-mt-es-yo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yua_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yua_xx.md
index 8c99e822dbd4c7..9a903b99852cf1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_yua_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-yua](https://huggingface.co/Helsinki-NLP/opus-mt-es-yua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_zai_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_zai_xx.md
index 70f01ea712e34b..3417568a46aa69 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_zai_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_es_zai_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-zai](https://huggingface.co/Helsinki-NLP/opus-mt-es-zai)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_de_xx.md
index e87297a81b5c7f..d4f1e76b454895 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-de](https://huggingface.co/Helsinki-NLP/opus-mt-et-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_en_xx.md
index e82941832c044d..8517915396f869 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-en](https://huggingface.co/Helsinki-NLP/opus-mt-et-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_es_xx.md
index 200d2d88e23ad5..879258b05d76c4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-es](https://huggingface.co/Helsinki-NLP/opus-mt-et-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fi_xx.md
index e4ac2ddb212f06..1a07844ba682e6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-fi](https://huggingface.co/Helsinki-NLP/opus-mt-et-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fr_xx.md
index a70f977ea8197b..17ce7b0c936cb5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-fr](https://huggingface.co/Helsinki-NLP/opus-mt-et-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_ru_xx.md
index 25e9638a49cad0..844ffceea3daf4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-ru](https://huggingface.co/Helsinki-NLP/opus-mt-et-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_sv_xx.md
index 8680bd3ac973e6..8898204f95b9ae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_et_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-sv](https://huggingface.co/Helsinki-NLP/opus-mt-et-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_de_xx.md
index f95cbad5699b1b..465df5155841da 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-de](https://huggingface.co/Helsinki-NLP/opus-mt-eu-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_en_xx.md
index 1d1bd35c49ef03..91cd3a94b56fa1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-en](https://huggingface.co/Helsinki-NLP/opus-mt-eu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_es_xx.md
index f5f3199f7160ff..0ed42838f82e89 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-es](https://huggingface.co/Helsinki-NLP/opus-mt-eu-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_ru_xx.md
index e088e9bde38a0f..4c34e072ab8b46 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_eu_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-ru](https://huggingface.co/Helsinki-NLP/opus-mt-eu-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_af_xx.md
index d7f7a87fa09bf3..36f5de3a380b89 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-af](https://huggingface.co/Helsinki-NLP/opus-mt-fi-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bcl_xx.md
index b90c71a0b91ee2..4de37b773cd379 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bcl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bem_xx.md
index f222c4de6e942b..c0ac20cbb892e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bem](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bg_xx.md
index 75d2b63af816d5..be1d6f164f8ad1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bzs_xx.md
index 20f28ecbc1fda9..eee46db2c7c5e6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_bzs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_crs_xx.md
index 64ff41b4b901b5..3b1701622ef70e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_crs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-crs](https://huggingface.co/Helsinki-NLP/opus-mt-fi-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_cs_xx.md
index 0fe78c0aa6cd03..8b797c27a3a3c2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_cs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-cs](https://huggingface.co/Helsinki-NLP/opus-mt-fi-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_de_xx.md
index 7f787267013283..cb4e4960d8b636 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-de](https://huggingface.co/Helsinki-NLP/opus-mt-fi-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ee_xx.md
index 545625c1b0f586..b75104d35166d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ee_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ee](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_efi_xx.md
index c26389af2ca6d0..da5f5ac91bb787 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_efi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-efi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_el_xx.md
index 6d8326ccd6d393..7cebc566ebafe5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-el](https://huggingface.co/Helsinki-NLP/opus-mt-fi-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_en_xx.md
index e068505be3993e..d802e8f1c1dfd4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-en](https://huggingface.co/Helsinki-NLP/opus-mt-fi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_eo_xx.md
index 913941d2c3983c..a3b58737333a3e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-eo](https://huggingface.co/Helsinki-NLP/opus-mt-fi-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_es_xx.md
index 3ec973c881d206..41fd002de10725 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-es](https://huggingface.co/Helsinki-NLP/opus-mt-fi-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_et_xx.md
index 0d5c2187899e9e..064fabaab0b3fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_et_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-et](https://huggingface.co/Helsinki-NLP/opus-mt-fi-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fi_xx.md
index 72297f7dba5ec1..ef7982d6aed461 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fj_xx.md
index 0f54caacc91411..f90c26924133d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fj](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fr_xx.md
index eadd65db327a44..88bf683c5c616e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fse_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fse_xx.md
index b549d0779dcff0..dcb2933640dbc7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fse_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_fse_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fse](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fse)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gaa_xx.md
index 74844f639ad01a..b7634def3e7834 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gaa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-fi-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gil_xx.md
index bc18835c131c97..eb1d9111116549 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_gil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-gil](https://huggingface.co/Helsinki-NLP/opus-mt-fi-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_guw_xx.md
index e87e7c9c93c083..3c0a72f29db906 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_guw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-guw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ha_xx.md
index 0cfd26793512a7..ab12b95c812cdb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ha_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ha](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_he_xx.md
index d2bac1834e9443..82a521843e44d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-he](https://huggingface.co/Helsinki-NLP/opus-mt-fi-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hil_xx.md
index 483911c71dc799..5fc50c6162c8d7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-hil](https://huggingface.co/Helsinki-NLP/opus-mt-fi-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ho_xx.md
index 975954493adb6b..ec0357489a4854 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ho_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ho](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hr_xx.md
index eae1ba3c994440..a322da63cd9e47 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-hr](https://huggingface.co/Helsinki-NLP/opus-mt-fi-hr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ht_xx.md
index 5549d63263af3c..60aa975b902613 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ht_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ht](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hu_xx.md
index c91d31ce6b2e30..cf8a5a9b4aa948 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-hu](https://huggingface.co/Helsinki-NLP/opus-mt-fi-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_id_xx.md
index b90b7f8daebae7..b000b4c707beef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_id_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-id](https://huggingface.co/Helsinki-NLP/opus-mt-fi-id)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ig_xx.md
index 916fd99c08f2a4..b3767a47e826e8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ig_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ig](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ilo_xx.md
index c2ffa8ed5fc720..057a084b714aed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ilo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_is_xx.md
index 72a80d835324d8..e8680ae52af1e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_is_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-is](https://huggingface.co/Helsinki-NLP/opus-mt-fi-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_iso_xx.md
index 8d7d9a6799d342..dcb391f2a01daa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_iso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-iso](https://huggingface.co/Helsinki-NLP/opus-mt-fi-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_it_xx.md
index 26986ddda28733..e5048f198ab894 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-it](https://huggingface.co/Helsinki-NLP/opus-mt-fi-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kg_xx.md
index 426678480da21e..07997108bd1d33 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-kg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kqn_xx.md
index d545d7b24ffd9e..9671773fac38b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_kqn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-kqn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lg_xx.md
index e7a897019fc8bb..54ba5678010f1b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ln_xx.md
index f4134cfb994b14..db89dcafc677f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ln_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ln](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lu_xx.md
index 7ede8ee4b7416b..e05b57b3e0d33c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lu](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lua_xx.md
index 486c96d815c4c4..38c3b37215dff5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lua_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lua](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lue_xx.md
index 9ef6fd46b847d5..45a12de69d0ef3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lue_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lue](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lue)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lus_xx.md
index f394cd5ee461bd..a462c087f8c654 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lus_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lus](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lv_xx.md
index b609e7da82226c..df5af8a651c7a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_lv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lv](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mfe_xx.md
index 818dfa4c7e7c26..21b2dc8926c90f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mfe_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mfe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mg_xx.md
index ebd104cc3c2d65..7cad299f45238b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mh_xx.md
index ed88b13fec458a..f1537b24db2eac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mh](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mk_xx.md
index 3f453c7c94f535..3f5f162c63eefe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mk](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mos_xx.md
index 4bb91c996e89ce..e60a6eb1da99d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mos_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mos](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mos)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mt_xx.md
index 755774a633f31f..57d2c4c2f95e56 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_mt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mt](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_niu_xx.md
index f7dca1ab42cec9..87dd8c9d1ceb87 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_niu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-niu](https://huggingface.co/Helsinki-NLP/opus-mt-fi-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nl_xx.md
index 5bf1093e7741dd..f8cbac03471861 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-nl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_no_xx.md
index e64f05d4d7a349..afaefd75007137 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-no](https://huggingface.co/Helsinki-NLP/opus-mt-fi-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nso_xx.md
index f912c39ec759cc..44efe6076ccec4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_nso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-nso](https://huggingface.co/Helsinki-NLP/opus-mt-fi-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ny_xx.md
index 7516dbbbd57bf9..3cc1d76b55313a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ny_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ny](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pag_xx.md
index f1ee86cd03eb8d..221e8a4051a574 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pag_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pag](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pap_xx.md
index 3ffec58919f4a1..71705c10def60e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pap](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pis_xx.md
index 6f2e8bd8fb90df..6cfeb689fc0218 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pis_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pis](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pon_xx.md
index bbe95d4c690816..d7e792d0efcac7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_pon_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pon](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ro_xx.md
index f1aa14bfc0d466..43c632b9385ab3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ro_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ro](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ru_xx.md
index 2ac3b0e9478feb..9931d5874946b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ru](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_run_xx.md
index 0fa3568579012a..b8f7276dfe68f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_run_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-run](https://huggingface.co/Helsinki-NLP/opus-mt-fi-run)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_rw_xx.md
index 17ba1811f7c8db..30dc576224c8f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_rw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-rw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-rw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sg_xx.md
index 175c78ac329b4a..445f3e3c285e7d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sk_xx.md
index 288d2feacbe64b..a54a30741529f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sk](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sl_xx.md
index 3ca4a628b811a1..6ba5cb01ad52e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sm_xx.md
index b45715d48f05f3..8e8201ae0d4e9d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sm_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sm](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sm)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sn_xx.md
index c336c45096a475..ab71d003c98d4c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sq_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sq_xx.md
index 967f0c70dbc55f..79bba803cdca6b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sq_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sq](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_srn_xx.md
index d4d72658567366..7f680b0fb110c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_srn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-srn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-srn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_st_xx.md
index bf1f92509106f6..7499fc5f47e839 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_st_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-st](https://huggingface.co/Helsinki-NLP/opus-mt-fi-st)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sv_xx.md
index 7829c42fac49a1..a93734bc52e801 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sw_xx.md
index 2487d39c2c8aa4..53c2ac2c9884cf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_sw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_swc_xx.md
index bf3cc20656887f..203396236f30b8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_swc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-swc](https://huggingface.co/Helsinki-NLP/opus-mt-fi-swc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tiv_xx.md
index 44d00d81da34d1..d36516f5511079 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tiv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tiv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tll_xx.md
index 8c33831adf0199..690cd609f7b11f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tll_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tll](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tll)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tn_xx.md
index f03c65d7963739..cd1d0edd94724c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_to_xx.md
index f8b7fe00065961..f2dc1be056b148 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_to_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-to](https://huggingface.co/Helsinki-NLP/opus-mt-fi-to)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_toi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_toi_xx.md
index 9dc279ff282ba0..6c65dc20a781d7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_toi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-toi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-toi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tpi_xx.md
index b3fc630ff85286..351d4d899815d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tpi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tpi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tr_xx.md
index fa3dd26fc65363..73d50199cee400 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tr](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ts_xx.md
index 6e6053b94782c6..1509592a190548 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ts_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ts](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ts)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tvl_xx.md
index 5d62b4e837bfde..bb20748afbe165 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tvl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tvl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tw_xx.md
index 9497dac9664047..38a63770a32e68 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_tw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ty_xx.md
index 72ad39f045143f..a978fc5cddbb69 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ty_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ty](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ty)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_uk_xx.md
index f33b787d74083d..1838a3123076ff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-uk](https://huggingface.co/Helsinki-NLP/opus-mt-fi-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ve_xx.md
index 7ecfb63276408d..a08a16f531fffe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_ve_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ve](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ve)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_war_xx.md
index bbf39c8ff50e39..1537e09f69403b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_war_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-war](https://huggingface.co/Helsinki-NLP/opus-mt-fi-war)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_wls_xx.md
index 2cd577cb903cca..00a41b1a262638 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_wls_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-wls](https://huggingface.co/Helsinki-NLP/opus-mt-fi-wls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_xh_xx.md
index f5d2a5edfd0e45..b09ea0c0eaf4ce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_xh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-xh](https://huggingface.co/Helsinki-NLP/opus-mt-fi-xh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yap_xx.md
index 3ea35321e87699..55306caa0136d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-yap](https://huggingface.co/Helsinki-NLP/opus-mt-fi-yap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yo_xx.md
index 59d95a5af7f4c5..c54bc13a92909c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_yo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-yo](https://huggingface.co/Helsinki-NLP/opus-mt-fi-yo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_zne_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_zne_xx.md
index bc5d66eb02c611..6b5e8ab2e84dc5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_zne_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fi_zne_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-zne](https://huggingface.co/Helsinki-NLP/opus-mt-fi-zne)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_en_xx.md
index 71ebaa2bf58e34..94cbfce64eda04 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en](https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_fiu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_fiu_xx.md
index 1403f7723b7087..8cd613c49ff948 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_fiu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fiu_fiu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fiu-fiu](https://huggingface.co/Helsinki-NLP/opus-mt-fiu-fiu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_en_xx.md
index 060e9634c44001..e44deb444a5d5c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fj-en](https://huggingface.co/Helsinki-NLP/opus-mt-fj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_fr_xx.md
index 2c3bab94e2245e..0c1ace835b55c4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fj_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fj-fr](https://huggingface.co/Helsinki-NLP/opus-mt-fj-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_af_xx.md
index ec671829f5b0ec..5bc232607b0903 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-af](https://huggingface.co/Helsinki-NLP/opus-mt-fr-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ar_xx.md
index d4cb4eae5aa1f8..75d2ac8d7e430b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ar](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ase_xx.md
index 15512814adcc50..72b552de86d5e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ase_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ase](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ase)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bcl_xx.md
index f1572e2ecc02ef..8ffcd0ac170a62 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bcl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bem_xx.md
index 1d826b72a08816..dee341728059b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bem](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ber_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ber_xx.md
index e91c96db700987..2929582186131c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ber_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ber](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ber)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bg_xx.md
index a369c9c629fa00..9d69d9a28f3572 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bi_xx.md
index dfa28dcf81e199..f40384d5bebbf4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bzs_xx.md
index 80e42367f2a1c7..8af4395c6ac63b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_bzs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ca_xx.md
index 60f15e9728860c..50117cf8199a67 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ca](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ceb_xx.md
index 1901a906a09192..c04df38d57d90d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ceb_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ceb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_crs_xx.md
index 0d30813c0e57e6..754512c2491f71 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_crs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-crs](https://huggingface.co/Helsinki-NLP/opus-mt-fr-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_de_xx.md
index 185fd55a7908ef..185c19bf3da044 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-de](https://huggingface.co/Helsinki-NLP/opus-mt-fr-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ee_xx.md
index 9731eefb3925fa..4533c59aef9fc1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ee_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ee](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_efi_xx.md
index 610b52f2cbfb97..f35e825814caf0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_efi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-efi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_el_xx.md
index 8dc6f321c7f5c3..672317f9f783d0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-el](https://huggingface.co/Helsinki-NLP/opus-mt-fr-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_en_xx.md
index 955f01b4697538..573b78b038aebb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_es_xx.md
index 2a508a46f220a1..91d363623b69b5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-es](https://huggingface.co/Helsinki-NLP/opus-mt-fr-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_fj_xx.md
index 5a2f7736748d0f..203aa1cfa8e29e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_fj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-fj](https://huggingface.co/Helsinki-NLP/opus-mt-fr-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gaa_xx.md
index 4675c1f03fd79d..061397be108394 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gaa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-fr-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gil_xx.md
index 5cac8ca58ed6e5..1c3747668e669b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_gil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-gil](https://huggingface.co/Helsinki-NLP/opus-mt-fr-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_guw_xx.md
index 3204c0510daeb9..e6e5d1543b9502 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_guw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-guw](https://huggingface.co/Helsinki-NLP/opus-mt-fr-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ha_xx.md
index 7f45ad11eacff3..79d3d12dbb480d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ha_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ha](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_he_xx.md
index 1763fe23003952..ac301b64b7b145 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-he](https://huggingface.co/Helsinki-NLP/opus-mt-fr-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hil_xx.md
index 1b42b03565fa1f..0c3db2b37ea845 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-hil](https://huggingface.co/Helsinki-NLP/opus-mt-fr-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ho_xx.md
index e70c4e68794ddb..809caefd27f650 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ho_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ho](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hr_xx.md
index 724c441290e7c8..04aa12199424a6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-hr](https://huggingface.co/Helsinki-NLP/opus-mt-fr-hr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ht_xx.md
index e7ea405068b138..d308b9af821a66 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ht_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ht](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hu_xx.md
index 530a8685769c46..0b311d5731bbf6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-hu](https://huggingface.co/Helsinki-NLP/opus-mt-fr-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ig_xx.md
index 25c7ff17d60348..802fa723615c2c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ig_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ig](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ilo_xx.md
index a34f9979b240cf..1376906efd9420 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ilo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_iso_xx.md
index 044fb9503ce940..78cff8a8a40494 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_iso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-iso](https://huggingface.co/Helsinki-NLP/opus-mt-fr-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kg_xx.md
index 8c7facd8a0dbc3..724e80fbde28d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-kg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kqn_xx.md
index bcab1620c55138..dac9c3fbd08fdd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kqn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-kqn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kwy_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kwy_xx.md
index 92212c06e4ebd6..55d1a6fbcf9279 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_kwy_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-fr-kwy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lg_xx.md
index c04026c23e7244..adab89f8ac767c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ln_xx.md
index 28ea6e79a0d960..c2f85c9bc6b81a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ln_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ln](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_loz_xx.md
index f783756a0abb32..aed487cf2c7875 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_loz_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-loz](https://huggingface.co/Helsinki-NLP/opus-mt-fr-loz)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lu_xx.md
index 71e15fe0b3c01d..a5974f336cda25 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lu](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lua_xx.md
index 483e17622ea807..7ca0b7ae17df60 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lua_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lua](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lue_xx.md
index 217ece1574325d..595fad0ba8c8eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lue_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lue](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lue)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lus_xx.md
index fca40ce83e8bb0..f25c9efdd1fd33 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_lus_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lus](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mfe_xx.md
index 550b81a6af4f3d..58a5e853d49db7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mfe_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mfe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mh_xx.md
index e795d4b26f4371..f59777db995065 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mh](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mos_xx.md
index 9d69169395823d..250af0adfe4ad2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mos_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mos](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mos)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ms_xx.md
index d5173fd817da2b..dc19eab3d234fc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ms_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ms](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ms)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mt_xx.md
index b3fe59744b8a0c..9827ec3ec951fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_mt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mt](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_niu_xx.md
index 69d058a68d0973..39f41850d09e1e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_niu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-niu](https://huggingface.co/Helsinki-NLP/opus-mt-fr-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_no_xx.md
index b09a3cae296e1f..cab58d439557aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-no](https://huggingface.co/Helsinki-NLP/opus-mt-fr-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_nso_xx.md
index bda5192a1ddb6f..a8143194191836 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_nso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-nso](https://huggingface.co/Helsinki-NLP/opus-mt-fr-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ny_xx.md
index bc3d8467308684..453eab3b5053be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ny_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ny](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pag_xx.md
index 70cad4b19047ba..a99bb5a42cbac0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pag_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pag](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pap_xx.md
index fb9e6fa2092a10..8e2459757839b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pap](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pis_xx.md
index b661325aa03fab..8d0f261a1bdecb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pis_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pis](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pl_xx.md
index ee27afdcaceb5d..dfba49e18fdacd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pon_xx.md
index aaf0505404f36a..38f34c1f33cb3a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_pon_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pon](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rnd_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rnd_xx.md
index af40d5052eed63..3de7b1601c9d0e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rnd_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-fr-rnd)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ro_xx.md
index cd936c2d3e0c57..57b70fcb8d3795 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ro_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ro](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ru_xx.md
index df523323c6c899..f5d38338396f01 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ru](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rw_xx.md
index ba0cf27ede1df3..2a50805521729a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_rw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-rw](https://huggingface.co/Helsinki-NLP/opus-mt-fr-rw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sg_xx.md
index eacf3046da7979..7bde54f69e58ae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sk_xx.md
index 2f89aea7ad10a2..7e1cc66162838c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sk](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sl_xx.md
index 24758db0af5355..20ef353a964f53 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sm_xx.md
index 57042e1094461f..25e7f361e0458b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sm_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sm](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sm)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sn_xx.md
index bceb1bb915e0b9..943357346d4c75 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_srn_xx.md
index f24a49c2a30188..53ccc954313db9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_srn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-srn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-srn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_st_xx.md
index 092e441fe27a43..8931e98305a803 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_st_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-st](https://huggingface.co/Helsinki-NLP/opus-mt-fr-st)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sv_xx.md
index 04d92a252240d5..2d7e16192358c2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sv](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_swc_xx.md
index 2cc66b1c642bd3..e8ade6770c3697 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_swc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-swc](https://huggingface.co/Helsinki-NLP/opus-mt-fr-swc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tiv_xx.md
index 21600c8ff03491..08414bac6b0b60 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tiv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tiv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tl_xx.md
index 9ab027d20f7e3d..c0f63e51621bd8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tll_xx.md
index 484f6e18e292dd..0c46dd45f0d8f4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tll_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tll](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tll)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_to_xx.md
index b700e73e729e13..6df7748e62bd1f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_to_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-to](https://huggingface.co/Helsinki-NLP/opus-mt-fr-to)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tpi_xx.md
index 367d22639d7daf..628c4a4166c49a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tpi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tpi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ts_xx.md
index c8c104dccb1abc..9c4884053b889f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ts_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ts](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ts)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tum_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tum_xx.md
index 15b122d64a1dd4..3d88b342aa672d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tum_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tum_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tum](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tum)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tvl_xx.md
index a3c13e50ac9705..83c0d7bf93bb44 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tvl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tvl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tw_xx.md
index 1492e7a51da7dd..3b686d68b76a12 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_tw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tw](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ty_xx.md
index ad29044b84b0ce..21fd8b64581119 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ty_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ty](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ty)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_uk_xx.md
index 90de43071224ac..cff6e4bc097944 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-uk](https://huggingface.co/Helsinki-NLP/opus-mt-fr-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ve_xx.md
index 0e4f847b6ddbd0..8b7cd17a1bcd2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_ve_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ve](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ve)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_vi_xx.md
index 1fd4d64e553a65..90a4761feca249 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-vi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_war_xx.md
index f97ef2b2dab5a7..ee85542156e21f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_war_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-war](https://huggingface.co/Helsinki-NLP/opus-mt-fr-war)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_wls_xx.md
index 8ee2dc8bee6eea..babc04709b5f73 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_wls_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-wls](https://huggingface.co/Helsinki-NLP/opus-mt-fr-wls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_xh_xx.md
index 7a6c082fbab006..212d20802c4c41 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_xh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-xh](https://huggingface.co/Helsinki-NLP/opus-mt-fr-xh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yap_xx.md
index 69a2a10c04abdd..10f34809ba3a30 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-yap](https://huggingface.co/Helsinki-NLP/opus-mt-fr-yap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yo_xx.md
index 025826bf81c756..74895c3a76b1d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_yo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-yo](https://huggingface.co/Helsinki-NLP/opus-mt-fr-yo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_zne_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_zne_xx.md
index cc9cb8aa5f8e5a..33185db81266e8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_zne_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fr_zne_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-zne](https://huggingface.co/Helsinki-NLP/opus-mt-fr-zne)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fse_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fse_fi_xx.md
index e5fb7fb7f2ffdb..103b94a9bf40a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fse_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_fse_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fse-fi](https://huggingface.co/Helsinki-NLP/opus-mt-fse-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ga_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ga_en_xx.md
index fa9e0fa3f46ff9..781325e4da1cde 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ga_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ga_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ga-en](https://huggingface.co/Helsinki-NLP/opus-mt-ga-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_de_xx.md
index 9aab9cbed5008a..cd645cdadeba86 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-de](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_en_xx.md
index fc54abd7a3b1a1..8ef41fb072f802 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_es_xx.md
index e60fc0e1d14dc8..8c3a4a5cd4bb7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-es](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fi_xx.md
index a35ddb04833635..08363174bb28b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fi](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fr_xx.md
index 3cba1096d51f66..2468208ec44ecf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fr](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_sv_xx.md
index 447f2c14ceeda7..e5310a1a55f99f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gaa_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-sv](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_en_xx.md
index a8a6c8fb573c59..9ecb1a288af04c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gem-en](https://huggingface.co/Helsinki-NLP/opus-mt-gem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_gem_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_gem_xx.md
index cb7a38f4088cdd..5f0d38dd79db07 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_gem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gem_gem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gem-gem](https://huggingface.co/Helsinki-NLP/opus-mt-gem-gem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_en_xx.md
index 5ee7750b39a9d4..04326d6d3df9f4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-en](https://huggingface.co/Helsinki-NLP/opus-mt-gil-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_es_xx.md
index dc6c06d064096e..2a149436c57005 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-es](https://huggingface.co/Helsinki-NLP/opus-mt-gil-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fi_xx.md
index 8840df9c108c1e..1b886a92bcc10e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-fi](https://huggingface.co/Helsinki-NLP/opus-mt-gil-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fr_xx.md
index 9ccb44afd46f12..f2b04884c7f31b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-fr](https://huggingface.co/Helsinki-NLP/opus-mt-gil-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_sv_xx.md
index e1200904aa4705..444ed758f7aa5a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gil_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-sv](https://huggingface.co/Helsinki-NLP/opus-mt-gil-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_en_xx.md
index db003ff3df5ca8..f0bf0b07169f18 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-en](https://huggingface.co/Helsinki-NLP/opus-mt-gl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_es_xx.md
index 1321e81a42dcbd..63e50f3fbd0a67 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-es](https://huggingface.co/Helsinki-NLP/opus-mt-gl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_pt_xx.md
index 9b1e3eb0f95f0d..61ca44326ffbd4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gl_pt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-pt](https://huggingface.co/Helsinki-NLP/opus-mt-gl-pt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_en_xx.md
index 884902c77599bc..42036382cf727e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_gmq_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_gmq_xx.md
index 35c4e8dca22ca7..32ddb842afc283 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_gmq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmq_gmq_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmq-gmq](https://huggingface.co/Helsinki-NLP/opus-mt-gmq-gmq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_en_xx.md
index cb680ce27163e3..56b176a9dbe957 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_gmw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_gmw_xx.md
index 3ce2813192cc0a..d94a95267a814d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_gmw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gmw_gmw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmw-gmw](https://huggingface.co/Helsinki-NLP/opus-mt-gmw-gmw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_grk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_grk_en_xx.md
index fbf1a62b10c013..28ae78c43ee6fc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_grk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_grk_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-grk-en](https://huggingface.co/Helsinki-NLP/opus-mt-grk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_de_xx.md
index ed0134ceff8fbf..b4b22c9b26b276 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-de](https://huggingface.co/Helsinki-NLP/opus-mt-guw-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_en_xx.md
index 442c7f4ea79135..a09c68411c12e6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-en](https://huggingface.co/Helsinki-NLP/opus-mt-guw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_es_xx.md
index 589a36432111d4..5c0057df80e152 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-es](https://huggingface.co/Helsinki-NLP/opus-mt-guw-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fi_xx.md
index 1a1cee1df2349f..808cfe4fa4508f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-fi](https://huggingface.co/Helsinki-NLP/opus-mt-guw-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fr_xx.md
index 7b0a92dc364164..e2445e385c8df3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-fr](https://huggingface.co/Helsinki-NLP/opus-mt-guw-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_sv_xx.md
index af5db548a4c493..30730f1ce2c9a8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_guw_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-sv](https://huggingface.co/Helsinki-NLP/opus-mt-guw-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gv_en_xx.md
index 0398cb234a8761..3b8ca207d1a2e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_gv_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gv-en](https://huggingface.co/Helsinki-NLP/opus-mt-gv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_en_xx.md
index 9db444dfb0ddb3..7d72bfd4eaa6db 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-en](https://huggingface.co/Helsinki-NLP/opus-mt-ha-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_es_xx.md
index 13c19b739646d6..8d6ba9b379ede2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-es](https://huggingface.co/Helsinki-NLP/opus-mt-ha-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fi_xx.md
index 5d694226658631..0bca9eeb1dc04f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ha-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fr_xx.md
index f18443c27e91a4..3630c8c2283d6d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ha-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_sv_xx.md
index 5014593c7a1a3a..2ca8e0bfb499b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ha_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ha-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ar_xx.md
index 3f3bf8700a54cd..f47252423f35b8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-ar](https://huggingface.co/Helsinki-NLP/opus-mt-he-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_de_xx.md
index f2a02a1420cc39..6b511b72683a2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-de](https://huggingface.co/Helsinki-NLP/opus-mt-he-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_eo_xx.md
index 4662547f485d3b..27781b1312eb89 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-eo](https://huggingface.co/Helsinki-NLP/opus-mt-he-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_es_xx.md
index ebab80d4f0b66a..ef4fe18a41e62f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-es](https://huggingface.co/Helsinki-NLP/opus-mt-he-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_fi_xx.md
index 82e8b6cbf6bb6a..a4f8d2a76c2534 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-fi](https://huggingface.co/Helsinki-NLP/opus-mt-he-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_it_xx.md
index 300fd4f49bcf41..8106dbbc5ae727 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-it](https://huggingface.co/Helsinki-NLP/opus-mt-he-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ru_xx.md
index bcbf3006a5bc3e..536e1cfe9d3941 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-ru](https://huggingface.co/Helsinki-NLP/opus-mt-he-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_sv_xx.md
index fe8750d0e2f9c3..f998123933aab5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-sv](https://huggingface.co/Helsinki-NLP/opus-mt-he-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_uk_xx.md
index d69e90e9e9b866..188052a0ed7e00 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_he_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-uk](https://huggingface.co/Helsinki-NLP/opus-mt-he-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_en_xx.md
index 238c993306cee9..df31e85d8ebee2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hi-en](https://huggingface.co/Helsinki-NLP/opus-mt-hi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_ur_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_ur_xx.md
index 0a208980f358be..bfc57a1329a7cb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_ur_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hi_ur_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hi-ur](https://huggingface.co/Helsinki-NLP/opus-mt-hi-ur)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_de_xx.md
index 4187e14e06ef80..8d4fed6a7141cd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-de](https://huggingface.co/Helsinki-NLP/opus-mt-hil-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_en_xx.md
index 67805de63f8717..637b44e4c6dd88 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-en](https://huggingface.co/Helsinki-NLP/opus-mt-hil-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_fi_xx.md
index 5aedfb1efdfd16..878cc9eb216128 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hil_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-fi](https://huggingface.co/Helsinki-NLP/opus-mt-hil-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ho_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ho_en_xx.md
index 29433f06c830e4..cd7e6f52809cf3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ho_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ho_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ho-en](https://huggingface.co/Helsinki-NLP/opus-mt-ho-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_es_xx.md
index 9b13a992bd75ad..148b6eb1264643 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-es](https://huggingface.co/Helsinki-NLP/opus-mt-hr-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fi_xx.md
index e4008241a5c3d9..59fdd1b68a7c92 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-fi](https://huggingface.co/Helsinki-NLP/opus-mt-hr-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fr_xx.md
index 44317cb180a46a..46b16fb0462264 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-fr](https://huggingface.co/Helsinki-NLP/opus-mt-hr-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_sv_xx.md
index 482ffa98a4f3bb..8093d8427ec974 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hr_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-sv](https://huggingface.co/Helsinki-NLP/opus-mt-hr-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_en_xx.md
index b4b41a1d976dcf..f8db2bf3935160 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-en](https://huggingface.co/Helsinki-NLP/opus-mt-ht-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_es_xx.md
index 1025fb8155a87d..d1b99a99eabc3b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-es](https://huggingface.co/Helsinki-NLP/opus-mt-ht-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fi_xx.md
index d6b94ebd153668..d7ee684e61bf18 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ht-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fr_xx.md
index 607cb33d3b6635..f909fe1f12da98 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ht-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_sv_xx.md
index ef3abb076e280a..534350025565e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ht_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ht-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_de_xx.md
index 1c262f384ca00b..1492c30b5331f8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-de](https://huggingface.co/Helsinki-NLP/opus-mt-hu-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_en_xx.md
index 37b82bdfb31a99..b1be0521f509a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-en](https://huggingface.co/Helsinki-NLP/opus-mt-hu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_eo_xx.md
index 6c95d30c72144f..c6833a5d52d2ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-eo](https://huggingface.co/Helsinki-NLP/opus-mt-hu-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fi_xx.md
index c8634e09ecfbd1..caab1431b1576b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-fi](https://huggingface.co/Helsinki-NLP/opus-mt-hu-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fr_xx.md
index 9050639bc92e4c..ba5971a77221eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-fr](https://huggingface.co/Helsinki-NLP/opus-mt-hu-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_sv_xx.md
index 6e902d1138f7a0..d704e66e2e50a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-sv](https://huggingface.co/Helsinki-NLP/opus-mt-hu-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_uk_xx.md
index 2274c9de585e76..47fb8dd778088d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hu_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-uk](https://huggingface.co/Helsinki-NLP/opus-mt-hu-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_en_xx.md
index 5da712d5ccc5fe..a63fa7a2ca9bc4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hy-en](https://huggingface.co/Helsinki-NLP/opus-mt-hy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_ru_xx.md
index b3a1527f0fd6a9..e697d930fa298b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_hy_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hy-ru](https://huggingface.co/Helsinki-NLP/opus-mt-hy-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_en_xx.md
index eb82526b5bd8fa..18c9dad86edc6b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-en](https://huggingface.co/Helsinki-NLP/opus-mt-id-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_es_xx.md
index a31e762d5a2b28..52a30ad659894d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-es](https://huggingface.co/Helsinki-NLP/opus-mt-id-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fi_xx.md
index b1a97c8b60ae37..2334582f660c52 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-fi](https://huggingface.co/Helsinki-NLP/opus-mt-id-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fr_xx.md
index f6319a7f0d1a67..1dbc42b4faf6d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-fr](https://huggingface.co/Helsinki-NLP/opus-mt-id-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_sv_xx.md
index 2f7b8ec094cb8b..f531fbc1eb4d2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_id_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-sv](https://huggingface.co/Helsinki-NLP/opus-mt-id-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_de_xx.md
index d62ee360b12cdf..28d30faacd5c9f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-de](https://huggingface.co/Helsinki-NLP/opus-mt-ig-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_en_xx.md
index fbb67fde4e47fa..127223cebfcc90 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-en](https://huggingface.co/Helsinki-NLP/opus-mt-ig-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_es_xx.md
index dd64304d05b38b..b6ee4b623cd687 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-es](https://huggingface.co/Helsinki-NLP/opus-mt-ig-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fi_xx.md
index f3d6e7b1b3a9c0..c7922cc9558479 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ig-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fr_xx.md
index 494cbf5d0958ac..67120b2ba8ec15 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ig-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_sv_xx.md
index 9e371171fc7d49..466b4ef7703272 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ig_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ig-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_en_xx.md
index 4033598413e224..c025b69351bd1b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iir-en](https://huggingface.co/Helsinki-NLP/opus-mt-iir-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_iir_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_iir_xx.md
index 9535abc390017a..b0f70694e1942d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_iir_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iir_iir_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iir-iir](https://huggingface.co/Helsinki-NLP/opus-mt-iir-iir)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_de_xx.md
index 891d1e9d640c7b..1cd4b0f7ecded3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-de](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_en_xx.md
index 0e05b45feaeb7d..edfe35afbc63a1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_es_xx.md
index 76b4651001f330..9f2d6361a8f05f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-es](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_fi_xx.md
index 05f433c7ca4a5d..d8fb008f3d3232 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ilo_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_en_xx.md
index df0d2a2394586d..4c8a19bd9a2979 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-inc-en](https://huggingface.co/Helsinki-NLP/opus-mt-inc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_inc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_inc_xx.md
index 97615c6c26ba2e..3b7ae3364ec2ab 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_inc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_inc_inc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-inc-inc](https://huggingface.co/Helsinki-NLP/opus-mt-inc-inc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_en_xx.md
index 3af3ddbf7c5f85..74b70f2a5f20ae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ine-en](https://huggingface.co/Helsinki-NLP/opus-mt-ine-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_ine_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_ine_xx.md
index e3aeaaabcc7d56..ff07fe3a4dabb9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_ine_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ine_ine_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ine-ine](https://huggingface.co/Helsinki-NLP/opus-mt-ine-ine)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_de_xx.md
index 95ed7e4d4d9237..dc87f180b8fe75 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-de](https://huggingface.co/Helsinki-NLP/opus-mt-is-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_en_xx.md
index 1fd04fb79063e7..29aed252c06f53 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-en](https://huggingface.co/Helsinki-NLP/opus-mt-is-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_eo_xx.md
index 51d3c4020be046..e4a67824f2a558 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-eo](https://huggingface.co/Helsinki-NLP/opus-mt-is-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_es_xx.md
index 1ac26913973fe2..a8610e372d2021 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-es](https://huggingface.co/Helsinki-NLP/opus-mt-is-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fi_xx.md
index c8d7188b39b952..1143b06b4891b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-fi](https://huggingface.co/Helsinki-NLP/opus-mt-is-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fr_xx.md
index 43520024d7d7af..b13287d2d088b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-fr](https://huggingface.co/Helsinki-NLP/opus-mt-is-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_it_xx.md
index a8acb10b3f9fb8..43baeba444de85 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-it](https://huggingface.co/Helsinki-NLP/opus-mt-is-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_sv_xx.md
index 3f03cc6b2090e6..897cf84a7baa38 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_is_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-sv](https://huggingface.co/Helsinki-NLP/opus-mt-is-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_en_xx.md
index b4ce2c980a5669..86cff8d81cd1ca 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-en](https://huggingface.co/Helsinki-NLP/opus-mt-iso-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_es_xx.md
index ece364467e6e17..9b0e4ecc9d4b6d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-es](https://huggingface.co/Helsinki-NLP/opus-mt-iso-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_fr_xx.md
index 33f34de04fad70..327006ad640029 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-fr](https://huggingface.co/Helsinki-NLP/opus-mt-iso-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_sv_xx.md
index 05091e129b07f2..4f54ef4e5629ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_iso_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-sv](https://huggingface.co/Helsinki-NLP/opus-mt-iso-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ar_xx.md
index 840c728ac7acb6..d2d318dc5826c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-ar](https://huggingface.co/Helsinki-NLP/opus-mt-it-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_bg_xx.md
index 9fcecc99028eb7..bbd69738928d8d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-bg](https://huggingface.co/Helsinki-NLP/opus-mt-it-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ca_xx.md
index cc83445b862507..1359883ead89f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-ca](https://huggingface.co/Helsinki-NLP/opus-mt-it-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_de_xx.md
index 0f94bdf2aa6b15..93dab641aaea4e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-de](https://huggingface.co/Helsinki-NLP/opus-mt-it-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_en_xx.md
index c70d9828b9455f..8e2d002c4f8785 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-en](https://huggingface.co/Helsinki-NLP/opus-mt-it-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_eo_xx.md
index 5cca1a8cae738e..170906fc161f49 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-eo](https://huggingface.co/Helsinki-NLP/opus-mt-it-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_es_xx.md
index 275617b5af3c1f..de23775d74802b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-es](https://huggingface.co/Helsinki-NLP/opus-mt-it-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_fr_xx.md
index fc35905a770a03..971ca5a43d33fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-fr](https://huggingface.co/Helsinki-NLP/opus-mt-it-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_is_xx.md
index c5766e7821ea90..f65b7b3fe1e500 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_is_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-is](https://huggingface.co/Helsinki-NLP/opus-mt-it-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_lt_xx.md
index 3551b6c02818b0..598dcde7f74188 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_lt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-lt](https://huggingface.co/Helsinki-NLP/opus-mt-it-lt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ms_xx.md
index 1aa5c4ee06fb6d..6d4307e4188c1e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_ms_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-ms](https://huggingface.co/Helsinki-NLP/opus-mt-it-ms)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_sv_xx.md
index f4fe4093f42d0c..f14b57dc1f3987 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-sv](https://huggingface.co/Helsinki-NLP/opus-mt-it-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_uk_xx.md
index acc66ed8f4564b..2a81b9989e2bff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-uk](https://huggingface.co/Helsinki-NLP/opus-mt-it-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_vi_xx.md
index 790007590d0501..d05b79d86c23b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_it_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-vi](https://huggingface.co/Helsinki-NLP/opus-mt-it-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_en_xx.md
index 0383ccc4bebf74..f6ff60bdaa9cf8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-itc-en](https://huggingface.co/Helsinki-NLP/opus-mt-itc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_itc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_itc_xx.md
index 980951f6099124..80a5107cc99f36 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_itc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_itc_itc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-itc-itc](https://huggingface.co/Helsinki-NLP/opus-mt-itc-itc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ar_xx.md
index 993fb04e2c0774..0e1922a5e331b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-ar](https://huggingface.co/Helsinki-NLP/opus-mt-ja-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_bg_xx.md
index 7de38f0bbb115a..381bd1e33ad477 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-bg](https://huggingface.co/Helsinki-NLP/opus-mt-ja-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_da_xx.md
index 6cee7d012726b6..0813c19d2b163a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_da_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-da](https://huggingface.co/Helsinki-NLP/opus-mt-ja-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_de_xx.md
index ca8715042322f3..7c9085098dddb4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-de](https://huggingface.co/Helsinki-NLP/opus-mt-ja-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_en_xx.md
index b108056472295b..eb193ab2736fd7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_es_xx.md
index 8682a40f9286ce..464ff568bacb7c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-es](https://huggingface.co/Helsinki-NLP/opus-mt-ja-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fi_xx.md
index 2d9f9b392e8d40..7b800e4d87fc54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ja-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fr_xx.md
index ac3eba9e08b260..2e97feeec9ca7c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ja-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_he_xx.md
index f3d5537e764602..09217c9c0ffb05 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-he](https://huggingface.co/Helsinki-NLP/opus-mt-ja-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_hu_xx.md
index 759e32092a1594..c5baf501deec87 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-hu](https://huggingface.co/Helsinki-NLP/opus-mt-ja-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ms_xx.md
index 63aa55518a3d05..05bc9016d94e22 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ms_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-ms](https://huggingface.co/Helsinki-NLP/opus-mt-ja-ms)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_nl_xx.md
index 1d1d010cd9188e..ca4d1ac016db3d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-nl](https://huggingface.co/Helsinki-NLP/opus-mt-ja-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pl_xx.md
index 39a3d7401ddf2e..71881a2f8d465b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-pl](https://huggingface.co/Helsinki-NLP/opus-mt-ja-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pt_xx.md
index 8fa1172d1a1601..09575b374b1a77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_pt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-pt](https://huggingface.co/Helsinki-NLP/opus-mt-ja-pt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ru_xx.md
index 755ad9c7336d8c..dc0356cca7f211 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ja-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sh_xx.md
index 8d20ce6d821848..10a26bbeffc36a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-sh](https://huggingface.co/Helsinki-NLP/opus-mt-ja-sh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sv_xx.md
index 6b691b14648621..5ae4868c140128 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ja-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_tr_xx.md
index 3c6dbd0d6a3cae..7d6a580cf30927 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_tr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-tr](https://huggingface.co/Helsinki-NLP/opus-mt-ja-tr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_vi_xx.md
index 73fa2a45a97e03..636aa7215e3656 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ja_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-vi](https://huggingface.co/Helsinki-NLP/opus-mt-ja-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_jap_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_jap_en_xx.md
index 5380d3a90eef3f..fb580b4e50ad49 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_jap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_jap_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-jap-en](https://huggingface.co/Helsinki-NLP/opus-mt-jap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_en_xx.md
index 377ad7fc00d31c..9ed070d180cc33 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ka-en](https://huggingface.co/Helsinki-NLP/opus-mt-ka-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_ru_xx.md
index 956d26509ce9fd..dc954967808f02 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ka_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ka-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ka-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kab_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kab_en_xx.md
index ae6c3d24fab041..df023f6cd37863 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kab_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kab_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kab-en](https://huggingface.co/Helsinki-NLP/opus-mt-kab-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_en_xx.md
index 6d2cfbeed13b79..59c262425d6b7e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-en](https://huggingface.co/Helsinki-NLP/opus-mt-kg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_es_xx.md
index bf3d6af59fc572..e04e76692691ed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-es](https://huggingface.co/Helsinki-NLP/opus-mt-kg-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_fr_xx.md
index 85ad70968acd5f..1a8c034a6029a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-kg-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_sv_xx.md
index bb961c6fcbd8cb..4b1e3047e34419 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kg_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-kg-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kj_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kj_en_xx.md
index 5516e5d10fac0c..4396e009259787 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kj_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kj-en](https://huggingface.co/Helsinki-NLP/opus-mt-kj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kl_en_xx.md
index d426e2a9a6c7b2..a62b3c74144599 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kl_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kl-en](https://huggingface.co/Helsinki-NLP/opus-mt-kl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_de_xx.md
index 37c778cba5d8ee..c51ba3006ad296 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-de](https://huggingface.co/Helsinki-NLP/opus-mt-ko-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_en_xx.md
index d714bc06eb0bd8..7d8861b8443a79 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-en](https://huggingface.co/Helsinki-NLP/opus-mt-ko-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_es_xx.md
index a57eaef78980f0..59151b0c3c02b6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-es](https://huggingface.co/Helsinki-NLP/opus-mt-ko-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fi_xx.md
index 1acb746d1133aa..c3fe305b3fd7cc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ko-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fr_xx.md
index a848374ff18aec..f668096e8a35a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ko-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_hu_xx.md
index f3c6ccc1b965f0..ac78ecb30f2fdf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-hu](https://huggingface.co/Helsinki-NLP/opus-mt-ko-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_ru_xx.md
index fcb8f60e8c456f..6da7d43d3148a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ko-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_sv_xx.md
index 34bdeed5c06da1..9d3b8def5baa62 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ko_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ko-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_en_xx.md
index f2bda99268d3a9..b2174746ae790f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_es_xx.md
index c4cfc32f4453b6..21cdbbfbc44565 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-es](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_fr_xx.md
index 32ded5d1d7554e..233a899e1b628f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_sv_xx.md
index 7cde9ef3db84ab..452226f7595760 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kqn_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwn_en_xx.md
index 54d042a9384b4e..112a14f8393eac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwn_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_fr_xx.md
index cb7a78570e6db3..9e12daf00c506b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-fr](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_sv_xx.md
index 3718267a4a82d4..daf0c28ba3cd88 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_kwy_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-sv](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_en_xx.md
index 8829a919b32fbd..1617f7a10a31fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-en](https://huggingface.co/Helsinki-NLP/opus-mt-lg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_es_xx.md
index d28323a43a0f5a..02bad0a5767b11 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-es](https://huggingface.co/Helsinki-NLP/opus-mt-lg-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fi_xx.md
index 73b459246081f0..bdaeb36a40c8d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lg-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fr_xx.md
index 015dbba699aa37..7cc39cecfb8838 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lg-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_sv_xx.md
index aa21711dc52446..fd2f02e03b4a55 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lg_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lg-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_de_xx.md
index 187a333f44da06..6dc5fced5b6845 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-de](https://huggingface.co/Helsinki-NLP/opus-mt-ln-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_en_xx.md
index 01a8c76ab3816a..095faa73db8018 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-en](https://huggingface.co/Helsinki-NLP/opus-mt-ln-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_es_xx.md
index 0135361733dd79..f953ad30943a2c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-es](https://huggingface.co/Helsinki-NLP/opus-mt-ln-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_fr_xx.md
index f001e4afa8fe54..8ab26665c18a0c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ln_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ln-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_de_xx.md
index 5b7386f5b222c3..8f6c2f4c0144dc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-de](https://huggingface.co/Helsinki-NLP/opus-mt-loz-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_en_xx.md
index 090b7bb85ae7d7..e65b5f4ec07c2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-en](https://huggingface.co/Helsinki-NLP/opus-mt-loz-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_es_xx.md
index 4ed149ccabfc1f..c019ca24e829b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-es](https://huggingface.co/Helsinki-NLP/opus-mt-loz-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fi_xx.md
index a8a6e8bfffe706..81cc8fcbaa7cf2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-fi](https://huggingface.co/Helsinki-NLP/opus-mt-loz-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fr_xx.md
index 4f99585bbef0f9..cd004adb008979 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-fr](https://huggingface.co/Helsinki-NLP/opus-mt-loz-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_sv_xx.md
index f196c547874f2e..819b10725c890b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_loz_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-sv](https://huggingface.co/Helsinki-NLP/opus-mt-loz-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_de_xx.md
index 831ccb41574c3c..a052bde91d2944 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-de](https://huggingface.co/Helsinki-NLP/opus-mt-lt-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_eo_xx.md
index 567075ea20575b..c0e6da19a61712 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-eo](https://huggingface.co/Helsinki-NLP/opus-mt-lt-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_es_xx.md
index cb954d92261cf8..89f98002f52ff0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-es](https://huggingface.co/Helsinki-NLP/opus-mt-lt-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_fr_xx.md
index 40fb1b281dec12..1260caf5f48158 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lt-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_it_xx.md
index b6e8b8a2fd7498..dd62864f55e3ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-it](https://huggingface.co/Helsinki-NLP/opus-mt-lt-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_pl_xx.md
index 7a0bc1803c299f..14209f17b5cb77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-pl](https://huggingface.co/Helsinki-NLP/opus-mt-lt-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_ru_xx.md
index 40c92679762676..170e77a32949eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-ru](https://huggingface.co/Helsinki-NLP/opus-mt-lt-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_sv_xx.md
index 6d228761bb1121..5d741b979e805e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lt-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_tr_xx.md
index f901fac30a3299..c9daa7ea049512 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lt_tr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-tr](https://huggingface.co/Helsinki-NLP/opus-mt-lt-tr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_en_xx.md
index 76f317bc3c24fe..86e53b4832c387 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-en](https://huggingface.co/Helsinki-NLP/opus-mt-lu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_es_xx.md
index f444b94537f9ba..bcba813c29086f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-es](https://huggingface.co/Helsinki-NLP/opus-mt-lu-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fi_xx.md
index 80fbde2a29cead..6a6d322e43046d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lu-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fr_xx.md
index 4a020ad6d70b60..b0e3b10eb6ef57 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lu-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_sv_xx.md
index e919db97a34301..482df6b0eb9ddb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lu_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lu-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_en_xx.md
index c30277e1bf0861..c75d7226e84671 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-en](https://huggingface.co/Helsinki-NLP/opus-mt-lua-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_es_xx.md
index b84cdfb98c1574..1b5b2e36dc4592 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-es](https://huggingface.co/Helsinki-NLP/opus-mt-lua-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fi_xx.md
index 7d5cec83808f3f..c2ba18472f70d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lua-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fr_xx.md
index 75c4b18189aa33..0a8bb3c89f0224 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lua-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_sv_xx.md
index 1d04f4986a7fa1..7da2ce5ba94bbf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lua_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lua-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_en_xx.md
index c82c14cba8ec9c..4f548f622562e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-en](https://huggingface.co/Helsinki-NLP/opus-mt-lue-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_es_xx.md
index 96078535bced91..671a9eeac8b42b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-es](https://huggingface.co/Helsinki-NLP/opus-mt-lue-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fi_xx.md
index f7653704fb36e3..fffcd6f651a373 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lue-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fr_xx.md
index debc3f175134b6..44b33cc32870e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lue-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_sv_xx.md
index 7d00b169052734..7b9cec55f3c25c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lue_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lue-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lun_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lun_en_xx.md
index 044a20c3c538cb..4b4f515eefd814 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lun_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lun_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lun-en](https://huggingface.co/Helsinki-NLP/opus-mt-lun-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_luo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_luo_en_xx.md
index 025ad1bc7990f8..d145ccd35ac65e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_luo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_luo_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-luo-en](https://huggingface.co/Helsinki-NLP/opus-mt-luo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_en_xx.md
index 0c8c4147c430d2..3981eef9d5ec6d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-en](https://huggingface.co/Helsinki-NLP/opus-mt-lus-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fi_xx.md
index 0ad1db40d79178..b639facc2136a1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lus-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fr_xx.md
index f38e54b1f8b701..9a5e3333a1f986 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lus-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_sv_xx.md
index c8493436a5dc54..64d279f2a28fe6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lus_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lus-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_en_xx.md
index 9e01cc40ca764d..633ff9f5c71b3e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-en](https://huggingface.co/Helsinki-NLP/opus-mt-lv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_es_xx.md
index 4a84e515ba5d4a..af642d0ae57574 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-es](https://huggingface.co/Helsinki-NLP/opus-mt-lv-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fi_xx.md
index 1d3eda82060081..9f15f0d44ca76a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lv-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fr_xx.md
index e5c1bd87dfeedc..bfdf41c7c5d3d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lv-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_ru_xx.md
index f46b1d16578e98..ddebfcff3609e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-ru](https://huggingface.co/Helsinki-NLP/opus-mt-lv-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_sv_xx.md
index e0bf8fd5da064f..4c9088d2fb9b37 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_lv_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lv-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfe_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfe_en_xx.md
index c5f413d2c924fc..c73cf76a1ef914 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfe_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en](https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfs_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfs_es_xx.md
index 040f3271057b09..5262823633c08d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfs_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mfs_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfs-es](https://huggingface.co/Helsinki-NLP/opus-mt-mfs-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_en_xx.md
index 9e4265cc99db8e..4cb2761a5c113d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mg-en](https://huggingface.co/Helsinki-NLP/opus-mt-mg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_es_xx.md
index 245f45f3156763..37dae2c2853532 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mg_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mg-es](https://huggingface.co/Helsinki-NLP/opus-mt-mg-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_en_xx.md
index 1c42d940eefc30..c453b745100326 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_es_xx.md
index 171da002606f21..68ee3842bcf219 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-es](https://huggingface.co/Helsinki-NLP/opus-mt-mh-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_fi_xx.md
index 3165c1a4d1f637..00a53f506ee69a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mh_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-fi](https://huggingface.co/Helsinki-NLP/opus-mt-mh-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_en_xx.md
index 35a5edc6261fbf..8a1ce55f50b034 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-en](https://huggingface.co/Helsinki-NLP/opus-mt-mk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_es_xx.md
index 8c0e275ed7e695..c9842ccb20ee4b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-es](https://huggingface.co/Helsinki-NLP/opus-mt-mk-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fi_xx.md
index 5afe8d0d690ef0..88b4003b069f93 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-fi](https://huggingface.co/Helsinki-NLP/opus-mt-mk-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fr_xx.md
index a4fb259b41c8ad..85d47bd8f1fa8e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mk_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-mk-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mkh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mkh_en_xx.md
index d6a64979d4e581..386df8f1e8065c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mkh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mkh_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ml_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ml_en_xx.md
index f77d27293ef73d..122ad085ca472c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ml_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ml_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ml-en](https://huggingface.co/Helsinki-NLP/opus-mt-ml-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mos_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mos_en_xx.md
index ba7367361f674e..c36a5a62d6cb1f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mos_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mos_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mos-en](https://huggingface.co/Helsinki-NLP/opus-mt-mos-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mr_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mr_en_xx.md
index e60be99f99b3bb..a847ac8a2f907e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mr_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mr-en](https://huggingface.co/Helsinki-NLP/opus-mt-mr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_de_xx.md
index f67ca666237bb5..9dde632703b725 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-de](https://huggingface.co/Helsinki-NLP/opus-mt-ms-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_fr_xx.md
index d39263e9c4771d..3200b6ad46444c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ms-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_it_xx.md
index fb07acd4389ec3..c9b35c2d720c79 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-it](https://huggingface.co/Helsinki-NLP/opus-mt-ms-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_ms_xx.md
index 4db9360e565735..cdfd3b5dc45215 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ms_ms_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-ms](https://huggingface.co/Helsinki-NLP/opus-mt-ms-ms)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_en_xx.md
index 56941ad8e4c999..3c1c22dfec7719 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-en](https://huggingface.co/Helsinki-NLP/opus-mt-mt-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_es_xx.md
index 9313011020d867..401844395f1883 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-es](https://huggingface.co/Helsinki-NLP/opus-mt-mt-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fi_xx.md
index d4a400098718ea..0d0b642123b0d7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-fi](https://huggingface.co/Helsinki-NLP/opus-mt-mt-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fr_xx.md
index 99f472201f2340..cdcedc4c66fb77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-fr](https://huggingface.co/Helsinki-NLP/opus-mt-mt-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_sv_xx.md
index 5eb163ae1bd93b..cd59d62db61c17 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mt_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-sv](https://huggingface.co/Helsinki-NLP/opus-mt-mt-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mul_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mul_en_xx.md
index 3ae1d521b89b80..856fdb45e74b5f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mul_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_mul_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mul-en](https://huggingface.co/Helsinki-NLP/opus-mt-mul-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ng_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ng_en_xx.md
index 30f52e19f15dcb..f4f0f8fe5aa6ca 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ng_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ng_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ng-en](https://huggingface.co/Helsinki-NLP/opus-mt-ng-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nic_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nic_en_xx.md
index 402c99b0a9e573..a440cfe2ac8272 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nic_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nic_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nic-en](https://huggingface.co/Helsinki-NLP/opus-mt-nic-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_de_xx.md
index c0ccb807aa3397..37d0449a317f3a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-de](https://huggingface.co/Helsinki-NLP/opus-mt-niu-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_en_xx.md
index aebcd7a062223b..c35536be3ec4cd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-en](https://huggingface.co/Helsinki-NLP/opus-mt-niu-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_es_xx.md
index 43e7ffcd2e6f48..95a67644dca963 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-es](https://huggingface.co/Helsinki-NLP/opus-mt-niu-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fi_xx.md
index 761b9d1d7beb5e..b64d8d23215d52 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-fi](https://huggingface.co/Helsinki-NLP/opus-mt-niu-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fr_xx.md
index d0b06b18c98c88..b485b1c38072b5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-fr](https://huggingface.co/Helsinki-NLP/opus-mt-niu-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_sv_xx.md
index cc3c8a612f9706..9897d5e3dfc72e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_niu_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-sv](https://huggingface.co/Helsinki-NLP/opus-mt-niu-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_af_xx.md
index cbaed9ff357e4f..0d86fb74ab2c3f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-af](https://huggingface.co/Helsinki-NLP/opus-mt-nl-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_ca_xx.md
index b233ea060170f4..d2b587a2bb2da4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-ca](https://huggingface.co/Helsinki-NLP/opus-mt-nl-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_en_xx.md
index 0cea6868c47d83..382bcb56b0b815 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-en](https://huggingface.co/Helsinki-NLP/opus-mt-nl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_eo_xx.md
index 35fa2426014c67..bff56657189361 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-eo](https://huggingface.co/Helsinki-NLP/opus-mt-nl-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fi_xx.md
index fe06c8823d2350..90ab7bdac6105c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-nl-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fr_xx.md
index 0519253deeeae0..bf4602b5fcf185 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-nl-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_no_xx.md
index 8d1b679b3aeb0f..7befdb7eed2265 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-no](https://huggingface.co/Helsinki-NLP/opus-mt-nl-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_sv_xx.md
index eb997e1fbf6b94..3f70bf274acdae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-nl-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_uk_xx.md
index 8b2b3e93a4ef2e..5a15e480a1733d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nl_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-uk](https://huggingface.co/Helsinki-NLP/opus-mt-nl-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_da_xx.md
index 991972cd8af41f..1190ebc67a6820 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_da_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-da](https://huggingface.co/Helsinki-NLP/opus-mt-no-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_de_xx.md
index 3466cfbca9cf20..bb79d8636fafc5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-de](https://huggingface.co/Helsinki-NLP/opus-mt-no-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_es_xx.md
index 7074f96f225e13..268a9a42d02a5b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-es](https://huggingface.co/Helsinki-NLP/opus-mt-no-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_fi_xx.md
index 7c15509f0f226c..882bb08542f030 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-fi](https://huggingface.co/Helsinki-NLP/opus-mt-no-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_nl_xx.md
index 007c320ee8d670..10fa05a716d8de 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-nl](https://huggingface.co/Helsinki-NLP/opus-mt-no-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_no_xx.md
index 5560ec5d6438ea..76c3d77ff2ad1f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-no](https://huggingface.co/Helsinki-NLP/opus-mt-no-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_pl_xx.md
index fa90b836c6236e..dc78c595a5d844 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-pl](https://huggingface.co/Helsinki-NLP/opus-mt-no-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_ru_xx.md
index 52ee4d5f4953f7..0b8200ac4cc0d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-ru](https://huggingface.co/Helsinki-NLP/opus-mt-no-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_sv_xx.md
index d4abfc869c8735..12f16d84fda6df 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-sv](https://huggingface.co/Helsinki-NLP/opus-mt-no-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_uk_xx.md
index 9674b810ebd411..36560cf7bccfb8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_no_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-uk](https://huggingface.co/Helsinki-NLP/opus-mt-no-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_de_xx.md
index 888964fb5a8960..c9a29f71117eae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-de](https://huggingface.co/Helsinki-NLP/opus-mt-nso-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_en_xx.md
index 9bece30ba6b4ce..aec4b8ebd5a499 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-en](https://huggingface.co/Helsinki-NLP/opus-mt-nso-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_es_xx.md
index ec6122b842c18f..dd59931e72270f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-es](https://huggingface.co/Helsinki-NLP/opus-mt-nso-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fi_xx.md
index 6ada6d8f4e540a..2d51fe2d23a280 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-fi](https://huggingface.co/Helsinki-NLP/opus-mt-nso-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fr_xx.md
index cbdbef35b2c8d8..f8e093af6a14fb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nso_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-fr](https://huggingface.co/Helsinki-NLP/opus-mt-nso-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_de_xx.md
index b5249d26c67ed7..462b721a212cf4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-de](https://huggingface.co/Helsinki-NLP/opus-mt-ny-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_en_xx.md
index e511178d3bad90..9d4d81b3250997 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-en](https://huggingface.co/Helsinki-NLP/opus-mt-ny-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_es_xx.md
index 92c277c30a572c..5c3f9bc5d9a0fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ny_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-es](https://huggingface.co/Helsinki-NLP/opus-mt-ny-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nyk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nyk_en_xx.md
index cb2a4207e670fd..1da782daca74a8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nyk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_nyk_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en](https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_om_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_om_en_xx.md
index f2182e72ea2900..167916a482dc52 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_om_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_om_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-om-en](https://huggingface.co/Helsinki-NLP/opus-mt-om-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pa_en_xx.md
index 7565b7428f0663..a6df842899ae2e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pa_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pa-en](https://huggingface.co/Helsinki-NLP/opus-mt-pa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_de_xx.md
index 3516ebabb36845..4d38e0e3c62b48 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-de](https://huggingface.co/Helsinki-NLP/opus-mt-pag-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_en_xx.md
index 9fae53de111c99..4189d08ae90719 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-en](https://huggingface.co/Helsinki-NLP/opus-mt-pag-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_es_xx.md
index 5a2b7b2b950d4f..f6bde37534d3fc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-es](https://huggingface.co/Helsinki-NLP/opus-mt-pag-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_fi_xx.md
index 6d307503e8af76..d1dda493a519a6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pag-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_sv_xx.md
index 6270d0fe8e7648..6eb2377ddd01c8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pag_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pag-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_de_xx.md
index c9a154bf0a74fe..be8bd2d611e503 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-de](https://huggingface.co/Helsinki-NLP/opus-mt-pap-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_en_xx.md
index 370f85ff1cf618..d40218539fb26d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-en](https://huggingface.co/Helsinki-NLP/opus-mt-pap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_es_xx.md
index 257b9403443ef0..0a1ff097f399d5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-es](https://huggingface.co/Helsinki-NLP/opus-mt-pap-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fi_xx.md
index 0b371c0036328f..7be150eb551fb7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pap-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fr_xx.md
index 1813ba3de8a75b..49ede93272d71e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pap_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pap-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_phi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_phi_en_xx.md
index 6dc7614f27a37b..21c1ceec53731a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_phi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_phi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-phi-en](https://huggingface.co/Helsinki-NLP/opus-mt-phi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_en_xx.md
index f158d0778a8a99..7c0b9e52657459 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-en](https://huggingface.co/Helsinki-NLP/opus-mt-pis-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_es_xx.md
index bd8c0ac1766504..3b7cc7911502b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-es](https://huggingface.co/Helsinki-NLP/opus-mt-pis-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fi_xx.md
index 484bc9b261b543..1eaf1291671b5a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pis-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fr_xx.md
index ac5958862787f9..886b2af38cac88 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pis-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_sv_xx.md
index b75e52bbeffdd8..0d74f0203ea9e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pis_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pis-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_ar_xx.md
index 7a54183ad56d10..e96dd76731f5ec 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-ar](https://huggingface.co/Helsinki-NLP/opus-mt-pl-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_de_xx.md
index a2edc6804024d6..f92cd6ee7dbabb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-de](https://huggingface.co/Helsinki-NLP/opus-mt-pl-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_en_xx.md
index 6a261a7752923e..5f8bafd192d0d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-en](https://huggingface.co/Helsinki-NLP/opus-mt-pl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_eo_xx.md
index 69e1b7a46664aa..e7de502ea93ef3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-eo](https://huggingface.co/Helsinki-NLP/opus-mt-pl-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_es_xx.md
index 5dbb083d7fe1ed..cce67197f9db19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-es](https://huggingface.co/Helsinki-NLP/opus-mt-pl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_fr_xx.md
index d981c577df10a7..55fff9f4195cc7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pl-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_lt_xx.md
index 143b208e12ca30..0910bcc7f639be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_lt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-lt](https://huggingface.co/Helsinki-NLP/opus-mt-pl-lt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_no_xx.md
index a1e7e6cd6266e0..b90f7649d26dd6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-no](https://huggingface.co/Helsinki-NLP/opus-mt-pl-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_sv_xx.md
index c1c05f87cb6ad6..7ebc181ddd6674 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pl-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_uk_xx.md
index 618f7f43bca611..ce36349b925999 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pl_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-uk](https://huggingface.co/Helsinki-NLP/opus-mt-pl-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_en_xx.md
index 74369b6269cb76..019c60c3d86f91 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-en](https://huggingface.co/Helsinki-NLP/opus-mt-pon-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_es_xx.md
index 2075dccb45ba0d..67724230ce7aa4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-es](https://huggingface.co/Helsinki-NLP/opus-mt-pon-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fi_xx.md
index b306a2d7bad296..92fa59bb4321c4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pon-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fr_xx.md
index 28754710dc5cd8..48667eeedf10e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pon-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_sv_xx.md
index a6fe7644ee21c6..30143a5d681c78 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pon_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pon-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pqe_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pqe_en_xx.md
index fcbe06889479fb..be596a79f4362d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pqe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pqe_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en](https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_prl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_prl_es_xx.md
index 97a514a0553068..2b79e9a5aa1972 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_prl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_prl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-prl-es](https://huggingface.co/Helsinki-NLP/opus-mt-prl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_ca_xx.md
index 7b2e486d82daa4..a5b0a2323d0141 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-ca](https://huggingface.co/Helsinki-NLP/opus-mt-pt-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_eo_xx.md
index 127fd4c3731b57..ab83f9d90b5cc7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-eo](https://huggingface.co/Helsinki-NLP/opus-mt-pt-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_gl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_gl_xx.md
index a1d2fc71513965..c6ff05422ffda7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_gl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-gl](https://huggingface.co/Helsinki-NLP/opus-mt-pt-gl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_tl_xx.md
index 4f6ae67dcacfbc..7b9b8826624df0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_tl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-tl](https://huggingface.co/Helsinki-NLP/opus-mt-pt-tl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_uk_xx.md
index d6e8d293f495d0..2da98c2945599d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_pt_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-uk](https://huggingface.co/Helsinki-NLP/opus-mt-pt-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_de_xx.md
index f50e02f0c2aa97..5492f5c41a9b9b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-de](https://huggingface.co/Helsinki-NLP/opus-mt-rn-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_en_xx.md
index 00b67dfd834bb4..059765b1876eab 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-en](https://huggingface.co/Helsinki-NLP/opus-mt-rn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_es_xx.md
index b6d170743672cc..ed369492602442 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-es](https://huggingface.co/Helsinki-NLP/opus-mt-rn-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_fr_xx.md
index 016429cb079174..b627bf7b14fd4e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-rn-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_ru_xx.md
index 1d0102023c559e..b6d645c8bf56e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rn_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-ru](https://huggingface.co/Helsinki-NLP/opus-mt-rn-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_en_xx.md
index dbd4d8d977d6aa..e6a0fb3294ac26 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_fr_xx.md
index 63b274e6b2cf9b..e99ae9acf9e10d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-fr](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_sv_xx.md
index acd8ceb0eddc7c..3c83bc641775a9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rnd_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-sv](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_eo_xx.md
index c12e217cc72048..3294128d4ce934 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ro-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fi_xx.md
index d42c70335ece7e..a8973663856b44 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ro-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fr_xx.md
index f83ca7a92db857..8eaadf8e4724d1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ro-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_sv_xx.md
index d00901a732c03d..6a9d66ce44a0fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ro_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ro-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_roa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_roa_en_xx.md
index 72f59383eaca64..5019f6c54dbcf4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_roa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_roa_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-roa-en](https://huggingface.co/Helsinki-NLP/opus-mt-roa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_af_xx.md
index 3492cc37561c31..cceacb5f4dd930 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-af](https://huggingface.co/Helsinki-NLP/opus-mt-ru-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_ar_xx.md
index 8319619def3807..877d346ad65b3b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-ar](https://huggingface.co/Helsinki-NLP/opus-mt-ru-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_bg_xx.md
index ae8d164568afde..fe8e4e4a49ce52 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-bg](https://huggingface.co/Helsinki-NLP/opus-mt-ru-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_da_xx.md
index 4d75ac01ca2960..971c8039d60e9b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_da_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-da](https://huggingface.co/Helsinki-NLP/opus-mt-ru-da)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eo_xx.md
index dd809b2b529c08..eebe230c6044cf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ru-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_es_xx.md
index 51a7b66c75b9d1..9bfe9138c575d0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-es](https://huggingface.co/Helsinki-NLP/opus-mt-ru-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_et_xx.md
index 3d11a1d385bb1a..4f904bea0744d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_et_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-et](https://huggingface.co/Helsinki-NLP/opus-mt-ru-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eu_xx.md
index b1adf7278afddc..d1bf3a51d357d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_eu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-eu](https://huggingface.co/Helsinki-NLP/opus-mt-ru-eu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fi_xx.md
index 279c580b00c5d1..e7a07c9ddc8fc1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ru-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fr_xx.md
index 4475f82fc4e127..f5a5beb46130a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ru-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_he_xx.md
index 25f5d630b221ca..5af761c3955483 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-he](https://huggingface.co/Helsinki-NLP/opus-mt-ru-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_hy_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_hy_xx.md
index da0c6590e735e4..0fb5aff85a80a2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_hy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_hy_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-hy](https://huggingface.co/Helsinki-NLP/opus-mt-ru-hy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lt_xx.md
index f08ec03e6e50f2..8fb8d4168b62c6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-lt](https://huggingface.co/Helsinki-NLP/opus-mt-ru-lt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lv_xx.md
index a41001af5c2a48..a3c0f74cacabd9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_lv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-lv](https://huggingface.co/Helsinki-NLP/opus-mt-ru-lv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_no_xx.md
index 529c4437f8bf12..f968a0c04a730e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-no](https://huggingface.co/Helsinki-NLP/opus-mt-ru-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sl_xx.md
index f928a89eff8b59..0fc4a786978ab1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-sl](https://huggingface.co/Helsinki-NLP/opus-mt-ru-sl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sv_xx.md
index 49e5bb93cfc718..8e38769758068a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ru-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_uk_xx.md
index 23e3abd145abbd..02d3af54ff3870 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-uk](https://huggingface.co/Helsinki-NLP/opus-mt-ru-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_vi_xx.md
index 778068972da884..ac9d8bb3b3ec7a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ru_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-vi](https://huggingface.co/Helsinki-NLP/opus-mt-ru-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_en_xx.md
index b63b54fa158e4a..542ccec37b82d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-en](https://huggingface.co/Helsinki-NLP/opus-mt-run-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_es_xx.md
index b2c5437195f32d..197de00cd092e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-es](https://huggingface.co/Helsinki-NLP/opus-mt-run-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_sv_xx.md
index 9ee99d3ee4caa6..95b993566b2198 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_run_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-sv](https://huggingface.co/Helsinki-NLP/opus-mt-run-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_en_xx.md
index 25eb36dad6455f..24901124c36cd7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-en](https://huggingface.co/Helsinki-NLP/opus-mt-rw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_es_xx.md
index 9a1b4859f17bc3..0ff7227738e618 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-es](https://huggingface.co/Helsinki-NLP/opus-mt-rw-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_fr_xx.md
index 19d73d0912086f..b6ee08e6ee5b26 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-fr](https://huggingface.co/Helsinki-NLP/opus-mt-rw-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_sv_xx.md
index 9f206662f11076..3c5fa1f2230b11 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_rw_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-sv](https://huggingface.co/Helsinki-NLP/opus-mt-rw-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sal_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sal_en_xx.md
index d9f3e3bf1958ea..7645f60a0071eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sal_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sal-en](https://huggingface.co/Helsinki-NLP/opus-mt-sal-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_en_xx.md
index 709f0d5f784997..333661db2ba0df 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sem-en](https://huggingface.co/Helsinki-NLP/opus-mt-sem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_sem_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_sem_xx.md
index e3ccab52cefd2f..c62cfa5d159949 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_sem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sem_sem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sem-sem](https://huggingface.co/Helsinki-NLP/opus-mt-sem-sem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_en_xx.md
index 495d07af80972e..dd9e2a323c8612 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-en](https://huggingface.co/Helsinki-NLP/opus-mt-sg-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_es_xx.md
index 7a38670ade0680..90c22e713d628a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-es](https://huggingface.co/Helsinki-NLP/opus-mt-sg-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fi_xx.md
index 6f94e037a220a4..9d733589023966 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sg-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fr_xx.md
index 4730863602a161..370ab97b53d960 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sg-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_sv_xx.md
index 57b56370905556..c6da8952165496 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sg_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sg-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_eo_xx.md
index 542865ad02a7b8..03b904f31c3d19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sh-eo](https://huggingface.co/Helsinki-NLP/opus-mt-sh-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_uk_xx.md
index f2e989206f3be5..d4827e0219395e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sh_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sh-uk](https://huggingface.co/Helsinki-NLP/opus-mt-sh-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_en_xx.md
index 6927e81b41155b..a2a4b5867fa1a9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-en](https://huggingface.co/Helsinki-NLP/opus-mt-sk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_es_xx.md
index f7f026cee50bdb..c28df87d3f64a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-es](https://huggingface.co/Helsinki-NLP/opus-mt-sk-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fi_xx.md
index d2cacbd2828673..048234be4cbb02 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sk-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fr_xx.md
index 89ca89c773dd8e..99a125bd11a41f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sk-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_sv_xx.md
index 5eb4f22a7422f8..c09062a7b0f2a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sk_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sk-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_es_xx.md
index 15b8988967e0f6..ff771d5b91c385 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-es](https://huggingface.co/Helsinki-NLP/opus-mt-sl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fi_xx.md
index 9919432eabe9db..a33301d3d2de99 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sl-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fr_xx.md
index f2052fab864ba4..826e8539d1ff3e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sl-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_ru_xx.md
index 5180ba20a038f9..844d2ae56ebe8d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-ru](https://huggingface.co/Helsinki-NLP/opus-mt-sl-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_sv_xx.md
index e56608f31edbef..b439663f6f5f63 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sl-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_uk_xx.md
index f82bab76e184d2..2748b1f04f058e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sl_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-uk](https://huggingface.co/Helsinki-NLP/opus-mt-sl-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_en_xx.md
index 71e84f3fe49837..addc54e4ec5b39 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sla-en](https://huggingface.co/Helsinki-NLP/opus-mt-sla-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_sla_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_sla_xx.md
index 9b5755bacb4291..8bb4e74c9a59fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_sla_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sla_sla_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sla-sla](https://huggingface.co/Helsinki-NLP/opus-mt-sla-sla)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_en_xx.md
index 0680818b1799d9..c1a2fe3bc70a85 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-en](https://huggingface.co/Helsinki-NLP/opus-mt-sm-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_es_xx.md
index efe4ada8752500..3696ca421bdd19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-es](https://huggingface.co/Helsinki-NLP/opus-mt-sm-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_fr_xx.md
index 539436a9ccfa8e..7c7c848c2de72c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sm_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sm-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_en_xx.md
index ae04c3e3667e39..be9f403d59bdd1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-en](https://huggingface.co/Helsinki-NLP/opus-mt-sn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_fr_xx.md
index 8f154a6574ba9a..b51cdaf21cc383 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sn-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_sv_xx.md
index 22ef9967d45087..02598fa5798267 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sn_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sn-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_en_xx.md
index e0389df3b48902..b43ead3817877c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-en](https://huggingface.co/Helsinki-NLP/opus-mt-sq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_es_xx.md
index f0bdb56ff5a406..ace0d081dc6b08 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-es](https://huggingface.co/Helsinki-NLP/opus-mt-sq-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_sv_xx.md
index 18bd6bf452811e..9a435829acda10 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sq_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sq-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_en_xx.md
index 085e8f332b174d..39186ee90c5cf5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-en](https://huggingface.co/Helsinki-NLP/opus-mt-srn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_es_xx.md
index 3d3d598a13d3d1..bdee92d1ad1862 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-es](https://huggingface.co/Helsinki-NLP/opus-mt-srn-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_fr_xx.md
index 69d67b4f20300b..7acfc0e461f901 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-srn-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_sv_xx.md
index e10e8a475decd9..3f39cd9103a8d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_srn_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-srn-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ss_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ss_en_xx.md
index 5e805e8223c3d0..2b26d84029b9e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ss_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ss_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ss-en](https://huggingface.co/Helsinki-NLP/opus-mt-ss-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ssp_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ssp_es_xx.md
index 92786919e080b4..58e11f40a1c3d1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ssp_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ssp_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ssp-es](https://huggingface.co/Helsinki-NLP/opus-mt-ssp-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_en_xx.md
index f4b433f02b575d..2a622bc52a4fe0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-en](https://huggingface.co/Helsinki-NLP/opus-mt-st-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_es_xx.md
index 5485f76d00535a..feaa6af4c3045b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-es](https://huggingface.co/Helsinki-NLP/opus-mt-st-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fi_xx.md
index c41e8f116e1272..ef6f2450260143 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-fi](https://huggingface.co/Helsinki-NLP/opus-mt-st-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fr_xx.md
index 55ba23a1fbe69e..2e7b2a74c97cdb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-fr](https://huggingface.co/Helsinki-NLP/opus-mt-st-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_sv_xx.md
index d86c642d825348..bd6556458d8ea1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_st_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-sv](https://huggingface.co/Helsinki-NLP/opus-mt-st-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_af_xx.md
index 27963df7822026..5684e14987222d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_af_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-af](https://huggingface.co/Helsinki-NLP/opus-mt-sv-af)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ase_xx.md
index 4b36472fc5b330..3dec8c92da14d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ase_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ase](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ase)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bcl_xx.md
index fabc2dc1f0772a..e994f98f8d7503 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bcl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bcl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bem_xx.md
index 3f060c04602c3c..ac1677d0df5f5a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bem](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bg_xx.md
index bcd11a3f44dba9..419d9c284e9e74 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bi_xx.md
index 2d97aaabcb291e..6ab54fddb28077 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bzs_xx.md
index 7a8dfd3e3e6a4e..dd1c149b1c3694 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_bzs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bzs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ceb_xx.md
index 24e932566c590d..4b4416ae95ea6a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ceb_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ceb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_chk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_chk_xx.md
index fedb7b147c8ed3..0cbd9f39e1325d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_chk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_chk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-chk](https://huggingface.co/Helsinki-NLP/opus-mt-sv-chk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_crs_xx.md
index 86ee998555936e..ab37ecd391acab 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_crs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-crs](https://huggingface.co/Helsinki-NLP/opus-mt-sv-crs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_cs_xx.md
index aab129c65f3e0e..b8c5821f2a0acc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_cs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-cs](https://huggingface.co/Helsinki-NLP/opus-mt-sv-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ee_xx.md
index 0908c8c2391028..ca54b7378f021f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ee_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ee](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ee)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_efi_xx.md
index 1a0d60de9805ed..515ffa423f4a02 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_efi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-efi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-efi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_el_xx.md
index 90a95b4ce77be8..f680657837e4e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_el_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-el](https://huggingface.co/Helsinki-NLP/opus-mt-sv-el)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_en_xx.md
index ec44b3c8b7fc48..ad09e821e838fe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-en](https://huggingface.co/Helsinki-NLP/opus-mt-sv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_eo_xx.md
index 2d4383cc9b8b40..c1e78c680fd37e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-eo](https://huggingface.co/Helsinki-NLP/opus-mt-sv-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_es_xx.md
index fdf0e33da95350..8ab58570a38c23 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-es](https://huggingface.co/Helsinki-NLP/opus-mt-sv-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_et_xx.md
index 7751e9cde24d32..a1cff2be971412 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_et_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-et](https://huggingface.co/Helsinki-NLP/opus-mt-sv-et)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fi_xx.md
index fe69ebeb3648d5..4b0e07f5314a12 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fj_xx.md
index ec46c7e6cc61f6..4e14bc089fd664 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-fj](https://huggingface.co/Helsinki-NLP/opus-mt-sv-fj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fr_xx.md
index f3ce5d7a479d16..57c7f85a81a5bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sv-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gaa_xx.md
index bb5079908497ec..3ed6a34af787f4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gaa_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-sv-gaa)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gil_xx.md
index 4f8be5dc628026..ec75b8cb2eb065 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_gil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-gil](https://huggingface.co/Helsinki-NLP/opus-mt-sv-gil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_guw_xx.md
index 062fe68ae6b8ca..6703304aaf371c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_guw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-guw](https://huggingface.co/Helsinki-NLP/opus-mt-sv-guw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ha_xx.md
index 194e6797993cbc..b993b46cfa5cb9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ha_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ha](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ha)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_he_xx.md
index 43c264adc6b84d..881b7504c0e637 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-he](https://huggingface.co/Helsinki-NLP/opus-mt-sv-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hil_xx.md
index 02c4d079b6068e..afb529e6fee597 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hil_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-hil](https://huggingface.co/Helsinki-NLP/opus-mt-sv-hil)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ho_xx.md
index 3ecbd78018fcf8..cf04ae27712db5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ho_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ho](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ho)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hr_xx.md
index d1604c7cd82956..b322866b7c7089 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-hr](https://huggingface.co/Helsinki-NLP/opus-mt-sv-hr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ht_xx.md
index 155647f4799382..c99860dcd49b13 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ht_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ht](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ht)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hu_xx.md
index 50b0b065f86a2b..15f0f4caeb0590 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-hu](https://huggingface.co/Helsinki-NLP/opus-mt-sv-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_id_xx.md
index a71243a10b693c..f913c996f89485 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_id_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-id](https://huggingface.co/Helsinki-NLP/opus-mt-sv-id)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ig_xx.md
index 369d92eb10c711..2abdce1d15dee4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ig_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ig](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ig)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ilo_xx.md
index 77866ee158a21c..2fb8fa11cbf27b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ilo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ilo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_is_xx.md
index 20e8404d6d0c50..1b9998477caacf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_is_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-is](https://huggingface.co/Helsinki-NLP/opus-mt-sv-is)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_iso_xx.md
index f4520bf1cd0c7e..af9e58c66dd469 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_iso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-iso](https://huggingface.co/Helsinki-NLP/opus-mt-sv-iso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kg_xx.md
index 3a9ccb7f72c249..d2236112b623f6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-kg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-kg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kqn_xx.md
index 4f4dfcd8505493..65053be73ae83d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kqn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-kqn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kwy_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kwy_xx.md
index adc71da8260dbd..a1fe586f16122f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_kwy_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-sv-kwy)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lg_xx.md
index 3a0e1b02b723d7..e2e3a5666588c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ln_xx.md
index 4030ed05e465b4..9966245cf67192 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ln_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ln](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ln)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lu_xx.md
index fcc39203195bc1..fc10dd7067f1b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lu](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lua_xx.md
index 634c0d48538d9c..c09c8e4103081a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lua_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lua](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lua)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lue_xx.md
index f4a52b8456de47..9b0022f7e3f92e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lue_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lue](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lue)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lus_xx.md
index 9c084340ca5183..90ac1e3c407006 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lus_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lus](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lus)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lv_xx.md
index d9c5152ab09139..80ee5adfecfed8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_lv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lv](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mfe_xx.md
index 23b1aa8b557aec..d854715eb69b0e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mfe_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mfe)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mh_xx.md
index 68e9e7543d42d8..083f58a6ae6ee3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mh](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mos_xx.md
index 4d8bbded7e819e..ff618de70712a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mos_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mos](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mos)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mt_xx.md
index 2fc2749e05e247..13d5458866be88 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_mt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mt](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_niu_xx.md
index 15488ec81a6325..be1ba7a91493bb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_niu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-niu](https://huggingface.co/Helsinki-NLP/opus-mt-sv-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nl_xx.md
index 49aa4f69f4164f..bb810f29ff41e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-nl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_no_xx.md
index c535ae56a35852..f5de0e65b24be6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-no](https://huggingface.co/Helsinki-NLP/opus-mt-sv-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nso_xx.md
index 60bd36fd82b979..e3591b6c55167e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_nso_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-nso](https://huggingface.co/Helsinki-NLP/opus-mt-sv-nso)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ny_xx.md
index dda9a3f0721237..ad2bda642fdae6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ny_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ny](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ny)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pag_xx.md
index 41c2bc27e49721..909668998b0395 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pag_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pag](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pag)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pap_xx.md
index ace84771cd3e22..a396f8202e2c4a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pap](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pis_xx.md
index 7ab3402e5d6ca1..9b91107afb0dbd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pis_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pis](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pis)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pon_xx.md
index 3a6f569db34e47..088ec937c2ecea 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_pon_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pon](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pon)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rnd_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rnd_xx.md
index a549a6769a3ce7..8702144cb011d7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rnd_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-sv-rnd)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ro_xx.md
index 3489b2c7c20161..03c5e8e2dd43be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ro_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ro](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ro)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ru_xx.md
index 589b7d485b9096..9b2df91dd1215b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ru](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_run_xx.md
index 5d526df1d8a879..ea37df4eb39847 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_run_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-run](https://huggingface.co/Helsinki-NLP/opus-mt-sv-run)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rw_xx.md
index eb37fd8c508de7..4e423245354e38 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_rw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-rw](https://huggingface.co/Helsinki-NLP/opus-mt-sv-rw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sg_xx.md
index 8f627b7886fa37..2fd53be380b5eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sk_xx.md
index 9d2cbd538075a4..9f0645205997e8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sk](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sl_xx.md
index 75e711b9324e1c..cef0adc61d451c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sm_xx.md
index d89cdc9417f1e9..b7222ab72850a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sm_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sm](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sm)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sn_xx.md
index 13b504d3cfa00f..059e02c6b67a47 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sq_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sq_xx.md
index 2f2a3bc66bdee0..62823abbb27066 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sq_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sq](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sq)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_srn_xx.md
index bb3e708d25dfda..be280e34e89306 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_srn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-srn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-srn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_st_xx.md
index 9d9db6aaa181cf..711be84b94fba9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_st_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-st](https://huggingface.co/Helsinki-NLP/opus-mt-sv-st)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sv_xx.md
index b3a88a37d0a449..3bf49858d85957 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_swc_xx.md
index 30c74a76746305..0c358a73edbf2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_swc_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-swc](https://huggingface.co/Helsinki-NLP/opus-mt-sv-swc)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_th_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_th_xx.md
index 52ff21de331475..1d7243919a723e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_th_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_th_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-th](https://huggingface.co/Helsinki-NLP/opus-mt-sv-th)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tiv_xx.md
index 9a9b36bc3864ba..db01bb6a32d8d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tiv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tiv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tll_xx.md
index 52ddedb2faaf43..f40673a11073cc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tll_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tll](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tll)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tn_xx.md
index 49f6d049d5e524..9ae996e73984d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_to_xx.md
index 61f710aba3c008..8969bff66d1cbd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_to_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-to](https://huggingface.co/Helsinki-NLP/opus-mt-sv-to)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_toi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_toi_xx.md
index cfcbbc683611c7..0a83b7edba9a95 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_toi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-toi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-toi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tpi_xx.md
index 42d9dffe375ddb..ea06e8b2a8ae53 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tpi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tpi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ts_xx.md
index 4e2640fb742120..c5c8f2b6f11873 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ts_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ts](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ts)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tum_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tum_xx.md
index 1c8cdbe1cdc6f0..2a703bdf8490e4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tum_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tum_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tum](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tum)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tvl_xx.md
index 99b910c7607ae8..fec8a918d064fe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tvl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tvl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tw_xx.md
index 42fba528b29373..87d7061af2e725 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_tw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tw](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ty_xx.md
index 3e029cf08dfa89..0a31cfb6d65401 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ty_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ty](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ty)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_uk_xx.md
index 2607205a176169..c7784cb56d1e2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-uk](https://huggingface.co/Helsinki-NLP/opus-mt-sv-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_umb_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_umb_xx.md
index d2cf4ffce97896..67f090bde42698 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_umb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_umb_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-umb](https://huggingface.co/Helsinki-NLP/opus-mt-sv-umb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ve_xx.md
index cb922985b833a4..a9cef34e6230ae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_ve_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ve](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ve)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_war_xx.md
index 2ee90db571563c..f2d3d2105d161d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_war_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-war](https://huggingface.co/Helsinki-NLP/opus-mt-sv-war)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_wls_xx.md
index 9f553ec4a1ec69..6d2a0d23c2e5ac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_wls_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-wls](https://huggingface.co/Helsinki-NLP/opus-mt-sv-wls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_xh_xx.md
index 1ce441f9822533..b7ce060c7761c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_xh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-xh](https://huggingface.co/Helsinki-NLP/opus-mt-sv-xh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_yap_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_yap_xx.md
index 7956785904b923..6e044b0c1ff419 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_yap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_yap_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-yap](https://huggingface.co/Helsinki-NLP/opus-mt-sv-yap)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_zne_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_zne_xx.md
index 781dfa282f1d70..014777e2f786e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_zne_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_sv_zne_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-zne](https://huggingface.co/Helsinki-NLP/opus-mt-sv-zne)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_en_xx.md
index 5e5ace4e3e3542..a9d2698183c32b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-en](https://huggingface.co/Helsinki-NLP/opus-mt-swc-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_es_xx.md
index 15452cdb7815dd..155a4ac2ebaec3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-es](https://huggingface.co/Helsinki-NLP/opus-mt-swc-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fi_xx.md
index 2c8ea874e6f099..c28aa275c4075c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-fi](https://huggingface.co/Helsinki-NLP/opus-mt-swc-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fr_xx.md
index 81acbda908d6bf..bbfc268e3f2df7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-fr](https://huggingface.co/Helsinki-NLP/opus-mt-swc-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_sv_xx.md
index 9d5d938e5b0f87..582d0f9919fd09 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_swc_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-sv](https://huggingface.co/Helsinki-NLP/opus-mt-swc-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_en_xx.md
index deee30a7acb847..a6263ca11b2536 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-th-en](https://huggingface.co/Helsinki-NLP/opus-mt-th-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_fr_xx.md
index 8a0c73e0b0c1e5..be3c2d16d0d877 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_th_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-th-fr](https://huggingface.co/Helsinki-NLP/opus-mt-th-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ti_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ti_en_xx.md
index 1b10b552b542aa..a97daa83c0608c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ti_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ti_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ti-en](https://huggingface.co/Helsinki-NLP/opus-mt-ti-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_en_xx.md
index 39b83131efb042..f7c56a967ac991 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_fr_xx.md
index 8faba02fddb2b3..a6c85abbc46997 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_sv_xx.md
index 7ca586ea5363fe..4574c56235d53d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tiv_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_en_xx.md
index dc139c7d11cc1f..2fea17675892c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_es_xx.md
index 73b9155286ef79..100077309a64ae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-es](https://huggingface.co/Helsinki-NLP/opus-mt-tl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_pt_xx.md
index 89f348d0db8b7f..e67ca6582805d5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tl_pt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-pt](https://huggingface.co/Helsinki-NLP/opus-mt-tl-pt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_en_xx.md
index 1369a09edd1645..febc281483edff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-en](https://huggingface.co/Helsinki-NLP/opus-mt-tll-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_es_xx.md
index 6d3e2ee05d4861..93125f2a9564aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-es](https://huggingface.co/Helsinki-NLP/opus-mt-tll-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fi_xx.md
index 3d304273841c94..c31938d5d63e8d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-fi](https://huggingface.co/Helsinki-NLP/opus-mt-tll-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fr_xx.md
index bf11d8d50abcc0..42eb5e5476c28a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tll-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_sv_xx.md
index c5f564bd372531..bab8b440bb5347 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tll_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tll-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_en_xx.md
index e929f9de748aa9..802c8aa9602196 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-en](https://huggingface.co/Helsinki-NLP/opus-mt-tn-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_es_xx.md
index 9ead44869b45e7..ce530cf5cedf27 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-es](https://huggingface.co/Helsinki-NLP/opus-mt-tn-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_fr_xx.md
index 3c34de75f95252..223be76f7c8e23 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tn-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_sv_xx.md
index 610fa6ee099308..4d52f51c325ae4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tn_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tn-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_en_xx.md
index e8a8e68b6e40a2..450a280a430a6e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-en](https://huggingface.co/Helsinki-NLP/opus-mt-to-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_es_xx.md
index eae7125325d37f..7598a6afe2e668 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-es](https://huggingface.co/Helsinki-NLP/opus-mt-to-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_fr_xx.md
index cfd778b82c9207..1ccbad63a84de0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-fr](https://huggingface.co/Helsinki-NLP/opus-mt-to-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_sv_xx.md
index a85d49f0caec04..3ec08816764fbc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_to_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-sv](https://huggingface.co/Helsinki-NLP/opus-mt-to-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_en_xx.md
index a4a6f2b9fdd2f4..f9ae375e016d60 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-en](https://huggingface.co/Helsinki-NLP/opus-mt-toi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_es_xx.md
index 53fe0d1804bcee..da9b1eaea53e8f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-es](https://huggingface.co/Helsinki-NLP/opus-mt-toi-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fi_xx.md
index cb200b82a15e3b..bb4b95eb7d3d7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-fi](https://huggingface.co/Helsinki-NLP/opus-mt-toi-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fr_xx.md
index 14ad8364691d4b..ab1ed1903f8af0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-toi-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_sv_xx.md
index b6726b7bfb014f..22e0c65d1e39d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_toi_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-toi-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_en_xx.md
index 5df3cf74582e7a..08a460e9083e4b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en](https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_sv_xx.md
index c183fc0c5a7f3b..414c4e0019eca5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tpi_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tpi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tpi-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_ar_xx.md
index 7cd25bc72ba606..10dd8a175601c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_ar_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-ar](https://huggingface.co/Helsinki-NLP/opus-mt-tr-ar)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_az_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_az_xx.md
index 12462ff37a008c..3994b1dc4b6c2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_az_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_az_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-az](https://huggingface.co/Helsinki-NLP/opus-mt-tr-az)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_en_xx.md
index b98bda2199c76b..acd75e5f9bb830 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-en](https://huggingface.co/Helsinki-NLP/opus-mt-tr-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_eo_xx.md
index 8152fbd43aa6eb..484e3660c40161 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-eo](https://huggingface.co/Helsinki-NLP/opus-mt-tr-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_es_xx.md
index 9c8d5d8ec73b36..bfbdde8b5c4a56 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-es](https://huggingface.co/Helsinki-NLP/opus-mt-tr-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_fr_xx.md
index 930eca2fca06c1..679ee1437cdf8b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tr-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_lt_xx.md
index 8f95633666ea44..7ec410bab45570 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_lt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-lt](https://huggingface.co/Helsinki-NLP/opus-mt-tr-lt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_sv_xx.md
index 2391cc4dfed583..8a48f4996b26e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tr-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_uk_xx.md
index 626c1c5ed49eec..ee2a658054e9b8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tr_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-uk](https://huggingface.co/Helsinki-NLP/opus-mt-tr-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_trk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_trk_en_xx.md
index 39471687df6efa..6f09c2a6fe4ef6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_trk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_trk_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-trk-en](https://huggingface.co/Helsinki-NLP/opus-mt-trk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_en_xx.md
index 559601aa5db797..4908a58ff20c1f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-en](https://huggingface.co/Helsinki-NLP/opus-mt-ts-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fi_xx.md
index 39e347f2b4d86b..b279873bdfcc87 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ts-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fr_xx.md
index da14f27d691866..69b2e97824e058 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ts_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ts-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_en_xx.md
index c4a036a26c0f9e..a6e7136baf74a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-en](https://huggingface.co/Helsinki-NLP/opus-mt-tum-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_es_xx.md
index 926d619d2e0b21..f97379357d981b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-es](https://huggingface.co/Helsinki-NLP/opus-mt-tum-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_fr_xx.md
index d2eb8f0f279c32..ad15229ca22b7d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tum_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tum-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_en_xx.md
index bab8d7c14c5a54..081ff73732eb5f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_es_xx.md
index 1f8632e0368076..4c0d7cd67166a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-es](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fi_xx.md
index d6a31f851a27d6..c9a385e619f22c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fr_xx.md
index 61d39e06acd659..eddc0a22b8f574 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_sv_xx.md
index d9a838d542a3af..612c8b5aac7dcb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tvl_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_es_xx.md
index 5f6292d43cb3cb..e8c906698766be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-es](https://huggingface.co/Helsinki-NLP/opus-mt-tw-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fi_xx.md
index f7d4b01cfa560f..7af0b2298a46ad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-fi](https://huggingface.co/Helsinki-NLP/opus-mt-tw-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fr_xx.md
index e5a4020ffef113..22a37691bee813 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tw-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_sv_xx.md
index cea4905e6dd9da..15694843139fa2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_tw_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tw-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_es_xx.md
index db228896f0bd20..f7abfc6e1e6279 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-es](https://huggingface.co/Helsinki-NLP/opus-mt-ty-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fi_xx.md
index 06a22d30c8684d..e27a1867d399b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ty-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fr_xx.md
index c03424ba8d7783..64474f563c5207 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ty-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_sv_xx.md
index 6a6e73f983694c..02ad81e5cf2c56 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ty_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ty-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_bg_xx.md
index 1ff57b2f81b950..ab33485e4d1086 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-bg](https://huggingface.co/Helsinki-NLP/opus-mt-uk-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ca_xx.md
index 44007bf3ebeb9a..7fabdbe94ec659 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ca_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-ca](https://huggingface.co/Helsinki-NLP/opus-mt-uk-ca)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_cs_xx.md
index f3e60cb36a45eb..856480c52f171d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_cs_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-cs](https://huggingface.co/Helsinki-NLP/opus-mt-uk-cs)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_de_xx.md
index 69faa3e935ec7d..d67a52c005d02f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-de](https://huggingface.co/Helsinki-NLP/opus-mt-uk-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_en_xx.md
index 65f5a66387dbbb..a787435a40dfe0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-en](https://huggingface.co/Helsinki-NLP/opus-mt-uk-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_es_xx.md
index 1c042e1ffe10e1..74d92383975703 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-es](https://huggingface.co/Helsinki-NLP/opus-mt-uk-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fi_xx.md
index 151889c4c72353..fcfed9927fed2d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-fi](https://huggingface.co/Helsinki-NLP/opus-mt-uk-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fr_xx.md
index 052b5f2a97c854..fe8db65de7bcb0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-uk-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_he_xx.md
index b438a5adae20d1..32b7d15625d384 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-he](https://huggingface.co/Helsinki-NLP/opus-mt-uk-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_hu_xx.md
index 525b56090e6698..c76e7d4de92edc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-hu](https://huggingface.co/Helsinki-NLP/opus-mt-uk-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_it_xx.md
index 754809f01c8b1a..024d33f7b50614 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-it](https://huggingface.co/Helsinki-NLP/opus-mt-uk-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_nl_xx.md
index e2dfbaa6a90e73..f16bb5757e31d0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-nl](https://huggingface.co/Helsinki-NLP/opus-mt-uk-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_no_xx.md
index d7fb6409c53c72..4919c2d2ce4664 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_no_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-no](https://huggingface.co/Helsinki-NLP/opus-mt-uk-no)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pl_xx.md
index 873b9fd4f7ad7a..7f86216cc59953 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-pl](https://huggingface.co/Helsinki-NLP/opus-mt-uk-pl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pt_xx.md
index 930655577694da..06342d24250408 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_pt_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-pt](https://huggingface.co/Helsinki-NLP/opus-mt-uk-pt)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ru_xx.md
index fb8c11541f48b8..14126e9e387e7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-ru](https://huggingface.co/Helsinki-NLP/opus-mt-uk-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sh_xx.md
index 48b917629209da..17d2fe30141e63 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-sh](https://huggingface.co/Helsinki-NLP/opus-mt-uk-sh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sl_xx.md
index 0067bad9ef2c8c..13c95655383e23 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-sl](https://huggingface.co/Helsinki-NLP/opus-mt-uk-sl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sv_xx.md
index 0b23be0dadd243..4b1898f6e7a3ac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-sv](https://huggingface.co/Helsinki-NLP/opus-mt-uk-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_tr_xx.md
index eb78ebbe72a84c..481d77c6c2f096 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_uk_tr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-tr](https://huggingface.co/Helsinki-NLP/opus-mt-uk-tr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_umb_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_umb_en_xx.md
index 00c727a399face..6325c642b64882 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_umb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_umb_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-umb-en](https://huggingface.co/Helsinki-NLP/opus-mt-umb-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ur_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ur_en_xx.md
index 5e8ce4dfb16d9c..571753cfff4344 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ur_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ur_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ur-en](https://huggingface.co/Helsinki-NLP/opus-mt-ur-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_en_xx.md
index ac1450262adbf2..a4257b96235abf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-urj-en](https://huggingface.co/Helsinki-NLP/opus-mt-urj-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_urj_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_urj_xx.md
index 4e5a20ecba74f0..e0af8c2686bf51 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_urj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_urj_urj_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-urj-urj](https://huggingface.co/Helsinki-NLP/opus-mt-urj-urj)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_en_xx.md
index d083733e996def..6e7c94120b5321 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ve-en](https://huggingface.co/Helsinki-NLP/opus-mt-ve-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_es_xx.md
index 2333ccabeef2b8..cdcfa32ed4a03f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_ve_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ve-es](https://huggingface.co/Helsinki-NLP/opus-mt-ve-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_de_xx.md
index 5e410246150cd6..045df9e5ff2b8c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-de](https://huggingface.co/Helsinki-NLP/opus-mt-vi-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_en_xx.md
index 0bb60eee33a008..d7e07fa4066f03 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-en](https://huggingface.co/Helsinki-NLP/opus-mt-vi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_eo_xx.md
index d36783f55066eb..49808093fd98a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-eo](https://huggingface.co/Helsinki-NLP/opus-mt-vi-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_es_xx.md
index 5ed2f4aca8dd26..ef9ff46139e9a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-es](https://huggingface.co/Helsinki-NLP/opus-mt-vi-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_fr_xx.md
index 6a2c73fe46895e..e9b8cf62d31b1c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-vi-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_it_xx.md
index e69193d828f901..4c7d618a7aed63 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-it](https://huggingface.co/Helsinki-NLP/opus-mt-vi-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_ru_xx.md
index 2bb79896b87b1d..b0f45764a775ce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vi_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-ru](https://huggingface.co/Helsinki-NLP/opus-mt-vi-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vsl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vsl_es_xx.md
index 4b584bc6ac6419..024900b819a213 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vsl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_vsl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vsl-es](https://huggingface.co/Helsinki-NLP/opus-mt-vsl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wa_en_xx.md
index 808fb074176c96..773faa8805dd36 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wa_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wa-en](https://huggingface.co/Helsinki-NLP/opus-mt-wa-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wal_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wal_en_xx.md
index 4ca2f27d47dde4..05b8a9f643b03f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wal_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wal-en](https://huggingface.co/Helsinki-NLP/opus-mt-wal-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_es_xx.md
index c6d6f7736491ec..9356271ab1ff19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-es](https://huggingface.co/Helsinki-NLP/opus-mt-war-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fi_xx.md
index 2b395eb4070971..e4395f6bcc9163 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-fi](https://huggingface.co/Helsinki-NLP/opus-mt-war-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fr_xx.md
index 700248dd55da33..2a53f2a79644fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-fr](https://huggingface.co/Helsinki-NLP/opus-mt-war-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_sv_xx.md
index 9ed58ce339277a..015cf9c5d88698 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_war_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-sv](https://huggingface.co/Helsinki-NLP/opus-mt-war-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_en_xx.md
index f536656161cec0..2315d1ec8e78ee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-en](https://huggingface.co/Helsinki-NLP/opus-mt-wls-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_fr_xx.md
index 24ca1d92144de8..dff6e4493dfc3e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-fr](https://huggingface.co/Helsinki-NLP/opus-mt-wls-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_sv_xx.md
index 522fb4f7e5d7b0..424fd923867ff7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_wls_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-sv](https://huggingface.co/Helsinki-NLP/opus-mt-wls-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_en_xx.md
index e1ce79d07eafce..6d835445fc438f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-en](https://huggingface.co/Helsinki-NLP/opus-mt-xh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_es_xx.md
index 5989d778facea2..0f7e3230069573 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-es](https://huggingface.co/Helsinki-NLP/opus-mt-xh-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_fr_xx.md
index 88f7be43d1bad1..b531bae4a896bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-fr](https://huggingface.co/Helsinki-NLP/opus-mt-xh-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_sv_xx.md
index 9cc16c3d8d84ae..b74b26caebd179 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_xh_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-sv](https://huggingface.co/Helsinki-NLP/opus-mt-xh-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_en_xx.md
index 6e48114ae260bd..16a1d7fb580596 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-en](https://huggingface.co/Helsinki-NLP/opus-mt-yap-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_fr_xx.md
index 9544dad1c7e1f4..0e939c1aab4891 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-fr](https://huggingface.co/Helsinki-NLP/opus-mt-yap-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_sv_xx.md
index 6d80af1180714c..5119d4e48fdb5a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yap_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-sv](https://huggingface.co/Helsinki-NLP/opus-mt-yap-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_en_xx.md
index 6525974a8675ba..68888ca8923fa4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-en](https://huggingface.co/Helsinki-NLP/opus-mt-yo-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_es_xx.md
index 3096dc49dbb535..e0d522368d9ac6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-es](https://huggingface.co/Helsinki-NLP/opus-mt-yo-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_fi_xx.md
index 24c4d21e565a79..d2f0a785475781 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-fi](https://huggingface.co/Helsinki-NLP/opus-mt-yo-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_sv_xx.md
index d8f371111a5805..973e2d86f3bf8b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_yo_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-sv](https://huggingface.co/Helsinki-NLP/opus-mt-yo-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_bg_xx.md
index 85f0e369640f4a..8b98df893b3697 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_bg_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-bg](https://huggingface.co/Helsinki-NLP/opus-mt-zh-bg)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_de_xx.md
index a437de5760c136..4e34748488abc4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-de](https://huggingface.co/Helsinki-NLP/opus-mt-zh-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_en_xx.md
index 1aafeb5f4b7d2c..67ef223835bea5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-en](https://huggingface.co/Helsinki-NLP/opus-mt-zh-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_fi_xx.md
index e1e0b192f417f0..2884c2cec839e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-fi](https://huggingface.co/Helsinki-NLP/opus-mt-zh-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_he_xx.md
index fa82b801df127e..a828873c78c942 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-he](https://huggingface.co/Helsinki-NLP/opus-mt-zh-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_it_xx.md
index 2d1e0d2674d932..9954b569a6e767 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-it](https://huggingface.co/Helsinki-NLP/opus-mt-zh-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_ms_xx.md
index 230999ef8d390e..46443e285122c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_ms_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-ms](https://huggingface.co/Helsinki-NLP/opus-mt-zh-ms)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_nl_xx.md
index a074a46ee9c5c2..73ac402e21daf4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_nl_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-nl](https://huggingface.co/Helsinki-NLP/opus-mt-zh-nl)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_sv_xx.md
index 1fb6ed2b2d969e..b02b5fc71e0117 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-sv](https://huggingface.co/Helsinki-NLP/opus-mt-zh-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_uk_xx.md
index ddc69f825ce46b..573637459cecc6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_uk_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-uk](https://huggingface.co/Helsinki-NLP/opus-mt-zh-uk)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_vi_xx.md
index 7327d224b05391..37817f93b71921 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zh_vi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-vi](https://huggingface.co/Helsinki-NLP/opus-mt-zh-vi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_en_xx.md
index b91e3dc4c874d9..9d1ebfafa9a271 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zle-en](https://huggingface.co/Helsinki-NLP/opus-mt-zle-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_zle_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_zle_xx.md
index 22bbb15fb9cabb..541ab4ae2ba579 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_zle_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zle_zle_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zle-zle](https://huggingface.co/Helsinki-NLP/opus-mt-zle-zle)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_en_xx.md
index 0f6440e912fd21..8e81c962d9bf6d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zls-en](https://huggingface.co/Helsinki-NLP/opus-mt-zls-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_zls_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_zls_xx.md
index 83bcbc0bde84b0..82a968ca5e8055 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_zls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zls_zls_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zls-zls](https://huggingface.co/Helsinki-NLP/opus-mt-zls-zls)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_en_xx.md
index 30e97d8f828c13..dd77fe30e34aae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en](https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_zlw_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_zlw_xx.md
index 31ded7361467b3..df6a4b3cec80f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_zlw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zlw_zlw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zlw-zlw](https://huggingface.co/Helsinki-NLP/opus-mt-zlw-zlw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_es_xx.md
index 85bc0e91d977b4..19d49ade085118 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-es](https://huggingface.co/Helsinki-NLP/opus-mt-zne-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fi_xx.md
index 096d6872d853fe..2b5f34f972991f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-fi](https://huggingface.co/Helsinki-NLP/opus-mt-zne-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fr_xx.md
index ead67c32dffa75..6f3dc89f8a598f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-fr](https://huggingface.co/Helsinki-NLP/opus-mt-zne-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_sv_xx.md
index d9e4c215ddd61b..d14db84742c631 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_mt_zne_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-sv](https://huggingface.co/Helsinki-NLP/opus-mt-zne-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_af_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_af_ru_xx.md
index 62efde661614ad..00835c416f9fd2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_af_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_af_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-tatoeba-af-ru](https://huggingface.co/Helsinki-NLP/opus-tatoeba-af-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_es_zh_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_es_zh_xx.md
index e6b1d911bfc831..7078825643f235 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_es_zh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_es_zh_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-tatoeba-es-zh](https://huggingface.co/Helsinki-NLP/opus-tatoeba-es-zh)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_fr_xx.md
index d17c80ce1996d0..dde17f11d9bb11 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-tatoeba-he-fr](https://huggingface.co/Helsinki-NLP/opus-tatoeba-he-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_it_xx.md
index 58f2bcf5e5ebb4..b1d514833c2da8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_he_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-tatoeba-he-it](https://huggingface.co/Helsinki-NLP/opus-tatoeba-he-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_it_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_it_he_xx.md
index b32620a93acc61..c29b47c0e99ba2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_it_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-01-opus_tatoeba_it_he_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-tatoeba-it-he](https://huggingface.co/Helsinki-NLP/opus-tatoeba-it-he)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_az_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_az_tr_xx.md
index 00251848757cc0..92c2f0fd486d59 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_az_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_az_tr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-tr](https://huggingface.co/Helsinki-NLP/opus-mt-az-tr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bem_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bem_en_xx.md
index c4c35cea4c13c6..1734d0658a56aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bem_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-en](https://huggingface.co/Helsinki-NLP/opus-mt-bem-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bg_fr_xx.md
index 76fd9c2049f8b6..431c5c461e1884 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_bg_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bg-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ca_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ca_de_xx.md
index 3a02acd728880c..f8cf9e2588a8b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ca_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ca_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-de](https://huggingface.co/Helsinki-NLP/opus-mt-ca-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_crs_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_crs_sv_xx.md
index 64ae0f39221734..579f3302b3b847 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_crs_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_crs_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-sv](https://huggingface.co/Helsinki-NLP/opus-mt-crs-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_da_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_da_ru_xx.md
index 7fc1c307131e63..873dfa3e7ad27a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_da_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_da_ru_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-ru](https://huggingface.co/Helsinki-NLP/opus-mt-da-ru)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_de_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_de_niu_xx.md
index e756da37ae66be..1feed73c694da2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_de_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_de_niu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-niu](https://huggingface.co/Helsinki-NLP/opus-mt-de-niu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_efi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_efi_en_xx.md
index 83627bb65a2a6a..106a789927b031 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_efi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_efi_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-en](https://huggingface.co/Helsinki-NLP/opus-mt-efi-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_bem_xx.md
index 80fe90301735cf..1aba0b74f25137 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_bem_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bem](https://huggingface.co/Helsinki-NLP/opus-mt-en-bem)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ga_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ga_xx.md
index eda68be836c136..ee99b970dcfaff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ga_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ga_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ga](https://huggingface.co/Helsinki-NLP/opus-mt-en-ga)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_hu_xx.md
index da1bc29567ed40..79e9e8cdadb122 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_hu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hu](https://huggingface.co/Helsinki-NLP/opus-mt-en-hu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_lu_xx.md
index b82ba6e5acc1f3..6c7f879994abfa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_lu_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lu](https://huggingface.co/Helsinki-NLP/opus-mt-en-lu)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_sw_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_sw_xx.md
index 7b3ec20711b643..edd14c1d9e221b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_sw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_sw_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sw](https://huggingface.co/Helsinki-NLP/opus-mt-en-sw)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ti_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ti_xx.md
index ebf7c508a2b614..c6c0f6ed060c34 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ti_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_en_ti_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ti](https://huggingface.co/Helsinki-NLP/opus-mt-en-ti)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_sn_xx.md
index f67a32ca247457..3d4253c27b67af 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_sn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sn](https://huggingface.co/Helsinki-NLP/opus-mt-es-sn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tll_xx.md
index 899a239269d699..09744e7e7c0ff2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tll_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tll](https://huggingface.co/Helsinki-NLP/opus-mt-es-tll)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_to_xx.md
index a78fdc5d187c5d..b65bb8f74a196e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_to_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-to](https://huggingface.co/Helsinki-NLP/opus-mt-es-to)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tzo_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tzo_xx.md
index fd2335cd1dfd3f..e5bd72d2e15637 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tzo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_es_tzo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tzo](https://huggingface.co/Helsinki-NLP/opus-mt-es-tzo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_euq_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_euq_en_xx.md
index f6b4338fff2fc3..c26d5f9e07dc02 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_euq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_euq_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-euq-en](https://huggingface.co/Helsinki-NLP/opus-mt-euq-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fi_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fi_ceb_xx.md
index 3ec1e7aab2e692..b2a4ef0d51db47 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fi_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fi_ceb_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ceb)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_eo_xx.md
index 8c97888bb7147e..533f7b03ec93a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_eo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-eo](https://huggingface.co/Helsinki-NLP/opus-mt-fr-eo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_id_xx.md
index 14703a246c207e..aae7cda9e8e93c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_id_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-id](https://huggingface.co/Helsinki-NLP/opus-mt-fr-id)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_run_xx.md
index 781226733d06a0..01a2cb6513a6bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_run_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-run](https://huggingface.co/Helsinki-NLP/opus-mt-fr-run)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_tn_xx.md
index 777198cd292bfb..05f24476be12b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_fr_tn_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tn)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ilo_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ilo_sv_xx.md
index ecad478726f92b..69f6921d95e70f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ilo_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ilo_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_iso_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_iso_fi_xx.md
index 9ef51925baeeec..e7cf742fbcfa19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_iso_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_iso_fi_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-fi](https://huggingface.co/Helsinki-NLP/opus-mt-iso-fi)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ja_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ja_it_xx.md
index 134d8450278ee0..28586dd4e9c489 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ja_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ja_it_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-it](https://huggingface.co/Helsinki-NLP/opus-mt-ja-it)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_kwy_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_kwy_en_xx.md
index ed44376b396e49..cf5be5d1443906 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_kwy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_kwy_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_lus_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_lus_es_xx.md
index c97567902bc453..a3309787157a2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_lus_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_lus_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-es](https://huggingface.co/Helsinki-NLP/opus-mt-lus-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_mfe_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_mfe_es_xx.md
index 4e6e9b33077dd3..3cb9b7f2b0a3b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_mfe_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_mfe_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfe-es](https://huggingface.co/Helsinki-NLP/opus-mt-mfe-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nl_es_xx.md
index 8668b6b6475780..2d040f1f5fdca6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nl_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-es](https://huggingface.co/Helsinki-NLP/opus-mt-nl-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_no_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_no_fr_xx.md
index b91ef06dea1d34..50ac1d2b3572c4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_no_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_no_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-fr](https://huggingface.co/Helsinki-NLP/opus-mt-no-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nso_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nso_sv_xx.md
index 4c0da8f552bda6..730eb4c55a56b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nso_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_nso_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-sv](https://huggingface.co/Helsinki-NLP/opus-mt-nso-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ru_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ru_en_xx.md
index b7adbf656657c2..42b75f2bf81df5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ru_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ru_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sn_es_xx.md
index 17f3821dd45c58..b2c5014fda449d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sn_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-es](https://huggingface.co/Helsinki-NLP/opus-mt-sn-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sv_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sv_yo_xx.md
index 1dfaa710566e92..c5a8455db3cc39 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sv_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_sv_yo_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-yo](https://huggingface.co/Helsinki-NLP/opus-mt-sv-yo)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_taw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_taw_en_xx.md
index ade9bc4f256c5c..b017036ee22d68 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_taw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_taw_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-taw-en](https://huggingface.co/Helsinki-NLP/opus-mt-taw-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tl_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tl_de_xx.md
index 00ec5fe354cda4..0d3a99595b9d9a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tl_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tl_de_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-de](https://huggingface.co/Helsinki-NLP/opus-mt-tl-de)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_es_xx.md
index c081b8af30a093..b9c948ced005d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-es](https://huggingface.co/Helsinki-NLP/opus-mt-ts-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_sv_xx.md
index 10f28c24f671b3..24068d5a7e78e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_ts_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ts-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tum_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tum_sv_xx.md
index 5fc89655d629f4..0c266a4ad2e1af 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tum_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tum_sv_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tum-sv)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tzo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tzo_es_xx.md
index f87753a80dbe47..68f8ff382c0116 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tzo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_tzo_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tzo-es](https://huggingface.co/Helsinki-NLP/opus-mt-tzo-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_war_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_war_en_xx.md
index 1491af955b3717..671ae167ecad22 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_war_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_war_en_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-en](https://huggingface.co/Helsinki-NLP/opus-mt-war-en)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_yo_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_yo_fr_xx.md
index cbb6fa96c5262c..1c56722e473611 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_yo_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_yo_fr_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-fr](https://huggingface.co/Helsinki-NLP/opus-mt-yo-fr)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_zai_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_zai_es_xx.md
index 7b12a638c831c3..18bd74e7c1463d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_zai_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-02-opus_mt_zai_es_xx.md
@@ -88,4 +88,4 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zai-es](https://huggingface.co/Helsinki-NLP/opus-mt-zai-es)
\ No newline at end of file
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_aav_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_aav_en_xx.md
index 7cd6d594c36cad..b890ae8e9cd2a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_aav_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_aav_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-aav-en](https://huggingface.co/Helsinki-NLP/opus-mt-aav-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_aed_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_aed_es_xx.md
index 540b0efc6f8188..3ea976a6fa4a64 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_aed_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_aed_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-aed-es](https://huggingface.co/Helsinki-NLP/opus-mt-aed-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_de_xx.md
index 49e72aef82118d..9e0d906a3def04 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-de](https://huggingface.co/Helsinki-NLP/opus-mt-af-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_en_xx.md
index 2012504d7f93f5..e7e69a89d62d81 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-en](https://huggingface.co/Helsinki-NLP/opus-mt-af-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_eo_xx.md
index b301547ae8752a..e8104f8222729d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-eo](https://huggingface.co/Helsinki-NLP/opus-mt-af-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_es_xx.md
index 2d9c8146984f86..4d739fe50ce585 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-es](https://huggingface.co/Helsinki-NLP/opus-mt-af-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fi_xx.md
index 9110c872f3bf15..ba19225ea550b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-fi](https://huggingface.co/Helsinki-NLP/opus-mt-af-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fr_xx.md
index 573c34c5b385f3..d872565d08b4a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-fr](https://huggingface.co/Helsinki-NLP/opus-mt-af-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_nl_xx.md
index a44d04e675a044..d8742498b6dda7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-nl](https://huggingface.co/Helsinki-NLP/opus-mt-af-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_ru_xx.md
index 21745b3e62ac71..b522ebc83ad996 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-ru](https://huggingface.co/Helsinki-NLP/opus-mt-af-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_sv_xx.md
index 7b790b5aa03c50..d0b6c27b2d9964 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_af_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_af_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-af-sv](https://huggingface.co/Helsinki-NLP/opus-mt-af-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_afa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_afa_xx.md
index f5600a85131d12..7e60f62b37ff07 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_afa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_afa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-afa-afa](https://huggingface.co/Helsinki-NLP/opus-mt-afa-afa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_en_xx.md
index 523ab9f8d58bd8..3bc3db23ff6cfb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_afa_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-afa-en](https://huggingface.co/Helsinki-NLP/opus-mt-afa-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_alv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_alv_en_xx.md
index db88ceceb0a75c..122d5a1e1eb0b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_alv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_alv_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-alv-en](https://huggingface.co/Helsinki-NLP/opus-mt-alv-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_am_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_am_sv_xx.md
index d2c490fe7758b0..d454372833b7b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_am_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_am_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-am-sv](https://huggingface.co/Helsinki-NLP/opus-mt-am-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_de_xx.md
index 71a025ab9f175e..22fade9a38f812 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-de](https://huggingface.co/Helsinki-NLP/opus-mt-ar-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_el_xx.md
index 51aba310be9413..8079b14ebadf2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-el](https://huggingface.co/Helsinki-NLP/opus-mt-ar-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_en_xx.md
index 9f9e84c1386981..58af585eb36fbc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_eo_xx.md
index 29e22968a0a313..6324160872b694 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ar-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_es_xx.md
index 4555073d8a9576..1367bffe5a683f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-es](https://huggingface.co/Helsinki-NLP/opus-mt-ar-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_fr_xx.md
index d433988a466600..6273aef02a4651 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ar-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_he_xx.md
index ac78dfb778120d..45c4cc0ff08de3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-he](https://huggingface.co/Helsinki-NLP/opus-mt-ar-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_it_xx.md
index 85ea3669c65f43..e5d61ba6afbf77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-it](https://huggingface.co/Helsinki-NLP/opus-mt-ar-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_pl_xx.md
index b069ec58db6aab..0153855479ca10 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-pl](https://huggingface.co/Helsinki-NLP/opus-mt-ar-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_ru_xx.md
index 7a5a6deb26ebee..dc6ce2ec434d00 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ar-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_tr_xx.md
index 3b15e954fb1502..29b816f13ff741 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ar_tr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ar-tr](https://huggingface.co/Helsinki-NLP/opus-mt-ar-tr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_art_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_art_en_xx.md
index cc07b541b9ffcd..93965745eada1a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_art_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_art_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-art-en](https://huggingface.co/Helsinki-NLP/opus-mt-art-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_de_xx.md
index ca8b28fb925d40..dcf0286026c934 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-de](https://huggingface.co/Helsinki-NLP/opus-mt-ase-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_en_xx.md
index b1693b2f900e4b..9a5763a5c17cad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-en](https://huggingface.co/Helsinki-NLP/opus-mt-ase-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_es_xx.md
index 81a31a11071d9e..bdb29f9c95f889 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-es](https://huggingface.co/Helsinki-NLP/opus-mt-ase-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_fr_xx.md
index accbb33320c830..e17044cf481fa3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ase-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_sv_xx.md
index e317e4a138a5be..f9e00220068593 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ase_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ase-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ase-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_az_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_az_en_xx.md
index 40bf23c2a90111..08ed8fcb187860 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_az_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_az_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-en](https://huggingface.co/Helsinki-NLP/opus-mt-az-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_az_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_az_es_xx.md
index 3b3f519950069a..a03e35e13d5acb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_az_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_az_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-es](https://huggingface.co/Helsinki-NLP/opus-mt-az-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_az_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_az_tr_xx.md
index ae8c9c004873ac..ec2c3a5c4e966b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_az_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_az_tr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-az-tr](https://huggingface.co/Helsinki-NLP/opus-mt-az-tr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bat_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bat_en_xx.md
index 5f63bf38150041..0178911b6dfab0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bat_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bat_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bat-en](https://huggingface.co/Helsinki-NLP/opus-mt-bat-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_de_xx.md
index 16cd65178dc50e..8a1e8c96f7bfe5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-de](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_en_xx.md
index bcadb05cbe4b0a..490c00c2dab0c0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_es_xx.md
index 5cee219cd5d44f..68842cf326e6a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-es](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fi_xx.md
index 36e51be3625bf8..53c62c52a28461 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fr_xx.md
index 9d53e8ed7d83bd..fcde0ec5724195 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_sv_xx.md
index 11907919c3484d..5a69ec8097a673 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bcl_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bcl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bcl-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_be_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_be_es_xx.md
index 9756a678861f4d..3beeebb0e1780b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_be_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_be_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-be-es](https://huggingface.co/Helsinki-NLP/opus-mt-be-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_en_xx.md
index f1cf26b42b6bdc..77ff64bb6b938f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-en](https://huggingface.co/Helsinki-NLP/opus-mt-bem-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_es_xx.md
index 37c9074043e494..af2df78793f233 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-es](https://huggingface.co/Helsinki-NLP/opus-mt-bem-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fi_xx.md
index b7828e6c88f747..7087fa8bb1f06c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bem-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fr_xx.md
index 08bf87823ee4da..93e028c397aa34 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bem-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_sv_xx.md
index b6bb82969245f3..2363ee9626424f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bem_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bem-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bem-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_en_xx.md
index ebf783a8d1c6b5..4d430a63a111de 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-en](https://huggingface.co/Helsinki-NLP/opus-mt-ber-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_es_xx.md
index 73f3bb8be6f4bf..d2899948eb3867 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-es](https://huggingface.co/Helsinki-NLP/opus-mt-ber-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_fr_xx.md
index 7733ea9fb90f3f..f682b594c2874a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ber_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ber-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ber-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_de_xx.md
index 5f3c51102bc011..218dedf60b7e7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-de](https://huggingface.co/Helsinki-NLP/opus-mt-bg-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_en_xx.md
index db450dba9206dd..d6a6961fc4d6da 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-en](https://huggingface.co/Helsinki-NLP/opus-mt-bg-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_eo_xx.md
index 647b4c8e6f0a8c..6abdad8877ceb5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-eo](https://huggingface.co/Helsinki-NLP/opus-mt-bg-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_es_xx.md
index 262dcbde4ad54a..1b94152a2b21e4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-es](https://huggingface.co/Helsinki-NLP/opus-mt-bg-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fi_xx.md
index 1c778c3cf04251..0bd08f1f65551d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bg-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fr_xx.md
index 8d2cf0f5cba118..3a396fd21a8f59 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bg-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_it_xx.md
index c4de0e335f3228..89b7cc598936c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-it](https://huggingface.co/Helsinki-NLP/opus-mt-bg-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_ru_xx.md
index a8088411c2ed5c..76a9e5a1c599f1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-ru](https://huggingface.co/Helsinki-NLP/opus-mt-bg-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_sv_xx.md
index 74feb0b6ca6c5d..52afb8831a60bf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bg-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_tr_xx.md
index a0ef3de27c4899..a47831ecf311c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_tr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-tr](https://huggingface.co/Helsinki-NLP/opus-mt-bg-tr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_uk_xx.md
index e5ecdcc8fd531e..7f322c9d4a0a64 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bg_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bg-uk](https://huggingface.co/Helsinki-NLP/opus-mt-bg-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_en_xx.md
index df0f39ad0ef109..de6a6580122d2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-en](https://huggingface.co/Helsinki-NLP/opus-mt-bi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_es_xx.md
index f76dcc603501c8..93226af57c5ff1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-es](https://huggingface.co/Helsinki-NLP/opus-mt-bi-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_fr_xx.md
index b56a2f6474ffa5..e56f535e2cf891 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bi-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_sv_xx.md
index 1e9aa910a674f1..9f1a561495f9fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bi_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bi-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bn_en_xx.md
index 690289f9a87115..63fb3551f7af94 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bn_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bn-en](https://huggingface.co/Helsinki-NLP/opus-mt-bn-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bnt_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bnt_en_xx.md
index 1cbe5f3b51cfc8..80ac542a7c1f10 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bnt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bnt_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en](https://huggingface.co/Helsinki-NLP/opus-mt-bnt-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_en_xx.md
index c5accf850f2080..9ba772b6b15767 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_es_xx.md
index 5e843889624165..92dbc156531125 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-es](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fi_xx.md
index 1f8861ee13f09a..cb08e73ca0e5ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fi](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fr_xx.md
index b85562481f1f29..992a4dfd99a65c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fr](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_sv_xx.md
index 0620bb7abaa558..5bf5496822f89a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_bzs_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-bzs-sv](https://huggingface.co/Helsinki-NLP/opus-mt-bzs-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_de_xx.md
index aca2ae8ba5371d..3d8afaeb09a67c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-de](https://huggingface.co/Helsinki-NLP/opus-mt-ca-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_en_xx.md
index de8aad3025de3e..c9ce542b7317ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-en](https://huggingface.co/Helsinki-NLP/opus-mt-ca-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_es_xx.md
index 96f40812cb8fa1..b05d459a40e063 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-es](https://huggingface.co/Helsinki-NLP/opus-mt-ca-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_fr_xx.md
index c53ee429a40e49..96b3a40bb3ecb0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ca-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_it_xx.md
index 9a85ff968bbf9f..fe8279b72ad135 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-it](https://huggingface.co/Helsinki-NLP/opus-mt-ca-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_nl_xx.md
index 7f2925adbdd6da..bd6142e90311b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-nl](https://huggingface.co/Helsinki-NLP/opus-mt-ca-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_pt_xx.md
index 0c5e14f0e0f8cf..33aaaccfe61d03 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_pt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-pt](https://huggingface.co/Helsinki-NLP/opus-mt-ca-pt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_uk_xx.md
index e575a3cfe2b631..b3fd84f3805d29 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ca_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ca-uk](https://huggingface.co/Helsinki-NLP/opus-mt-ca-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cau_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cau_en_xx.md
index 57379a00503b43..1fe82a36a61fa7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cau_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cau_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cau-en](https://huggingface.co/Helsinki-NLP/opus-mt-cau-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ccs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ccs_en_xx.md
index 9c090a306e5466..de8248cd6b09bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ccs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ccs_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en](https://huggingface.co/Helsinki-NLP/opus-mt-ccs-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_en_xx.md
index 61c587b77909f5..243fb301d58703 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_es_xx.md
index bb1159f06d676f..3aaa4e0741c439 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-es](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fi_xx.md
index 74e6a4141cc2a2..87b28a1b3a5c56 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fr_xx.md
index 7aed4471169cf3..97a177208026c4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_sv_xx.md
index 548cb6a4f5a7ad..6bd83d014ea7d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ceb_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ceb-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ceb-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cel_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cel_en_xx.md
index 08c2c61d824985..ef1435b62177a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cel_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cel_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cel-en](https://huggingface.co/Helsinki-NLP/opus-mt-cel-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_en_xx.md
index 1184b77eec95d2..0a715da10df309 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-en](https://huggingface.co/Helsinki-NLP/opus-mt-chk-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_es_xx.md
index 2766fefae98ff3..894fa6184618f0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-es](https://huggingface.co/Helsinki-NLP/opus-mt-chk-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_fr_xx.md
index 42f5acbc6b3602..e7a65ade692d2e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-chk-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_sv_xx.md
index 9f20f70ad8c0ce..25df2894071f54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_chk_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-chk-sv](https://huggingface.co/Helsinki-NLP/opus-mt-chk-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cpf_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cpf_en_xx.md
index 01f524adacd520..109c18dd901fb5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cpf_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cpf_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpf-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_cpp_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_cpp_xx.md
index a3128e007391db..aadba306e4ab5a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_cpp_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_cpp_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpp-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-cpp)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_en_xx.md
index 2b77b6dcb6923e..daf3cfec28a074 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cpp_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en](https://huggingface.co/Helsinki-NLP/opus-mt-cpp-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_de_xx.md
index 29d2559f581e45..c90f66def0e259 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-de](https://huggingface.co/Helsinki-NLP/opus-mt-crs-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_en_xx.md
index 10eb880e32d459..1e2142b1cf8d0b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-en](https://huggingface.co/Helsinki-NLP/opus-mt-crs-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_es_xx.md
index d6c4da79dd89b8..c6f15006d2d4e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-es](https://huggingface.co/Helsinki-NLP/opus-mt-crs-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fi_xx.md
index f524d61ed04dd8..56fbb4d0ddb47a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-fi](https://huggingface.co/Helsinki-NLP/opus-mt-crs-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fr_xx.md
index ebb9760caa02fc..3a4986249deb13 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-fr](https://huggingface.co/Helsinki-NLP/opus-mt-crs-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_sv_xx.md
index c4c8434bcb7702..77f58d100ad1ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_crs_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-crs-sv](https://huggingface.co/Helsinki-NLP/opus-mt-crs-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_de_xx.md
index 158a46f8ad5650..0efd4cc5f7338e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-de](https://huggingface.co/Helsinki-NLP/opus-mt-cs-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_en_xx.md
index f6c94da4059ead..b80afdca10b807 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-en](https://huggingface.co/Helsinki-NLP/opus-mt-cs-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_eo_xx.md
index cb49ee9f03015e..2c4550c51b7b54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-eo](https://huggingface.co/Helsinki-NLP/opus-mt-cs-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fi_xx.md
index f92bd4451caf8e..4dae67799409c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-fi](https://huggingface.co/Helsinki-NLP/opus-mt-cs-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fr_xx.md
index e641873d0c5ee6..c65aa368bd2b56 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-fr](https://huggingface.co/Helsinki-NLP/opus-mt-cs-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_sv_xx.md
index 91ac930698a7fb..cd175b609cd472 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-sv](https://huggingface.co/Helsinki-NLP/opus-mt-cs-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_uk_xx.md
index 10acecb6d8c714..ae13cae7942b9a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cs_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cs-uk](https://huggingface.co/Helsinki-NLP/opus-mt-cs-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_csg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_csg_es_xx.md
index 14c8a2ffe4ab6a..336085c7716b3c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_csg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_csg_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-csg-es](https://huggingface.co/Helsinki-NLP/opus-mt-csg-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_csn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_csn_es_xx.md
index cd564b4ec92c4d..ba14fed4f81a3d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_csn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_csn_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-csn-es](https://huggingface.co/Helsinki-NLP/opus-mt-csn-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cus_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cus_en_xx.md
index 3bf5fa46df3caf..a1a0d1062776b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cus_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cus-en](https://huggingface.co/Helsinki-NLP/opus-mt-cus-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_cy_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_cy_en_xx.md
index 36294057cabfdf..1ff434b24783d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_cy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_cy_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-cy-en](https://huggingface.co/Helsinki-NLP/opus-mt-cy-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_de_xx.md
index b81436336deec6..72bdc40d40c2b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-de](https://huggingface.co/Helsinki-NLP/opus-mt-da-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_en_xx.md
index 7d764839b371f0..3e5086fff26a6e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-en](https://huggingface.co/Helsinki-NLP/opus-mt-da-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_eo_xx.md
index 091dbc438280f7..f4574ac46b0851 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-eo](https://huggingface.co/Helsinki-NLP/opus-mt-da-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_es_xx.md
index fd44d28ff1d535..21285d7d0db156 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-es](https://huggingface.co/Helsinki-NLP/opus-mt-da-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fi_xx.md
index 168fd674210328..34fabdaa4b536f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-fi](https://huggingface.co/Helsinki-NLP/opus-mt-da-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fr_xx.md
index be953445fd0786..f6c25535a91a24 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-fr](https://huggingface.co/Helsinki-NLP/opus-mt-da-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_no_xx.md
index 7788b3175da0c4..ef86e0eb5e3d08 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-no](https://huggingface.co/Helsinki-NLP/opus-mt-da-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_ru_xx.md
index 89971626bf8f74..3e557c2a71f269 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_da_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_da_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-da-ru](https://huggingface.co/Helsinki-NLP/opus-mt-da-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_af_xx.md
index cfb7acd9c25dea..1a5f953c63fa93 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-af](https://huggingface.co/Helsinki-NLP/opus-mt-de-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ar_xx.md
index 4ec9c446c01704..92dc4c2d1c1ad6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ar](https://huggingface.co/Helsinki-NLP/opus-mt-de-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ase_xx.md
index cb6416a2299a2a..3a668d30202eb6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ase_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ase](https://huggingface.co/Helsinki-NLP/opus-mt-de-ase)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bcl_xx.md
index 637ffb647b6ac4..cd7da4100aafec 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bcl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-de-bcl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bg_xx.md
index 759c3268295f62..defcb288c6e75c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bg](https://huggingface.co/Helsinki-NLP/opus-mt-de-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bi_xx.md
index 756243a41e09de..02a3f5d5a2e83b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bi](https://huggingface.co/Helsinki-NLP/opus-mt-de-bi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bzs_xx.md
index 3b9795fe8fda45..40d00673dc16a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_bzs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-de-bzs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ca_xx.md
index 9875cb38c766bf..279b6f4765bfa3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ca](https://huggingface.co/Helsinki-NLP/opus-mt-de-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_crs_xx.md
index 382725395349cf..cf435793a6f7db 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_crs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-crs](https://huggingface.co/Helsinki-NLP/opus-mt-de-crs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_cs_xx.md
index e893231c627305..7a887893cb8a2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_cs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-cs](https://huggingface.co/Helsinki-NLP/opus-mt-de-cs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_da_xx.md
index a16346226081f3..30168e7e0f4d16 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_da_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-da](https://huggingface.co/Helsinki-NLP/opus-mt-de-da)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_de_xx.md
index a40db7017ab6f1..9152ad7b0f85c7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-de](https://huggingface.co/Helsinki-NLP/opus-mt-de-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ee_xx.md
index 154bc49a0ae50d..9af9d00af7485a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ee_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ee](https://huggingface.co/Helsinki-NLP/opus-mt-de-ee)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_efi_xx.md
index 18db615085cba5..228bdcfa42f993 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_efi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-efi](https://huggingface.co/Helsinki-NLP/opus-mt-de-efi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_el_xx.md
index 9cfa7f2a16aac9..0433b715f0a013 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-el](https://huggingface.co/Helsinki-NLP/opus-mt-de-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_en_xx.md
index 06a90a094dc055..83cc55f807a9e6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-en](https://huggingface.co/Helsinki-NLP/opus-mt-de-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eo_xx.md
index e0c73a725522b8..22c395e053a53d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-eo](https://huggingface.co/Helsinki-NLP/opus-mt-de-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_es_xx.md
index de578a41dd20b5..2f3e1ef0f8bd32 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-es](https://huggingface.co/Helsinki-NLP/opus-mt-de-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_et_xx.md
index a7bf947cf56639..6d6dbe2587ab84 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_et_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-et](https://huggingface.co/Helsinki-NLP/opus-mt-de-et)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eu_xx.md
index afd26aff1f1c36..c69d0f7018bb46 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_eu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-eu](https://huggingface.co/Helsinki-NLP/opus-mt-de-eu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fi_xx.md
index 1300e9a06b4b63..30caa7da8a16e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-fi](https://huggingface.co/Helsinki-NLP/opus-mt-de-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fj_xx.md
index 941b399646b647..d8a64e835039a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-fj](https://huggingface.co/Helsinki-NLP/opus-mt-de-fj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fr_xx.md
index 1e8fa59fafab8e..2018f39b9a1ab7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-fr](https://huggingface.co/Helsinki-NLP/opus-mt-de-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gaa_xx.md
index e421fe0ce81379..b993c5fcbf21df 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gaa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-de-gaa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gil_xx.md
index 445cc3a8f3f079..b8ec96fc6263d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_gil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-gil](https://huggingface.co/Helsinki-NLP/opus-mt-de-gil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_guw_xx.md
index 45582573ab1c7b..3ee1efc79b3239 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_guw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-guw](https://huggingface.co/Helsinki-NLP/opus-mt-de-guw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ha_xx.md
index 53f62cff74f7b0..cf92c48c98e038 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ha_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ha](https://huggingface.co/Helsinki-NLP/opus-mt-de-ha)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_he_xx.md
index 751cdfa0994bab..da36c097cc9897 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-he](https://huggingface.co/Helsinki-NLP/opus-mt-de-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hil_xx.md
index 0e3cb4289628c5..b9de3896f31f1c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-hil](https://huggingface.co/Helsinki-NLP/opus-mt-de-hil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ho_xx.md
index e516467ab48726..920373f2ef0090 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ho_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ho](https://huggingface.co/Helsinki-NLP/opus-mt-de-ho)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hr_xx.md
index 16cfcbd4fa5afa..40d0c830857915 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-hr](https://huggingface.co/Helsinki-NLP/opus-mt-de-hr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ht_xx.md
index 0265d3f23ccb7a..7022f2aaa8377a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ht_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ht](https://huggingface.co/Helsinki-NLP/opus-mt-de-ht)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hu_xx.md
index 1b8c281b135022..e99e79188f3ccf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-hu](https://huggingface.co/Helsinki-NLP/opus-mt-de-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ig_xx.md
index e6b996c50cd70f..76c896d992ed5a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ig_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ig](https://huggingface.co/Helsinki-NLP/opus-mt-de-ig)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ilo_xx.md
index 7e90270259917d..891347b83e9893 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ilo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-de-ilo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_is_xx.md
index 1f3c7c06bcb375..c96896d3fd7a7e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_is_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-is](https://huggingface.co/Helsinki-NLP/opus-mt-de-is)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_iso_xx.md
index 1b8bba1f725f80..486ec28b5339d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_iso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-iso](https://huggingface.co/Helsinki-NLP/opus-mt-de-iso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_it_xx.md
index e0d852fceeec32..ef8ea1eb2eb828 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-it](https://huggingface.co/Helsinki-NLP/opus-mt-de-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_kg_xx.md
index 9aaa20821896ce..5230feef52baea 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_kg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-kg](https://huggingface.co/Helsinki-NLP/opus-mt-de-kg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ln_xx.md
index f38b9cd4ab6383..af365aab8ad7dc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ln_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ln](https://huggingface.co/Helsinki-NLP/opus-mt-de-ln)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_loz_xx.md
index ab6f3dd979a81d..d54afc000130e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_loz_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-loz](https://huggingface.co/Helsinki-NLP/opus-mt-de-loz)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lt_xx.md
index e9b57304cef0d0..dc5315aff8c0cd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-lt](https://huggingface.co/Helsinki-NLP/opus-mt-de-lt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lua_xx.md
index e9f140ecef6597..3201bc6060b17e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_lua_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-lua](https://huggingface.co/Helsinki-NLP/opus-mt-de-lua)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ms_xx.md
index f7e7a9c00b5e0d..ffc35f387e6663 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ms_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ms](https://huggingface.co/Helsinki-NLP/opus-mt-de-ms)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_mt_xx.md
index 283a12c95f56e3..57f827b8002714 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_mt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-mt](https://huggingface.co/Helsinki-NLP/opus-mt-de-mt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_niu_xx.md
index d454da1f4b6744..bb77f6221a226b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_niu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-niu](https://huggingface.co/Helsinki-NLP/opus-mt-de-niu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nl_xx.md
index 3bcd5d956384c7..576c30dd4ec7ca 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-nl](https://huggingface.co/Helsinki-NLP/opus-mt-de-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_no_xx.md
index 5246be5e89477a..8b1f147633d719 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-no](https://huggingface.co/Helsinki-NLP/opus-mt-de-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nso_xx.md
index f22d5a90f5e939..977089e4c482ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_nso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-nso](https://huggingface.co/Helsinki-NLP/opus-mt-de-nso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ny_xx.md
index ae4b0464421c0c..f5c3cc8077c1a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_ny_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-ny](https://huggingface.co/Helsinki-NLP/opus-mt-de-ny)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pag_xx.md
index 90f302ae1ef971..b8f482ee131f85 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pag_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pag](https://huggingface.co/Helsinki-NLP/opus-mt-de-pag)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pap_xx.md
index 4f9382099479ff..de4c20e770c172 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pap](https://huggingface.co/Helsinki-NLP/opus-mt-de-pap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pis_xx.md
index 1a835520a7504e..d51cd97e1bea0d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pis_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pis](https://huggingface.co/Helsinki-NLP/opus-mt-de-pis)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pl_xx.md
index 627be8b2a63a8b..d87ea2dd5f4ea8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pl](https://huggingface.co/Helsinki-NLP/opus-mt-de-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pon_xx.md
index 2cef950835989b..65c9f52a047414 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_pon_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-pon](https://huggingface.co/Helsinki-NLP/opus-mt-de-pon)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_tl_xx.md
index f972331f43437c..b57a6f685bd906 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_tl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-tl](https://huggingface.co/Helsinki-NLP/opus-mt-de-tl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_uk_xx.md
index 01d02584ff7a88..cf492747dca4c8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-uk](https://huggingface.co/Helsinki-NLP/opus-mt-de-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_vi_xx.md
index c7eba0d9660376..d10617310c0528 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_de_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_de_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-de-vi](https://huggingface.co/Helsinki-NLP/opus-mt-de-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_dra_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_dra_en_xx.md
index 05cb49515dee28..94e3966cf51295 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_dra_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_dra_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-dra-en](https://huggingface.co/Helsinki-NLP/opus-mt-dra-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_de_xx.md
index 4eb5d66c7279ea..3ccf9d75b460b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-de](https://huggingface.co/Helsinki-NLP/opus-mt-ee-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_en_xx.md
index 2f76fb558e5520..6a386f34ee56da 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-en](https://huggingface.co/Helsinki-NLP/opus-mt-ee-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_es_xx.md
index ef367136de637d..4dd06b06b1801f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-es](https://huggingface.co/Helsinki-NLP/opus-mt-ee-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fi_xx.md
index 14c693d08f52e3..9703be4e14b675 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ee-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fr_xx.md
index 86601bbc087d04..7e5b53d4839b62 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ee-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_sv_xx.md
index 4f547226ec0e7b..c8b7895c667d78 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ee_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ee-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ee-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_de_xx.md
index 23da6e603e601e..b723ed80b0a1fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-de](https://huggingface.co/Helsinki-NLP/opus-mt-efi-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_en_xx.md
index 912da850b1527e..b7ee4de9fc6fcf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-en](https://huggingface.co/Helsinki-NLP/opus-mt-efi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fi_xx.md
index 2bdde861535afe..baeb623e411568 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-fi](https://huggingface.co/Helsinki-NLP/opus-mt-efi-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fr_xx.md
index 0c28b6a02fb23d..4e4d0ef8b5a4a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-efi-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_sv_xx.md
index 79dfb17d6f984d..029180fd96b50d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_efi_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-efi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-efi-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_ar_xx.md
index a8876e1b187722..815ddc4a3abeed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-ar](https://huggingface.co/Helsinki-NLP/opus-mt-el-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_eo_xx.md
index 2a735736ebdab0..c3bc4bf74b182f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-eo](https://huggingface.co/Helsinki-NLP/opus-mt-el-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fi_xx.md
index 4b82b0e08052ef..a580b8d3626a0e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-fi](https://huggingface.co/Helsinki-NLP/opus-mt-el-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fr_xx.md
index d8534c9042fcaa..b2147325670d6d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-fr](https://huggingface.co/Helsinki-NLP/opus-mt-el-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_sv_xx.md
index 799ed9b48e67ee..55777eb70f4c15 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_el_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_el_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-el-sv](https://huggingface.co/Helsinki-NLP/opus-mt-el-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_aav_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_aav_xx.md
index ef6ca107fb62a6..27635c5e01f36a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_aav_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_aav_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-aav](https://huggingface.co/Helsinki-NLP/opus-mt-en-aav)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_af_xx.md
index 0ea68580e8eca6..1f7ad1de3ec306 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-af](https://huggingface.co/Helsinki-NLP/opus-mt-en-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_afa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_afa_xx.md
index 10b4e11d7d1c2c..17101e52b1433c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_afa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_afa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-afa](https://huggingface.co/Helsinki-NLP/opus-mt-en-afa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_alv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_alv_xx.md
index ef5a2041278fda..a3103a9d803864 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_alv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_alv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-alv](https://huggingface.co/Helsinki-NLP/opus-mt-en-alv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ar_xx.md
index eb7c270904b1da..11699bb141def2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_az_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_az_xx.md
index 11d7ce418a0212..30851bd9268100 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_az_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_az_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-az](https://huggingface.co/Helsinki-NLP/opus-mt-en-az)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bat_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bat_xx.md
index 66a1f2564e7d73..4120896a975094 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bat_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bat_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bat](https://huggingface.co/Helsinki-NLP/opus-mt-en-bat)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bcl_xx.md
index f8be13c99e30ce..ce61e444109b77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bcl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-en-bcl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bem_xx.md
index ac8cfa3d02f200..c8fec67d13eef7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bem](https://huggingface.co/Helsinki-NLP/opus-mt-en-bem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ber_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ber_xx.md
index e90088d5b55c11..fd5d36466687d5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ber_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ber](https://huggingface.co/Helsinki-NLP/opus-mt-en-ber)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bg_xx.md
index 9b2aedfa493c1a..9598f6e10315c2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bg](https://huggingface.co/Helsinki-NLP/opus-mt-en-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bi_xx.md
index 339a79ad604001..7faa5130f00d0a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bi](https://huggingface.co/Helsinki-NLP/opus-mt-en-bi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bnt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bnt_xx.md
index 6b1bbacd4794e9..290d6c47fa2ffd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bnt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bnt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt](https://huggingface.co/Helsinki-NLP/opus-mt-en-bnt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bzs_xx.md
index be6785b44e8226..ee6d0aecb4d63d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_bzs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-en-bzs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ca_xx.md
index 2ae4f613e61c8a..98bfa198a02db9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ca](https://huggingface.co/Helsinki-NLP/opus-mt-en-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ceb_xx.md
index 6f32061ad77b15..af145eb49cc428 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ceb_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-en-ceb)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cel_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cel_xx.md
index 905a22b33234f8..ea85158278e9d5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cel_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cel_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cel](https://huggingface.co/Helsinki-NLP/opus-mt-en-cel)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_chk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_chk_xx.md
index dc22194c00a47f..f03cc79ab62760 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_chk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_chk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-chk](https://huggingface.co/Helsinki-NLP/opus-mt-en-chk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpf_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpf_xx.md
index 3e8bf59750216d..f68707b29e9e2d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpf_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpf_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpf)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpp_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpp_xx.md
index 9a0d60b5249849..82d169ef915fc7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpp_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cpp_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp](https://huggingface.co/Helsinki-NLP/opus-mt-en-cpp)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_crs_xx.md
index 1b6b4b2c2581f7..816b2dd76a356c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_crs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-crs](https://huggingface.co/Helsinki-NLP/opus-mt-en-crs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cs_xx.md
index 0e8f9930008df3..acfd7868f845a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cs](https://huggingface.co/Helsinki-NLP/opus-mt-en-cs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cus_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cus_xx.md
index feffbc15d2a4b4..95a3c934f5876b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cus_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cus](https://huggingface.co/Helsinki-NLP/opus-mt-en-cus)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cy_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cy_xx.md
index 3e739a4fe45309..774f702248ab09 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_cy_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-cy](https://huggingface.co/Helsinki-NLP/opus-mt-en-cy)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_da_xx.md
index df5a405b25d711..016b9a75c38ee3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_da_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-da](https://huggingface.co/Helsinki-NLP/opus-mt-en-da)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_de_xx.md
index 1b6bffcf3a2578..0aaf02861638f0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_dra_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_dra_xx.md
index aef207769a871d..b67bff747dd615 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_dra_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_dra_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-dra](https://huggingface.co/Helsinki-NLP/opus-mt-en-dra)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ee_xx.md
index 0df486d52c6897..2897708a897892 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ee_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ee](https://huggingface.co/Helsinki-NLP/opus-mt-en-ee)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_efi_xx.md
index 64b905668febd2..fbbc69b2917d35 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_efi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-efi](https://huggingface.co/Helsinki-NLP/opus-mt-en-efi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_el_xx.md
index 6b7c6011bf37ad..c7ca62b447457b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-el](https://huggingface.co/Helsinki-NLP/opus-mt-en-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eo_xx.md
index e8e626ee38e4db..c74216a6bc7663 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eo](https://huggingface.co/Helsinki-NLP/opus-mt-en-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_es_xx.md
index dda14ae3d3bb48..250bc616a6d0db 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_et_xx.md
index ef5127cc2545d0..6b41a2da061c77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_et_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-et](https://huggingface.co/Helsinki-NLP/opus-mt-en-et)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eu_xx.md
index 982c6f7cd6ceec..8b30838d10a87a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_eu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-eu](https://huggingface.co/Helsinki-NLP/opus-mt-en-eu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_euq_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_euq_xx.md
index 1f0f88f12aaf52..6263063ab788c8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_euq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_euq_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-euq](https://huggingface.co/Helsinki-NLP/opus-mt-en-euq)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fi_xx.md
index 3a87beb9741da0..c719fea107cb54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fi](https://huggingface.co/Helsinki-NLP/opus-mt-en-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fiu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fiu_xx.md
index 464822cc7e77fd..771fc0f9475e53 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fiu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fiu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu](https://huggingface.co/Helsinki-NLP/opus-mt-en-fiu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fj_xx.md
index 113c993f29a2c8..4243735f58724d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fj](https://huggingface.co/Helsinki-NLP/opus-mt-en-fj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fr_xx.md
index 4d58ded8a51a10..d618edb602658b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ga_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ga_xx.md
index 40a8bfe30fb652..01dc973d510471 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ga_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ga_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ga](https://huggingface.co/Helsinki-NLP/opus-mt-en-ga)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gaa_xx.md
index 7d39bf3e024ee1..6719264e860111 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gaa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-en-gaa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gem_xx.md
index 3643e4371edd88..2ce99b5380b670 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gem](https://huggingface.co/Helsinki-NLP/opus-mt-en-gem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gil_xx.md
index bda099d71bf920..67da743e064d6e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gil](https://huggingface.co/Helsinki-NLP/opus-mt-en-gil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gl_xx.md
index 186202d5a11311..9b54d5c317b1f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gl](https://huggingface.co/Helsinki-NLP/opus-mt-en-gl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmq_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmq_xx.md
index b0f315b8d5bbce..bf1d57ab4001fe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmq_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmq)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmw_xx.md
index d9b8f1f206c86c..e91196480704fb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gmw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw](https://huggingface.co/Helsinki-NLP/opus-mt-en-gmw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_grk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_grk_xx.md
index 2e562d47d79f5a..4f9f3162259366 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_grk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_grk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-grk](https://huggingface.co/Helsinki-NLP/opus-mt-en-grk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_guw_xx.md
index 0d8c3cb0006e90..99cbd565368ec1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_guw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-guw](https://huggingface.co/Helsinki-NLP/opus-mt-en-guw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gv_xx.md
index d71cf79401f373..bebebd92431b6e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_gv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-gv](https://huggingface.co/Helsinki-NLP/opus-mt-en-gv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ha_xx.md
index d18648b047ad68..0940772ae91b1d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ha_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ha](https://huggingface.co/Helsinki-NLP/opus-mt-en-ha)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_he_xx.md
index 4baa80c7ce6cc5..4667153d41f38e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-he](https://huggingface.co/Helsinki-NLP/opus-mt-en-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hi_xx.md
index 5101ecf92addf7..f48568cbceb101 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hi](https://huggingface.co/Helsinki-NLP/opus-mt-en-hi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hil_xx.md
index d3842e8018e12c..f843ceb8aed9e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hil](https://huggingface.co/Helsinki-NLP/opus-mt-en-hil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ho_xx.md
index 7ca696006163ca..227f10cfe60984 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ho_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ho](https://huggingface.co/Helsinki-NLP/opus-mt-en-ho)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ht_xx.md
index 989e7696474b30..1409d914830174 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ht_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ht](https://huggingface.co/Helsinki-NLP/opus-mt-en-ht)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hu_xx.md
index 2690cb2660888d..ee3677a40981e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hu](https://huggingface.co/Helsinki-NLP/opus-mt-en-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hy_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hy_xx.md
index 090ff52ff16b4c..96dc3ec6e95c1c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_hy_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-hy](https://huggingface.co/Helsinki-NLP/opus-mt-en-hy)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_id_xx.md
index 80e3e300c9af47..9a34e0a53f44f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_id_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-id](https://huggingface.co/Helsinki-NLP/opus-mt-en-id)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ig_xx.md
index f464807067b328..24efe29cc1ba40 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ig_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ig](https://huggingface.co/Helsinki-NLP/opus-mt-en-ig)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iir_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iir_xx.md
index d2c0e91b3d13fc..c2bd6a6eadcce5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iir_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iir_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iir](https://huggingface.co/Helsinki-NLP/opus-mt-en-iir)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ilo_xx.md
index cb45e5de2bfa60..61acc1f33a639a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ilo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-en-ilo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_inc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_inc_xx.md
index 014f362b60b1ef..1aff93a925c47a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_inc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_inc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-inc](https://huggingface.co/Helsinki-NLP/opus-mt-en-inc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ine_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ine_xx.md
index 106874707ef105..b283e1b2763527 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ine_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ine_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ine](https://huggingface.co/Helsinki-NLP/opus-mt-en-ine)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_is_xx.md
index d3dc898219245f..b871c724b1fc9d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_is_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-is](https://huggingface.co/Helsinki-NLP/opus-mt-en-is)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iso_xx.md
index 799ca12cb6a4a5..18f7c2bcac9ccf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_iso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-iso](https://huggingface.co/Helsinki-NLP/opus-mt-en-iso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_it_xx.md
index c93e4a6026705b..2f5706f298e8f4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-it](https://huggingface.co/Helsinki-NLP/opus-mt-en-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_itc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_itc_xx.md
index 4bd5f460c3fde2..22daca45c40b03 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_itc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_itc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-itc](https://huggingface.co/Helsinki-NLP/opus-mt-en-itc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_jap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_jap_xx.md
index 0fa44a3b3dd00d..45fed9e444c967 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_jap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_jap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-jap](https://huggingface.co/Helsinki-NLP/opus-mt-en-jap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kg_xx.md
index 1d296370947fc0..f0b15b0ae41f43 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kg](https://huggingface.co/Helsinki-NLP/opus-mt-en-kg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kj_xx.md
index 79e32b2dfd01c8..e70870383f1fab 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kj](https://huggingface.co/Helsinki-NLP/opus-mt-en-kj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kqn_xx.md
index 191b05ea6e84f8..ab712c8642b52a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kqn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kqn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwn_xx.md
index cee702e5fb4475..1ac4e6f0f0ac09 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwy_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwy_xx.md
index 7b99580de6293a..094651ed88d578 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_kwy_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-en-kwy)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lg_xx.md
index 93a408f453b1a9..ee7f299cd02c80 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lg](https://huggingface.co/Helsinki-NLP/opus-mt-en-lg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ln_xx.md
index 012677e2e2b0bd..159168fd9ec3c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ln_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ln](https://huggingface.co/Helsinki-NLP/opus-mt-en-ln)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_loz_xx.md
index e9f58eda4615c5..1978bcae712e92 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_loz_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-loz](https://huggingface.co/Helsinki-NLP/opus-mt-en-loz)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lu_xx.md
index 155ca8b7969bb8..0985221a25bf09 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lu](https://huggingface.co/Helsinki-NLP/opus-mt-en-lu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lua_xx.md
index 31c740c078e052..5e6e73e1a1f0b5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lua_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lua](https://huggingface.co/Helsinki-NLP/opus-mt-en-lua)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lue_xx.md
index 726fd3a0534ed7..68ac4932b089da 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lue_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lue](https://huggingface.co/Helsinki-NLP/opus-mt-en-lue)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lun_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lun_xx.md
index b8ed548cf58c74..20a1687c8a9eb8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lun_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lun_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lun](https://huggingface.co/Helsinki-NLP/opus-mt-en-lun)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_luo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_luo_xx.md
index 6b251bb8bf634c..6fdf12b4079e44 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_luo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_luo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-luo](https://huggingface.co/Helsinki-NLP/opus-mt-en-luo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lus_xx.md
index 69b41eab5dfab8..c86be6c7360010 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_lus_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-lus](https://huggingface.co/Helsinki-NLP/opus-mt-en-lus)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_map_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_map_xx.md
index d1e565594e62ad..bd7504bfa83f1d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_map_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_map_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-map](https://huggingface.co/Helsinki-NLP/opus-mt-en-map)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mfe_xx.md
index eebd6c4a5c9203..a82f2dfbaa7dd0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mfe_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-en-mfe)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mg_xx.md
index 03a8c3ada3307b..da00555d35fcdb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mg](https://huggingface.co/Helsinki-NLP/opus-mt-en-mg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mh_xx.md
index 8e1d5329e403c5..50e63f62dcd5df 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mk_xx.md
index b226dd5139ab1d..f9b950ad008e4b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mk](https://huggingface.co/Helsinki-NLP/opus-mt-en-mk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mkh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mkh_xx.md
index 1c6dc3909fb4a3..e2657ff3ff1b3d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mkh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mkh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh](https://huggingface.co/Helsinki-NLP/opus-mt-en-mkh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ml_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ml_xx.md
index 3348c37f1f9e39..b6a55300c708bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ml_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ml_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ml](https://huggingface.co/Helsinki-NLP/opus-mt-en-ml)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mos_xx.md
index 1ac75c08231b59..51878f5b8a35b6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mos_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mos](https://huggingface.co/Helsinki-NLP/opus-mt-en-mos)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mr_xx.md
index f7111504febba8..4eea31c023bbac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mr](https://huggingface.co/Helsinki-NLP/opus-mt-en-mr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mt_xx.md
index 8984136af8440f..306f3353b76981 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mt](https://huggingface.co/Helsinki-NLP/opus-mt-en-mt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mul_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mul_xx.md
index 09d222370481c6..7410568d155851 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mul_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_mul_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-mul](https://huggingface.co/Helsinki-NLP/opus-mt-en-mul)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ng_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ng_xx.md
index ffdf3834fc7b76..ddae6d21ce08d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ng_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ng_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ng](https://huggingface.co/Helsinki-NLP/opus-mt-en-ng)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nic_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nic_xx.md
index 6528b1de2cf279..298a255a4868c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nic_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nic_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nic](https://huggingface.co/Helsinki-NLP/opus-mt-en-nic)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_niu_xx.md
index 1fa0397c5da799..852685dabad711 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_niu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-niu](https://huggingface.co/Helsinki-NLP/opus-mt-en-niu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nl_xx.md
index 142bbe28f7aae6..475c6f6cfd61c8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nl](https://huggingface.co/Helsinki-NLP/opus-mt-en-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nso_xx.md
index 4428d859793e2e..17f0352ccfcbf1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nso](https://huggingface.co/Helsinki-NLP/opus-mt-en-nso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ny_xx.md
index f6c8f72ca44487..4a6c165351645c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ny_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ny](https://huggingface.co/Helsinki-NLP/opus-mt-en-ny)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nyk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nyk_xx.md
index 8c6962a0821133..a8dcdc309bceed 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nyk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_nyk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk](https://huggingface.co/Helsinki-NLP/opus-mt-en-nyk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_om_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_om_xx.md
index 5e3901ea6f829c..401831d3364d36 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_om_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_om_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-om](https://huggingface.co/Helsinki-NLP/opus-mt-en-om)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pag_xx.md
index aba7dedee23f0d..5447250bb53475 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pag_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pag](https://huggingface.co/Helsinki-NLP/opus-mt-en-pag)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pap_xx.md
index a275e3968c0018..2ae3b763fc982f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pap](https://huggingface.co/Helsinki-NLP/opus-mt-en-pap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_phi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_phi_xx.md
index 6f5619e518936f..2cbdb55bf8b144 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_phi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_phi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-phi](https://huggingface.co/Helsinki-NLP/opus-mt-en-phi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pis_xx.md
index d45a7e3538fd9c..d7668756f2f5b0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pis_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pis](https://huggingface.co/Helsinki-NLP/opus-mt-en-pis)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pon_xx.md
index 30065f3e09b4dd..f5487126eddb63 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pon_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pon](https://huggingface.co/Helsinki-NLP/opus-mt-en-pon)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_poz_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_poz_xx.md
index 76d896f0c6311e..d865843c99dd03 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_poz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_poz_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-poz](https://huggingface.co/Helsinki-NLP/opus-mt-en-poz)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqe_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqe_xx.md
index 1ab60ca12cfdf7..82e4f0345b6048 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqe_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqe)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqw_xx.md
index b5c479fadf197b..46e230cdf065b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_pqw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw](https://huggingface.co/Helsinki-NLP/opus-mt-en-pqw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rn_xx.md
index 122f2e6244e684..cb26daeebf5fcd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rn](https://huggingface.co/Helsinki-NLP/opus-mt-en-rn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rnd_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rnd_xx.md
index 3e83368c6bc7cb..7dc673fd220ea9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rnd_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-en-rnd)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ro_xx.md
index 3131f3e221a2f6..487c3b1b3db949 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ro_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ro](https://huggingface.co/Helsinki-NLP/opus-mt-en-ro)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_roa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_roa_xx.md
index 8a26c8c15de1f6..a79b34facef9aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_roa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_roa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-roa](https://huggingface.co/Helsinki-NLP/opus-mt-en-roa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ru_xx.md
index 05ad06f0de3181..a699bdc5aa1747 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_run_xx.md
index 8e517ebeb003fe..631603ebc1a49e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_run_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-run](https://huggingface.co/Helsinki-NLP/opus-mt-en-run)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rw_xx.md
index 927524be99e4e1..ee6ef734419995 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_rw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-rw](https://huggingface.co/Helsinki-NLP/opus-mt-en-rw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sal_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sal_xx.md
index f5eaeaa56d06e5..6e289526e254e6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sal_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sal_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sal](https://huggingface.co/Helsinki-NLP/opus-mt-en-sal)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sem_xx.md
index b552c2192a3ed7..cd84352dbd7ba1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sem](https://huggingface.co/Helsinki-NLP/opus-mt-en-sem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sg_xx.md
index def11ac2af5e56..d2939b684b82a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sg](https://huggingface.co/Helsinki-NLP/opus-mt-en-sg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sit_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sit_xx.md
index 1b019c6d682351..bd5148805f6032 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sit_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sit_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sit](https://huggingface.co/Helsinki-NLP/opus-mt-en-sit)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sk_xx.md
index c5136edd4c5270..31580d8edb912f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sk](https://huggingface.co/Helsinki-NLP/opus-mt-en-sk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sla_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sla_xx.md
index af5be48e1e595e..52f37b9a29e7b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sla_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sla_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sla](https://huggingface.co/Helsinki-NLP/opus-mt-en-sla)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sm_xx.md
index c4d6d9b8c9a71e..6cfb948324b26c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sm_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sm](https://huggingface.co/Helsinki-NLP/opus-mt-en-sm)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sn_xx.md
index ad0ce5ca6d6c74..252a6f46eb3477 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sn](https://huggingface.co/Helsinki-NLP/opus-mt-en-sn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sq_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sq_xx.md
index 06f84ae21d133d..20fae45e4734b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sq_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sq](https://huggingface.co/Helsinki-NLP/opus-mt-en-sq)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ss_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ss_xx.md
index 437fdd42b24d71..3829205019611c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ss_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ss_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ss](https://huggingface.co/Helsinki-NLP/opus-mt-en-ss)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_st_xx.md
index 95686ce1c096b5..5be51c3a5ffa66 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_st_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-st](https://huggingface.co/Helsinki-NLP/opus-mt-en-st)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sv_xx.md
index fac1f9f3f8ee8a..3ad4d9b7705e03 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sv](https://huggingface.co/Helsinki-NLP/opus-mt-en-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sw_xx.md
index 4e9c618a5382a2..6c085ec412dc57 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_sw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-sw](https://huggingface.co/Helsinki-NLP/opus-mt-en-sw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_swc_xx.md
index 96f397fb5cf5a1..979fcf27b907b6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_swc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-swc](https://huggingface.co/Helsinki-NLP/opus-mt-en-swc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tdt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tdt_xx.md
index b2bd2cb6544faa..abc9efd0311dcc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tdt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tdt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt](https://huggingface.co/Helsinki-NLP/opus-mt-en-tdt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ti_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ti_xx.md
index 73084c32a21a0b..6c750b59086ca8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ti_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ti_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ti](https://huggingface.co/Helsinki-NLP/opus-mt-en-ti)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tiv_xx.md
index f8922bdbe32268..92b08c4dd6ed96 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tiv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-en-tiv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tl_xx.md
index 790805b31d37c0..fff3c83d0f877b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tll_xx.md
index f06a6eff225b2f..8de2b4ff61c47f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tll_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tll](https://huggingface.co/Helsinki-NLP/opus-mt-en-tll)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tn_xx.md
index 27a7efab9d5e8e..3b63358496722d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tn](https://huggingface.co/Helsinki-NLP/opus-mt-en-tn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_to_xx.md
index c307e1bc43581c..ebdede60bcb2aa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_to_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-to](https://huggingface.co/Helsinki-NLP/opus-mt-en-to)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_toi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_toi_xx.md
index dbb565110445c1..745f72cc8495e8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_toi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-toi](https://huggingface.co/Helsinki-NLP/opus-mt-en-toi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tpi_xx.md
index 290ae6637a0f0d..47a5516662572a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tpi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-en-tpi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_trk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_trk_xx.md
index 304054b77ff802..b55ead88482378 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_trk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_trk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-trk](https://huggingface.co/Helsinki-NLP/opus-mt-en-trk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ts_xx.md
index d3a5293f215030..17c9c1859df24c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ts_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ts](https://huggingface.co/Helsinki-NLP/opus-mt-en-ts)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tut_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tut_xx.md
index 305d48779c733a..ac0fc05618f92b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tut_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tut_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tut](https://huggingface.co/Helsinki-NLP/opus-mt-en-tut)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tvl_xx.md
index 5cf3757d4e51b7..02a399d6d14f81 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tvl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-en-tvl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tw_xx.md
index d4a079f6dbad42..846eaec13bc437 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_tw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-tw](https://huggingface.co/Helsinki-NLP/opus-mt-en-tw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ty_xx.md
index c4721da73e8c53..b0966ffed6f72e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ty_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ty](https://huggingface.co/Helsinki-NLP/opus-mt-en-ty)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_uk_xx.md
index 0ce552cd4c1cff..a1502a2a921d6f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-uk](https://huggingface.co/Helsinki-NLP/opus-mt-en-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_umb_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_umb_xx.md
index 8ab1027588fd1e..d947b7f83cc0d5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_umb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_umb_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-umb](https://huggingface.co/Helsinki-NLP/opus-mt-en-umb)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ur_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ur_xx.md
index ad289fd5b776c1..9df506e7e5a2b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ur_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_ur_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-ur](https://huggingface.co/Helsinki-NLP/opus-mt-en-ur)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_urj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_urj_xx.md
index 152a8518675123..9374f7943f531b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_urj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_urj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-urj](https://huggingface.co/Helsinki-NLP/opus-mt-en-urj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_vi_xx.md
index b706e8a77a553b..3be4562be97dd1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_xh_xx.md
index b3a67e8203bf6f..ccd635b019b710 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_xh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-xh](https://huggingface.co/Helsinki-NLP/opus-mt-en-xh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zh_xx.md
index 67bc3b6bec9576..9ee13ef21c125b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zle_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zle_xx.md
index 5a4bf8206aa690..6d67c06b5212d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zle_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zle_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zle](https://huggingface.co/Helsinki-NLP/opus-mt-en-zle)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zls_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zls_xx.md
index 94e91dba3c0a83..a5584ec9461624 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zls_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zls](https://huggingface.co/Helsinki-NLP/opus-mt-en-zls)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zlw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zlw_xx.md
index d6bce69c4996c9..1fe84ec7cace14 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zlw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_en_zlw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw](https://huggingface.co/Helsinki-NLP/opus-mt-en-zlw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_af_xx.md
index 4c7381f383aa33..e4988845c945a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-af](https://huggingface.co/Helsinki-NLP/opus-mt-eo-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_bg_xx.md
index 0c13c539a828ef..31ae83210a7c8e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-bg](https://huggingface.co/Helsinki-NLP/opus-mt-eo-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_cs_xx.md
index 5816d24a4326d0..fb9ebf2282f988 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_cs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-cs](https://huggingface.co/Helsinki-NLP/opus-mt-eo-cs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_da_xx.md
index bbb5089d884a33..baa1eb038fbae4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_da_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-da](https://huggingface.co/Helsinki-NLP/opus-mt-eo-da)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_de_xx.md
index 0e2d413da8d51c..b4cbe369db84b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-de](https://huggingface.co/Helsinki-NLP/opus-mt-eo-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_el_xx.md
index 3622af9f64c88e..db7d2b1a8e4166 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-el](https://huggingface.co/Helsinki-NLP/opus-mt-eo-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_en_xx.md
index 16429bcac033df..03ba02fa9dacc4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-en](https://huggingface.co/Helsinki-NLP/opus-mt-eo-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_es_xx.md
index 7d1cf834b173c2..253dd5d1561903 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-es](https://huggingface.co/Helsinki-NLP/opus-mt-eo-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fi_xx.md
index cca95da38b9a38..1da5310dd309a6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-fi](https://huggingface.co/Helsinki-NLP/opus-mt-eo-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fr_xx.md
index 1c291dd92a75ea..8d10d70325375d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-fr](https://huggingface.co/Helsinki-NLP/opus-mt-eo-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_he_xx.md
index 2bef9dc9a81348..b467b77ba4b090 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-he](https://huggingface.co/Helsinki-NLP/opus-mt-eo-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_hu_xx.md
index a4d36d375822bf..c83b1b78b449bf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-hu](https://huggingface.co/Helsinki-NLP/opus-mt-eo-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_it_xx.md
index c632c36225ecbb..baa8a8e9b4de13 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-it](https://huggingface.co/Helsinki-NLP/opus-mt-eo-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_nl_xx.md
index 7ebb860518cf2e..f71d610b4e5c34 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-nl](https://huggingface.co/Helsinki-NLP/opus-mt-eo-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pl_xx.md
index 15c51950a1530e..db1ea1e155327e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-pl](https://huggingface.co/Helsinki-NLP/opus-mt-eo-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pt_xx.md
index 311b8119fa19e8..c7c1d34bf6cc7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_pt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-pt](https://huggingface.co/Helsinki-NLP/opus-mt-eo-pt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ro_xx.md
index 7ec2dc79423f15..15c096ba6da457 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ro_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-ro](https://huggingface.co/Helsinki-NLP/opus-mt-eo-ro)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ru_xx.md
index f4e4a95fc5bdc9..0e27b74ca851d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-ru](https://huggingface.co/Helsinki-NLP/opus-mt-eo-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sh_xx.md
index 98ac2531a08412..55a19238bfa2d1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-sh](https://huggingface.co/Helsinki-NLP/opus-mt-eo-sh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sv_xx.md
index a2e3fc70d70046..ab3c111f4228d7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eo_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eo-sv](https://huggingface.co/Helsinki-NLP/opus-mt-eo-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_aed_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_aed_xx.md
index aec64a4883ef8b..fb6335962db19e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_aed_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_aed_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-aed](https://huggingface.co/Helsinki-NLP/opus-mt-es-aed)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_af_xx.md
index fb9fe987ff0646..1a90bca1cc9f1e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-af](https://huggingface.co/Helsinki-NLP/opus-mt-es-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ar_xx.md
index 95ee1fce6bb0b4..ede03c9bc41ece 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ar](https://huggingface.co/Helsinki-NLP/opus-mt-es-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ase_xx.md
index 75dd50c4f1b724..9bf57c949b03fb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ase_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ase](https://huggingface.co/Helsinki-NLP/opus-mt-es-ase)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bcl_xx.md
index b7058f003cf7c3..3c348def5f641c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bcl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-es-bcl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ber_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ber_xx.md
index 96b577aab2f757..eefa439f688d59 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ber_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ber](https://huggingface.co/Helsinki-NLP/opus-mt-es-ber)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bg_xx.md
index 4f1e9f99cacaab..7e679750fb27c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bg](https://huggingface.co/Helsinki-NLP/opus-mt-es-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bi_xx.md
index a6371b6964b92d..b757dfbd881299 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bi](https://huggingface.co/Helsinki-NLP/opus-mt-es-bi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bzs_xx.md
index 57c98f0ce6881c..4999e053a4af95 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_bzs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-es-bzs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ca_xx.md
index 117080ce4591a6..4f9edd7283d33d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ca](https://huggingface.co/Helsinki-NLP/opus-mt-es-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ceb_xx.md
index 3b0dba2b8df142..5bbfbbc0ecec95 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ceb_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-es-ceb)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_crs_xx.md
index b1bbc48066cdc7..a68b47ba19c8a1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_crs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-crs](https://huggingface.co/Helsinki-NLP/opus-mt-es-crs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_cs_xx.md
index 8a5e22ebc38115..ed77d372c05b32 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_cs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-cs](https://huggingface.co/Helsinki-NLP/opus-mt-es-cs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csg_xx.md
index 5f73b96de368bf..0ba04fe10c48ec 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-csg](https://huggingface.co/Helsinki-NLP/opus-mt-es-csg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csn_xx.md
index cbc2dd1b711161..73f5f7b23e2602 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_csn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-csn](https://huggingface.co/Helsinki-NLP/opus-mt-es-csn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_da_xx.md
index e0a1dbb970b528..a07f1933ebd3bb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_da_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-da](https://huggingface.co/Helsinki-NLP/opus-mt-es-da)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_de_xx.md
index c0ed9e3ab807a7..f4653829cad5f4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-de](https://huggingface.co/Helsinki-NLP/opus-mt-es-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ee_xx.md
index d5dec8f773b792..bf02be806feede 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ee_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ee](https://huggingface.co/Helsinki-NLP/opus-mt-es-ee)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_efi_xx.md
index f7ea0098822179..0393a14be58ece 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_efi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-efi](https://huggingface.co/Helsinki-NLP/opus-mt-es-efi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_el_xx.md
index 284896fe428498..4f836b681871e2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-el](https://huggingface.co/Helsinki-NLP/opus-mt-es-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_en_xx.md
index 8c542799c25f38..dd6df01df08e96 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eo_xx.md
index dd243c6e83d840..025d9166cf425e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-eo](https://huggingface.co/Helsinki-NLP/opus-mt-es-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_es_xx.md
index a2bf9e31a20433..106e5a1768adcb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-es](https://huggingface.co/Helsinki-NLP/opus-mt-es-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_et_xx.md
index 2dcd6f197de5ec..f15d5eea69408a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_et_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-et](https://huggingface.co/Helsinki-NLP/opus-mt-es-et)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eu_xx.md
index 93479766df7ce4..bbae8768dc516e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_eu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-eu](https://huggingface.co/Helsinki-NLP/opus-mt-es-eu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fi_xx.md
index 074c531bef25da..40ea7c0741df03 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-fi](https://huggingface.co/Helsinki-NLP/opus-mt-es-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fj_xx.md
index c619e815cb5563..4a387d1d73f486 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-fj](https://huggingface.co/Helsinki-NLP/opus-mt-es-fj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fr_xx.md
index 3699a3a3ac90ab..bfc163acd9030d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-fr](https://huggingface.co/Helsinki-NLP/opus-mt-es-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gaa_xx.md
index 9871bca2388225..daececd382dac3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gaa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-es-gaa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gil_xx.md
index 2bd56e4ead17a8..249ac1715f73a6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-gil](https://huggingface.co/Helsinki-NLP/opus-mt-es-gil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gl_xx.md
index 03dcb96492ed93..28b379bc7c945e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_gl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-gl](https://huggingface.co/Helsinki-NLP/opus-mt-es-gl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_guw_xx.md
index abf416ce12e092..4b3118c14c06ec 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_guw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-guw](https://huggingface.co/Helsinki-NLP/opus-mt-es-guw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ha_xx.md
index 0cb8f0d2dbd829..b96e7d45662148 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ha_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ha](https://huggingface.co/Helsinki-NLP/opus-mt-es-ha)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_he_xx.md
index dce79864fd1735..06d57fc48e7575 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-he](https://huggingface.co/Helsinki-NLP/opus-mt-es-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hil_xx.md
index f247324a96ae23..32c2ae43672b13 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-hil](https://huggingface.co/Helsinki-NLP/opus-mt-es-hil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ho_xx.md
index 97c6d86ce05a7e..b82ef98b825f7c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ho_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ho](https://huggingface.co/Helsinki-NLP/opus-mt-es-ho)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hr_xx.md
index accdeb5153acdb..46795a09d8785c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_hr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-hr](https://huggingface.co/Helsinki-NLP/opus-mt-es-hr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ht_xx.md
index 94d7e686293aca..1e3d2f5e176cdc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ht_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ht](https://huggingface.co/Helsinki-NLP/opus-mt-es-ht)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_id_xx.md
index ee6c9572d6ceec..aa470130c38c8a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_id_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-id](https://huggingface.co/Helsinki-NLP/opus-mt-es-id)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ig_xx.md
index 37917bbe928a99..a7cbdb093e138b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ig_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ig](https://huggingface.co/Helsinki-NLP/opus-mt-es-ig)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ilo_xx.md
index f6fb059f7da004..3c6c3b202136a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ilo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-es-ilo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_is_xx.md
index 86e2a4f195dc7c..4e91ef7d67ab76 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_is_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-is](https://huggingface.co/Helsinki-NLP/opus-mt-es-is)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_iso_xx.md
index e1896b2322120a..c92c97c99521d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_iso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-iso](https://huggingface.co/Helsinki-NLP/opus-mt-es-iso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_it_xx.md
index cd08cb0d4026d0..b3320f71cd2257 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-it](https://huggingface.co/Helsinki-NLP/opus-mt-es-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_kg_xx.md
index fc5465cf73a9e4..4ad36d6c1e92cd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_kg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-kg](https://huggingface.co/Helsinki-NLP/opus-mt-es-kg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ln_xx.md
index 150cf50fbccc83..bf59a29dd98d0a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ln_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ln](https://huggingface.co/Helsinki-NLP/opus-mt-es-ln)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_loz_xx.md
index 9e232fab6aa724..d04d352f4b98dd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_loz_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-loz](https://huggingface.co/Helsinki-NLP/opus-mt-es-loz)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lt_xx.md
index 45ac4fcf8bc73b..3077521b3a412d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-lt](https://huggingface.co/Helsinki-NLP/opus-mt-es-lt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lua_xx.md
index 60de0b2d41759d..ae4adf9520d3bb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lua_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-lua](https://huggingface.co/Helsinki-NLP/opus-mt-es-lua)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lus_xx.md
index d292b75748b5d2..4e1d1fb5ec7220 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_lus_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-lus](https://huggingface.co/Helsinki-NLP/opus-mt-es-lus)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mfs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mfs_xx.md
index 6e4b16740c472d..7a4b64784aebe5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mfs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mfs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-mfs](https://huggingface.co/Helsinki-NLP/opus-mt-es-mfs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mk_xx.md
index d0b9c5aeb7777e..c8e7973044d8cc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-mk](https://huggingface.co/Helsinki-NLP/opus-mt-es-mk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mt_xx.md
index 59e98866e59048..340d9cbf06d880 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_mt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-mt](https://huggingface.co/Helsinki-NLP/opus-mt-es-mt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_niu_xx.md
index d07a2964f721d1..9bb6c17de94da6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_niu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-niu](https://huggingface.co/Helsinki-NLP/opus-mt-es-niu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nl_xx.md
index d3158cfbb90dea..9857e22fab4917 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-nl](https://huggingface.co/Helsinki-NLP/opus-mt-es-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_no_xx.md
index e6a6b9f5c6530f..9429dff7fdec90 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-no](https://huggingface.co/Helsinki-NLP/opus-mt-es-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nso_xx.md
index dd08deea4ad47c..c9bcd4f44af35e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_nso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-nso](https://huggingface.co/Helsinki-NLP/opus-mt-es-nso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ny_xx.md
index 05b4811fe645f3..511280a493cb3e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ny_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ny](https://huggingface.co/Helsinki-NLP/opus-mt-es-ny)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pag_xx.md
index ae8b9b23853e1e..481f13287e44ff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pag_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pag](https://huggingface.co/Helsinki-NLP/opus-mt-es-pag)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pap_xx.md
index 27454c6c913c55..b260579881232b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pap](https://huggingface.co/Helsinki-NLP/opus-mt-es-pap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pis_xx.md
index b166147812dcab..f01cc95246764b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pis_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pis](https://huggingface.co/Helsinki-NLP/opus-mt-es-pis)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pl_xx.md
index 80075de4f96cd9..b0f31bbdc692e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pl](https://huggingface.co/Helsinki-NLP/opus-mt-es-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pon_xx.md
index 11ca2305fc5034..847db14bd85235 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_pon_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-pon](https://huggingface.co/Helsinki-NLP/opus-mt-es-pon)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_prl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_prl_xx.md
index 4b957e67d90009..dca9df9adc917c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_prl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_prl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-prl](https://huggingface.co/Helsinki-NLP/opus-mt-es-prl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rn_xx.md
index 4864a556ad2721..8f4917e2b2d347 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-rn](https://huggingface.co/Helsinki-NLP/opus-mt-es-rn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ro_xx.md
index a043366b5327f6..29e38530b80a64 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ro_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ro](https://huggingface.co/Helsinki-NLP/opus-mt-es-ro)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ru_xx.md
index bd7e9eb1c9cb7c..c1280c2283b3db 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ru](https://huggingface.co/Helsinki-NLP/opus-mt-es-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rw_xx.md
index 966e22602189ff..6926aa36f172a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_rw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-rw](https://huggingface.co/Helsinki-NLP/opus-mt-es-rw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sg_xx.md
index ebdf7a35f26538..8a8da2ec7e4e71 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sg](https://huggingface.co/Helsinki-NLP/opus-mt-es-sg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sl_xx.md
index b8fa635394539c..b8b618f8060eff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sl](https://huggingface.co/Helsinki-NLP/opus-mt-es-sl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sm_xx.md
index f325037e1bb4df..c13a582ca95fba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sm_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sm](https://huggingface.co/Helsinki-NLP/opus-mt-es-sm)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sn_xx.md
index ba8b01b0c54e33..3cb54cfe14f709 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_sn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-sn](https://huggingface.co/Helsinki-NLP/opus-mt-es-sn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_srn_xx.md
index 493372c8a2fd90..11c87b0569da95 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_srn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-srn](https://huggingface.co/Helsinki-NLP/opus-mt-es-srn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_st_xx.md
index 7153977bc7db9d..46886ce0b7d7de 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_st_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-st](https://huggingface.co/Helsinki-NLP/opus-mt-es-st)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_swc_xx.md
index 991cc768a449fb..127bacdcba1696 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_swc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-swc](https://huggingface.co/Helsinki-NLP/opus-mt-es-swc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tl_xx.md
index a17c14215280f9..d0a256c2774381 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tl](https://huggingface.co/Helsinki-NLP/opus-mt-es-tl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tll_xx.md
index 6dc71f1016a55d..670940bf41bba1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tll_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tll](https://huggingface.co/Helsinki-NLP/opus-mt-es-tll)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tn_xx.md
index 34bc5c0b96c396..b8658c70c42405 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tn](https://huggingface.co/Helsinki-NLP/opus-mt-es-tn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_to_xx.md
index adc784291c4ea0..83237744ee935c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_to_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-to](https://huggingface.co/Helsinki-NLP/opus-mt-es-to)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tpi_xx.md
index 482b0da92447a1..b6e49e86c5d71b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tpi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-es-tpi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tvl_xx.md
index ddf2e0a0b46148..d446c4853d72ce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tvl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-es-tvl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tw_xx.md
index 8956966a0ec61a..239c556453b1f6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tw](https://huggingface.co/Helsinki-NLP/opus-mt-es-tw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ty_xx.md
index 5ba5e07b2d3af3..f0cbdaf852bd6f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ty_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ty](https://huggingface.co/Helsinki-NLP/opus-mt-es-ty)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tzo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tzo_xx.md
index cd9374782ec4eb..21957dc7824300 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tzo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_tzo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-tzo](https://huggingface.co/Helsinki-NLP/opus-mt-es-tzo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_uk_xx.md
index 6f0cc0560054c5..5d8e1a088dbd2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-uk](https://huggingface.co/Helsinki-NLP/opus-mt-es-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ve_xx.md
index eec7c268029e88..a6383f74369006 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_ve_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-ve](https://huggingface.co/Helsinki-NLP/opus-mt-es-ve)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_vi_xx.md
index 4aed2711a5eb25..dd0618b069042e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-vi](https://huggingface.co/Helsinki-NLP/opus-mt-es-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_war_xx.md
index 93f46f9b0325b7..79dce42ae9fcaa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_war_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-war](https://huggingface.co/Helsinki-NLP/opus-mt-es-war)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_wls_xx.md
index db2903dcf4df03..26fe53f45561c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_wls_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-wls](https://huggingface.co/Helsinki-NLP/opus-mt-es-wls)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_xh_xx.md
index ddf36ae678a7e8..591ba7a2912f54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_xh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-xh](https://huggingface.co/Helsinki-NLP/opus-mt-es-xh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yo_xx.md
index 46000565de3360..81b234735f7cce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-yo](https://huggingface.co/Helsinki-NLP/opus-mt-es-yo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yua_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yua_xx.md
index b371eae1e72689..e6bca6b3592f15 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_yua_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-yua](https://huggingface.co/Helsinki-NLP/opus-mt-es-yua)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zai_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zai_xx.md
index 51eeeed4858cd1..0b50b740db5c2d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zai_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zai_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-zai](https://huggingface.co/Helsinki-NLP/opus-mt-es-zai)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zh_xx.md
index 673c9a54ab43da..c7e6f984cd5115 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_es_zh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-es-zh](https://huggingface.co/Helsinki-NLP/opus-mt-es-zh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_de_xx.md
index a42807ff92bb83..9c2e37af2bfb63 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-de](https://huggingface.co/Helsinki-NLP/opus-mt-et-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_en_xx.md
index c6d4fbb35bd378..49245ae9d2ac4e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-en](https://huggingface.co/Helsinki-NLP/opus-mt-et-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_es_xx.md
index bdcad58c814725..1acf0f5ebe1790 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-es](https://huggingface.co/Helsinki-NLP/opus-mt-et-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fi_xx.md
index bb8ed3411a344f..6073ff939e83a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-fi](https://huggingface.co/Helsinki-NLP/opus-mt-et-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fr_xx.md
index 17d843315c9fe6..70525e1871a7eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-fr](https://huggingface.co/Helsinki-NLP/opus-mt-et-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_ru_xx.md
index 7b7e5bb1fd3cb0..6e038dcca0c35c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-ru](https://huggingface.co/Helsinki-NLP/opus-mt-et-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_sv_xx.md
index 953b1aaa9ae572..054b6c7a6d94c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_et_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_et_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-et-sv](https://huggingface.co/Helsinki-NLP/opus-mt-et-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_de_xx.md
index 83eac3b0cd3038..5336dee79f158b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-de](https://huggingface.co/Helsinki-NLP/opus-mt-eu-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_en_xx.md
index 10c7b0ecaad43c..72d45b0259a02a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-en](https://huggingface.co/Helsinki-NLP/opus-mt-eu-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_es_xx.md
index f321f4c9f9fabe..57517b71aa72c7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-es](https://huggingface.co/Helsinki-NLP/opus-mt-eu-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_ru_xx.md
index 2c2587020fd02f..df13484c4c0ebe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_eu_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-eu-ru](https://huggingface.co/Helsinki-NLP/opus-mt-eu-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_euq_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_euq_en_xx.md
index 6a3e96764affd0..0633e9e6f677e4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_euq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_euq_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-euq-en](https://huggingface.co/Helsinki-NLP/opus-mt-euq-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_af_xx.md
index fc9a0ab3795f75..8a00920914fd5e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-af](https://huggingface.co/Helsinki-NLP/opus-mt-fi-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bcl_xx.md
index 6ad5834e397144..f00532fbc666a9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bcl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bcl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bem_xx.md
index 509604e7e03d76..bb08312fc8b06b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bem](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bg_xx.md
index 677c71c132c427..2d4c6da495456d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bzs_xx.md
index 4fdcdc9aa94898..37f5604e100a61 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_bzs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-fi-bzs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ceb_xx.md
index a5fd692b7c0a53..d5efa51eeee67b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ceb_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ceb)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_crs_xx.md
index 6f61bfa53edaf0..e5e7f1891579ac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_crs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-crs](https://huggingface.co/Helsinki-NLP/opus-mt-fi-crs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_cs_xx.md
index 7dbfd868c3bf55..ae3787a55ad19b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_cs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-cs](https://huggingface.co/Helsinki-NLP/opus-mt-fi-cs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_de_xx.md
index 6b980ee06917c8..ed309f4a28a61d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-de](https://huggingface.co/Helsinki-NLP/opus-mt-fi-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ee_xx.md
index 4a4daf7790eec0..ad203719f85096 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ee_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ee](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ee)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_efi_xx.md
index 24f555f4394152..31166f0163592f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_efi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-efi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-efi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_el_xx.md
index 1832d034628c8a..0d83aa67b7217d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-el](https://huggingface.co/Helsinki-NLP/opus-mt-fi-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_en_xx.md
index 99e7031866626a..0eac4c1b8b7ede 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-en](https://huggingface.co/Helsinki-NLP/opus-mt-fi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_eo_xx.md
index 27bf054fa3e4d6..35f12b5658aa90 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-eo](https://huggingface.co/Helsinki-NLP/opus-mt-fi-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_es_xx.md
index 19d9faf0324c77..10d792a28e89e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-es](https://huggingface.co/Helsinki-NLP/opus-mt-fi-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_et_xx.md
index ab158fc2296b8b..c5f95bf4b35072 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_et_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-et](https://huggingface.co/Helsinki-NLP/opus-mt-fi-et)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fi_xx.md
index f3dac7b0cf171e..87d799b549cefc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fj_xx.md
index fbb19e28a259f0..2141bafa256479 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fj](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fr_xx.md
index c1c0ef15acece0..1f975cea098cbf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fse_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fse_xx.md
index a5215b78f7c670..6a7c5ad31d8123 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fse_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_fse_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-fse](https://huggingface.co/Helsinki-NLP/opus-mt-fi-fse)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gaa_xx.md
index 0a01e7a9bc74b3..3195720ec88a18 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gaa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-fi-gaa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gil_xx.md
index 50c233503900d8..2dbfc3484c4e12 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_gil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-gil](https://huggingface.co/Helsinki-NLP/opus-mt-fi-gil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_guw_xx.md
index 866dd0f1edfe52..57f92f8be5d538 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_guw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-guw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-guw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ha_xx.md
index 92530646d75d08..fa03fad9842a07 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ha_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ha](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ha)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_he_xx.md
index 84e5ac2439e92b..33a421b4ee81e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-he](https://huggingface.co/Helsinki-NLP/opus-mt-fi-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hil_xx.md
index 12f36d090ab2ff..0d174890763da4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-hil](https://huggingface.co/Helsinki-NLP/opus-mt-fi-hil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ho_xx.md
index 5c7eeda3e35c87..fbcf0d70802da5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ho_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ho](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ho)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hr_xx.md
index 4c84f10a573135..c5b36e56f1e415 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-hr](https://huggingface.co/Helsinki-NLP/opus-mt-fi-hr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ht_xx.md
index 304a39bfe08549..138581173b1075 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ht_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ht](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ht)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hu_xx.md
index dbd77d3e675c22..83b76124077897 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-hu](https://huggingface.co/Helsinki-NLP/opus-mt-fi-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_id_xx.md
index a6c15b8dd1b2fe..f4bb009be44dfe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_id_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-id](https://huggingface.co/Helsinki-NLP/opus-mt-fi-id)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ig_xx.md
index 02dc8be45c1418..8f391e7100ec7a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ig_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ig](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ig)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ilo_xx.md
index 2e9e0d0eb5912d..95edbefd318353 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ilo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ilo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_is_xx.md
index 67848fe2b0de7f..a5718249c06950 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_is_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-is](https://huggingface.co/Helsinki-NLP/opus-mt-fi-is)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_iso_xx.md
index 089766915965b0..6f5e96ef020b62 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_iso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-iso](https://huggingface.co/Helsinki-NLP/opus-mt-fi-iso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_it_xx.md
index 3010fadbac68c2..f2a1381932cb1b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-it](https://huggingface.co/Helsinki-NLP/opus-mt-fi-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kg_xx.md
index c08411786ff5f7..87310fb0903d53 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-kg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-kg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kqn_xx.md
index 7bcb0728ba6e51..14a77113f3eac2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_kqn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-kqn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lg_xx.md
index a6c278d8a2bdfa..b84154dfc07929 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ln_xx.md
index 1a7d4b202052e6..8b25d5f1da2ae8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ln_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ln](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ln)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lu_xx.md
index 6c2e84b21a6fd8..daf38c4dd8970d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lu](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lua_xx.md
index 763c040abc9922..974de5202b3176 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lua_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lua](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lua)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lue_xx.md
index b5446786a3729d..024cd7edff465a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lue_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lue](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lue)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lus_xx.md
index aad5b2764ce792..1383d4460a546e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lus_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lus](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lus)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lv_xx.md
index 21f528686a7437..26a11cc326d17f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_lv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-lv](https://huggingface.co/Helsinki-NLP/opus-mt-fi-lv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mfe_xx.md
index f360bbb17ebef5..5af112159d8a4a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mfe_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mfe)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mg_xx.md
index 7dc1f9e6add016..aade9bf0916820 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mh_xx.md
index d27c0cd1607a9e..967e3abe596264 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mh](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mk_xx.md
index 5b205a0d93f888..7234a9883e2755 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mk](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mos_xx.md
index 5e8219a9c6091b..4df13a5642f503 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mos_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mos](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mos)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mt_xx.md
index 7ec6b68514180a..62518ea0cdd713 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_mt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-mt](https://huggingface.co/Helsinki-NLP/opus-mt-fi-mt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_niu_xx.md
index a3d052f067817f..06690ad9f8bab9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_niu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-niu](https://huggingface.co/Helsinki-NLP/opus-mt-fi-niu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nl_xx.md
index b7620de15643cf..a28790e7ee5467 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-nl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_no_xx.md
index 5d484c6abe0d6b..b17a3a80ef513b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-no](https://huggingface.co/Helsinki-NLP/opus-mt-fi-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nso_xx.md
index 5e2fc4cd2f2394..915b9efa07f408 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_nso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-nso](https://huggingface.co/Helsinki-NLP/opus-mt-fi-nso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ny_xx.md
index 26a5ed87499b7f..abbb4d4c9a01cf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ny_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ny](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ny)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pag_xx.md
index c47aac5c6fe955..857bc4917fa79f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pag_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pag](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pag)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pap_xx.md
index 231a2358e72226..e85023b374c1fb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pap](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pis_xx.md
index b4cb16ff816996..7ebbe45dceee95 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pis_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pis](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pis)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pon_xx.md
index 8770ff2f3d64d3..de92724eb5a0d5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_pon_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-pon](https://huggingface.co/Helsinki-NLP/opus-mt-fi-pon)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ro_xx.md
index 99aa553af8576d..d5165e3bee1f4f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ro_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ro](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ro)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ru_xx.md
index 7c29290e75562d..4ab36347c6e1c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ru](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_run_xx.md
index 4465e4ca03b887..08472263a0bc5f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_run_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-run](https://huggingface.co/Helsinki-NLP/opus-mt-fi-run)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_rw_xx.md
index 5ba248ef4a2c01..ed6f0f6e8a88bf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_rw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-rw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-rw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sg_xx.md
index 31ff9c0899cd90..e3221d905a41b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sg](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sk_xx.md
index 05248850eb29e2..77194efef36973 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sk](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sl_xx.md
index b47330154e2983..c0968d24b995d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sm_xx.md
index 36d1e046de8626..680bc548db37a2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sm_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sm](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sm)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sn_xx.md
index 280a4878d5ac4a..f5e98ac2e5d19b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sq_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sq_xx.md
index 6259034d5aa6ea..542489929514a6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sq_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sq](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sq)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_srn_xx.md
index 4bc116915784a7..40a0ccd583b2ca 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_srn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-srn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-srn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_st_xx.md
index e8cb85a1a6b20f..6528d18d53aab7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_st_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-st](https://huggingface.co/Helsinki-NLP/opus-mt-fi-st)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sv_xx.md
index b42f8bf75900fe..d7d6f06a59b1b8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sw_xx.md
index cc87505ff52d1d..f88b3ec0f40f1c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_sw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-sw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-sw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_swc_xx.md
index f9405768d8b231..49bbb475eb528d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_swc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-swc](https://huggingface.co/Helsinki-NLP/opus-mt-fi-swc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tiv_xx.md
index e15f82f44968bf..5133e265b3d4ea 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tiv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tiv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tll_xx.md
index 0db7d465e03f4e..43c67b770d3db3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tll_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tll](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tll)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tn_xx.md
index 25ad75c1532a73..ccfb50a2a84458 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tn](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_to_xx.md
index 51ae9daeee59f7..29237c533ce243 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_to_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-to](https://huggingface.co/Helsinki-NLP/opus-mt-fi-to)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_toi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_toi_xx.md
index 27fc88b611d6b7..a8603015684ff4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_toi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-toi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-toi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tpi_xx.md
index 0f988dcff40fdd..f6c6a82595f184 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tpi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tpi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tr_xx.md
index 93a26299ba3977..58888a2c078127 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tr](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ts_xx.md
index cf741b38409b3e..3e2ce0dfb3cc17 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ts_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ts](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ts)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tvl_xx.md
index 96f9a360fcb857..ab437052bc7b63 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tvl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tvl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tw_xx.md
index c4902541188957..04a0a1f9eb6996 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_tw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-tw](https://huggingface.co/Helsinki-NLP/opus-mt-fi-tw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ty_xx.md
index f9bcff6cfeebcb..7842feeb9e7d19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ty_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ty](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ty)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_uk_xx.md
index ce26ac31d5052b..514e945b9d330e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-uk](https://huggingface.co/Helsinki-NLP/opus-mt-fi-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ve_xx.md
index d31675054725f2..3f5c7af8a1e19b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_ve_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-ve](https://huggingface.co/Helsinki-NLP/opus-mt-fi-ve)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_war_xx.md
index d4b1066744f78e..d02af673f39ec3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_war_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-war](https://huggingface.co/Helsinki-NLP/opus-mt-fi-war)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_wls_xx.md
index 6ba54f0bb058af..3396511cd9b461 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_wls_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-wls](https://huggingface.co/Helsinki-NLP/opus-mt-fi-wls)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_xh_xx.md
index 371313fcaa1597..b03f2e17801c23 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_xh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-xh](https://huggingface.co/Helsinki-NLP/opus-mt-fi-xh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yap_xx.md
index ad374083ddd472..f6ef229556b93f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-yap](https://huggingface.co/Helsinki-NLP/opus-mt-fi-yap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yo_xx.md
index e3ada234a0e331..aa698d69b00985 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_yo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-yo](https://huggingface.co/Helsinki-NLP/opus-mt-fi-yo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_zne_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_zne_xx.md
index f7d1b11490bf8c..477cc149e701d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_zne_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fi_zne_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fi-zne](https://huggingface.co/Helsinki-NLP/opus-mt-fi-zne)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_en_xx.md
index 81ef1449cb2888..66a1dafe730311 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en](https://huggingface.co/Helsinki-NLP/opus-mt-fiu-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_fiu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_fiu_xx.md
index d9d80b37f3f2e9..8c9e73d7c6f7e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_fiu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fiu_fiu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fiu-fiu](https://huggingface.co/Helsinki-NLP/opus-mt-fiu-fiu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_en_xx.md
index e37fdb5c85dcda..ece3bcdc3907c8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fj-en](https://huggingface.co/Helsinki-NLP/opus-mt-fj-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_fr_xx.md
index f7051ac8315550..094ef5ee84d044 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fj_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fj-fr](https://huggingface.co/Helsinki-NLP/opus-mt-fj-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_af_xx.md
index f3c62678be5f85..4e88b8304f021f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-af](https://huggingface.co/Helsinki-NLP/opus-mt-fr-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ar_xx.md
index a9f90f5a21b5a8..a6cdbf8ac41e75 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ar](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ase_xx.md
index 2cd84114eeb7ad..0a4e761f874145 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ase_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ase](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ase)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bcl_xx.md
index bec8d136c3a0b1..edf846a3553d40 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bcl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bcl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bem_xx.md
index 40e8b958ef8047..87b5f7d6f70bc5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bem](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ber_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ber_xx.md
index 4246c173544f57..7d50699060aabb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ber_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ber_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ber](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ber)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bg_xx.md
index 7183265e7bd701..e5b99de003e4ae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bi_xx.md
index b12255d7d14bfb..c8a4fbb18c18b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bzs_xx.md
index 6782db4c50126e..d0241d4b731d62 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_bzs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-fr-bzs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ca_xx.md
index e0bd9fac3124ea..d54ef6b941ff3e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ca](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ceb_xx.md
index cc4aa353833431..e268a1f9d712e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ceb_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ceb)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_crs_xx.md
index ea3254d4aaf6fc..7f3985c02c0332 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_crs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-crs](https://huggingface.co/Helsinki-NLP/opus-mt-fr-crs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_de_xx.md
index 47dea18a2b35eb..1dd7e9a7dea3b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-de](https://huggingface.co/Helsinki-NLP/opus-mt-fr-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ee_xx.md
index f3b700bf733c2d..83bdd0019162fc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ee_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ee](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ee)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_efi_xx.md
index 9ae102a65ea0de..8ddef202930d2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_efi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-efi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-efi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_el_xx.md
index 92425a457139b9..a38e0bd6dbb947 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-el](https://huggingface.co/Helsinki-NLP/opus-mt-fr-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_en_xx.md
index 7a99492b476e75..d74237c2623675 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_eo_xx.md
index c8e1978f202698..6651f6d944c946 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-eo](https://huggingface.co/Helsinki-NLP/opus-mt-fr-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_es_xx.md
index 786ab1cc555b8c..846c52ba50b8c8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-es](https://huggingface.co/Helsinki-NLP/opus-mt-fr-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_fj_xx.md
index 46cdb8f7a64ac8..54703745ad69bc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_fj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-fj](https://huggingface.co/Helsinki-NLP/opus-mt-fr-fj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gaa_xx.md
index c95247575ffddc..4a3c29a8d56615 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gaa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-fr-gaa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gil_xx.md
index 04d942658860b2..d6e4a05ac6e5a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_gil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-gil](https://huggingface.co/Helsinki-NLP/opus-mt-fr-gil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_guw_xx.md
index ef39efd15beb97..9b5618733b7e18 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_guw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-guw](https://huggingface.co/Helsinki-NLP/opus-mt-fr-guw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ha_xx.md
index 94296a4662f933..f846223894891b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ha_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ha](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ha)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_he_xx.md
index 22110bd1414257..bfca7a7faf13b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-he](https://huggingface.co/Helsinki-NLP/opus-mt-fr-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hil_xx.md
index 37f9dca4cf8feb..d51aceee575e10 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-hil](https://huggingface.co/Helsinki-NLP/opus-mt-fr-hil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ho_xx.md
index e40d3bf59e9a1e..d1aff876ab736d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ho_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ho](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ho)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hr_xx.md
index 50e102d19c50eb..df78560cfdfc16 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-hr](https://huggingface.co/Helsinki-NLP/opus-mt-fr-hr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ht_xx.md
index 274660014add2b..32966f65c7a133 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ht_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ht](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ht)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hu_xx.md
index d3c8da3df51b21..074cac2228eeaf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-hu](https://huggingface.co/Helsinki-NLP/opus-mt-fr-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_id_xx.md
index e7461635cc92bb..829159890d0d52 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_id_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-id](https://huggingface.co/Helsinki-NLP/opus-mt-fr-id)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ig_xx.md
index 356ad59cde6790..ef7bf47dd23c0f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ig_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ig](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ig)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ilo_xx.md
index 5e755205ca85c1..dfca2c76db62de 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ilo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ilo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_iso_xx.md
index 7f2b15c974385f..f6e06d32a38ef7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_iso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-iso](https://huggingface.co/Helsinki-NLP/opus-mt-fr-iso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kg_xx.md
index 6a0360801eba86..6bfd652a5e6235 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-kg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-kg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kqn_xx.md
index 6ce5cdfdc10f4d..9577f27bfee9e4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kqn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-kqn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kwy_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kwy_xx.md
index 8d71541a2f92ec..65a658d649d83e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_kwy_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-fr-kwy)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lg_xx.md
index 5c88a3c780f7aa..1ff8e1f5fc9e3f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ln_xx.md
index f371b27fc155c7..e8226f166fe494 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ln_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ln](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ln)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_loz_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_loz_xx.md
index f536525a24f8e3..1604a81b25da07 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_loz_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_loz_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-loz](https://huggingface.co/Helsinki-NLP/opus-mt-fr-loz)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lu_xx.md
index a5784128dad640..2e9d0bbe0294f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lu](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lua_xx.md
index 5de1b37fcde2b6..23a22715dd44d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lua_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lua](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lua)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lue_xx.md
index a365e9b1d48422..d036523b390277 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lue_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lue](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lue)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lus_xx.md
index c0c7c3bea0066a..12b0b0ebac9f4c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_lus_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-lus](https://huggingface.co/Helsinki-NLP/opus-mt-fr-lus)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mfe_xx.md
index b7245b60310a78..3879dc52fa182e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mfe_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mfe)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mh_xx.md
index aca3c8c7c16306..98c8db160a989a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mh](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mos_xx.md
index f695b224b6f92c..43676997a7bcd4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mos_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mos](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mos)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ms_xx.md
index 8baac62ae60db9..ac98a3a52286be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ms_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ms](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ms)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mt_xx.md
index cdd8bc89726457..2061fef54b2197 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_mt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-mt](https://huggingface.co/Helsinki-NLP/opus-mt-fr-mt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_niu_xx.md
index 2e8ff570f5e8a4..91deb64c694c9e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_niu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-niu](https://huggingface.co/Helsinki-NLP/opus-mt-fr-niu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_no_xx.md
index 53426de551c510..3afa181cda5b85 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-no](https://huggingface.co/Helsinki-NLP/opus-mt-fr-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_nso_xx.md
index 080a9b07895bb8..85b32aafe9c478 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_nso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-nso](https://huggingface.co/Helsinki-NLP/opus-mt-fr-nso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ny_xx.md
index f4775d893683e7..6f4411f448f0f5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ny_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ny](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ny)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pag_xx.md
index 5b8240d40136bf..e9ef05db002394 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pag_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pag](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pag)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pap_xx.md
index 5f7e5fe51775ce..61be039130ea3c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pap](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pis_xx.md
index 39402d3f226a58..2bebdda7ac94e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pis_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pis](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pis)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pl_xx.md
index fc2dbde5319d4b..6fb4d9925a14fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pon_xx.md
index 4c50f611fbec39..8d3c1c1a7fd0ca 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_pon_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-pon](https://huggingface.co/Helsinki-NLP/opus-mt-fr-pon)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rnd_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rnd_xx.md
index d3144caf570a1f..f1a30c48d4ef34 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rnd_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-fr-rnd)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ro_xx.md
index 403c1211d5ab47..1a5e055f920413 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ro_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ro](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ro)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ru_xx.md
index 583eba91b29b33..640dd3102dfbf3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ru](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_run_xx.md
index 287c83db628b04..f387206f7594c2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_run_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-run](https://huggingface.co/Helsinki-NLP/opus-mt-fr-run)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rw_xx.md
index cfa4618a3b9388..b56b25056bf6ad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_rw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-rw](https://huggingface.co/Helsinki-NLP/opus-mt-fr-rw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sg_xx.md
index 5c7446f0dbd74e..0d9d33ff6d153e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sg](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sk_xx.md
index 0c067e93989df4..299520781fc8f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sk](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sl_xx.md
index 608b6099a76ac1..dadcee82f027c2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sm_xx.md
index b97bc590a105a3..2206a60c4eed9a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sm_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sm](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sm)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sn_xx.md
index a5c72c6fc3d55d..ded47b207e4a3d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_srn_xx.md
index 23522665dbe2e5..5ff894965f8d40 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_srn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-srn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-srn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_st_xx.md
index 1ec4cd624fd0ff..10ad7426966678 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_st_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-st](https://huggingface.co/Helsinki-NLP/opus-mt-fr-st)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sv_xx.md
index 2ab27e8f7fd51e..8ac00cb97f4e9d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-sv](https://huggingface.co/Helsinki-NLP/opus-mt-fr-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_swc_xx.md
index 3bf6a973e9c496..2dc74705d218c0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_swc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-swc](https://huggingface.co/Helsinki-NLP/opus-mt-fr-swc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tiv_xx.md
index b4fa6cd44937b0..620d05f6ad5e61 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tiv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tiv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tl_xx.md
index ef1e230d3f4378..a4c942e7b2f97c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tll_xx.md
index e80a1d531ed410..8149103df6bd99 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tll_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tll](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tll)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tn_xx.md
index c82581885d54e8..a3915e873bf3a1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tn](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_to_xx.md
index a2c30e6f3df9fb..6ebd765bf66858 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_to_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-to](https://huggingface.co/Helsinki-NLP/opus-mt-fr-to)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tpi_xx.md
index 160c0607b3c817..30603a08d5a8b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tpi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tpi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ts_xx.md
index aa1d4c8e0097a1..5c664b01497d26 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ts_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ts](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ts)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tum_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tum_xx.md
index 2ecbb614d4901f..3605ac11e57dba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tum_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tum_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tum](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tum)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tvl_xx.md
index 6f722de7d0083c..9636b8638d3598 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tvl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tvl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tw_xx.md
index be7d1a4bbdfb7f..1188cd31303b31 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_tw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-tw](https://huggingface.co/Helsinki-NLP/opus-mt-fr-tw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ty_xx.md
index 3a17685180d17b..5f6721ff91932d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ty_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ty](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ty)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_uk_xx.md
index 3398a35e6b29bd..9e47aa46944040 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-uk](https://huggingface.co/Helsinki-NLP/opus-mt-fr-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ve_xx.md
index 1aae8f17df775c..04de4f4b499609 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_ve_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-ve](https://huggingface.co/Helsinki-NLP/opus-mt-fr-ve)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_vi_xx.md
index 1a0d6636642e42..efe23106832a48 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-vi](https://huggingface.co/Helsinki-NLP/opus-mt-fr-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_war_xx.md
index af50b8a50b82fb..77c050a2f3a94e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_war_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-war](https://huggingface.co/Helsinki-NLP/opus-mt-fr-war)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_wls_xx.md
index 094b51f3a05865..d83ea686befea2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_wls_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-wls](https://huggingface.co/Helsinki-NLP/opus-mt-fr-wls)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_xh_xx.md
index cdc4f2e3e5f061..f448120c79a057 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_xh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-xh](https://huggingface.co/Helsinki-NLP/opus-mt-fr-xh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yap_xx.md
index de6098260c5591..728911d660785a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-yap](https://huggingface.co/Helsinki-NLP/opus-mt-fr-yap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yo_xx.md
index 0889312db941cc..9510ff356109c9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_yo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-yo](https://huggingface.co/Helsinki-NLP/opus-mt-fr-yo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_zne_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_zne_xx.md
index 083721d30d9f61..40afdc4fd64e2f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_zne_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fr_zne_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fr-zne](https://huggingface.co/Helsinki-NLP/opus-mt-fr-zne)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_fse_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_fse_fi_xx.md
index db1ce368f54ae8..2eaddc465cb202 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_fse_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_fse_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-fse-fi](https://huggingface.co/Helsinki-NLP/opus-mt-fse-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ga_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ga_en_xx.md
index aacad8a229e861..044081dc401598 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ga_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ga_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ga-en](https://huggingface.co/Helsinki-NLP/opus-mt-ga-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_de_xx.md
index 7c67d95fad5c76..97c98ac750ba29 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-de](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_en_xx.md
index 2ae4fcce347323..9bf2dcbd617fad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_es_xx.md
index 1e8d27a4381194..a7a0018a7ebe9c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-es](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fi_xx.md
index deb80cb8d91868..88eb9a475be255 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fi](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fr_xx.md
index 59a0d9a38b8663..0fb493745f3289 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fr](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_sv_xx.md
index 95e312f4ab841d..cb5f4a25b695d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gaa_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gaa-sv](https://huggingface.co/Helsinki-NLP/opus-mt-gaa-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_en_xx.md
index b936a871a10255..2b0cf62f5a9bc9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gem-en](https://huggingface.co/Helsinki-NLP/opus-mt-gem-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_gem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_gem_xx.md
index 787f077cee0302..d6ad5b1b3937d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_gem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gem_gem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gem-gem](https://huggingface.co/Helsinki-NLP/opus-mt-gem-gem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_en_xx.md
index 973e0f86ec9921..d263612e391d9d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-en](https://huggingface.co/Helsinki-NLP/opus-mt-gil-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_es_xx.md
index beaf1e6e1e2578..12f037d67c2c98 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-es](https://huggingface.co/Helsinki-NLP/opus-mt-gil-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fi_xx.md
index 6f6ff82237ac18..8f8dd8c3b463d2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-fi](https://huggingface.co/Helsinki-NLP/opus-mt-gil-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fr_xx.md
index e5b6dd1ccfea3d..06eb35718bdea0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-fr](https://huggingface.co/Helsinki-NLP/opus-mt-gil-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_sv_xx.md
index 0787d0a624a42c..86638efaa01a67 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gil_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gil-sv](https://huggingface.co/Helsinki-NLP/opus-mt-gil-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_en_xx.md
index 26e2cf3859555e..d2c0aa635ac955 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-en](https://huggingface.co/Helsinki-NLP/opus-mt-gl-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_es_xx.md
index 64963aba70fade..6355f508b10298 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-es](https://huggingface.co/Helsinki-NLP/opus-mt-gl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_pt_xx.md
index b38ebb60ab3d5b..1168548e892abb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gl_pt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gl-pt](https://huggingface.co/Helsinki-NLP/opus-mt-gl-pt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_en_xx.md
index 9bd745efeeef0e..1ea4f76a3d012b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmq-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_gmq_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_gmq_xx.md
index 6bef1123ab1216..ea3380b95246bf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_gmq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmq_gmq_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmq-gmq](https://huggingface.co/Helsinki-NLP/opus-mt-gmq-gmq)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_en_xx.md
index b0027c2b791c72..e31d347918e8a8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en](https://huggingface.co/Helsinki-NLP/opus-mt-gmw-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_gmw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_gmw_xx.md
index 18000d2d8d76a7..cf74109cbf34ad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_gmw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gmw_gmw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gmw-gmw](https://huggingface.co/Helsinki-NLP/opus-mt-gmw-gmw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_grk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_grk_en_xx.md
index 0bf6174d08b986..68b2b110e50f10 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_grk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_grk_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-grk-en](https://huggingface.co/Helsinki-NLP/opus-mt-grk-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_de_xx.md
index e304a6d4ecb802..53e43f71777d17 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-de](https://huggingface.co/Helsinki-NLP/opus-mt-guw-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_en_xx.md
index 176eecbd439799..1a10f732cebfea 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-en](https://huggingface.co/Helsinki-NLP/opus-mt-guw-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_es_xx.md
index a3985137571057..060b49bfed7d6f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-es](https://huggingface.co/Helsinki-NLP/opus-mt-guw-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fi_xx.md
index e3e99876317bdf..bc857e90e050ce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-fi](https://huggingface.co/Helsinki-NLP/opus-mt-guw-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fr_xx.md
index ce0d5206f4d579..34eaebf03d500f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-fr](https://huggingface.co/Helsinki-NLP/opus-mt-guw-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_sv_xx.md
index 445481d0224b85..cdc646c175a987 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_guw_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-guw-sv](https://huggingface.co/Helsinki-NLP/opus-mt-guw-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_gv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_gv_en_xx.md
index bb372eb14ff744..209ec6e65a72a2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_gv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_gv_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-gv-en](https://huggingface.co/Helsinki-NLP/opus-mt-gv-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_en_xx.md
index de845f8eb78fb0..3f987c714a3ea3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-en](https://huggingface.co/Helsinki-NLP/opus-mt-ha-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_es_xx.md
index 281f7e9734668d..fde26aca89a7e3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-es](https://huggingface.co/Helsinki-NLP/opus-mt-ha-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fi_xx.md
index 4250b2007aa5c1..60a0cb2b74ce72 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ha-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fr_xx.md
index 81c9922ea8bc6f..308598020d6617 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ha-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_sv_xx.md
index e74d8ddc32af81..88baedc377a6fe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ha_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ha-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ha-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ar_xx.md
index 47e1b7056e4c62..322bb8e6c25e19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-ar](https://huggingface.co/Helsinki-NLP/opus-mt-he-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_de_xx.md
index 72061ea6da5798..a2eb959879ebf2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-de](https://huggingface.co/Helsinki-NLP/opus-mt-he-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_eo_xx.md
index 713a93b0a84e86..b170d2d0480158 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-eo](https://huggingface.co/Helsinki-NLP/opus-mt-he-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_es_xx.md
index b639b96ede0758..d29dc4d9f6f86c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-es](https://huggingface.co/Helsinki-NLP/opus-mt-he-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fi_xx.md
index 7cfba65e86bf62..0290561a652eaf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-fi](https://huggingface.co/Helsinki-NLP/opus-mt-he-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fr_xx.md
index 9fb8843beb82b6..04f090e4eab99e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-fr](https://huggingface.co/Helsinki-NLP/opus-mt-he-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_it_xx.md
index d16c8ebdba8f71..89c0c3ec245399 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-it](https://huggingface.co/Helsinki-NLP/opus-mt-he-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ru_xx.md
index 919a2f925fb015..f3f88936688391 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-ru](https://huggingface.co/Helsinki-NLP/opus-mt-he-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_sv_xx.md
index b42025ee51790c..86cd10871270e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-sv](https://huggingface.co/Helsinki-NLP/opus-mt-he-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_uk_xx.md
index 306278c9dd70c3..85d10d145e98fc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_he_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_he_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-he-uk](https://huggingface.co/Helsinki-NLP/opus-mt-he-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_en_xx.md
index 4b9331abbfe869..72a4550ec948d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hi-en](https://huggingface.co/Helsinki-NLP/opus-mt-hi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_ur_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_ur_xx.md
index 8b9295f7a5ea5f..f5c9dac5da804b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_ur_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hi_ur_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hi-ur](https://huggingface.co/Helsinki-NLP/opus-mt-hi-ur)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_de_xx.md
index 4683ddc86aae51..7ee6c4e8260cdb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-de](https://huggingface.co/Helsinki-NLP/opus-mt-hil-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_en_xx.md
index 776daa834a1ea6..e0cd783407f981 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-en](https://huggingface.co/Helsinki-NLP/opus-mt-hil-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_fi_xx.md
index e570fdacb243dd..9aba52b77872b0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hil_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hil-fi](https://huggingface.co/Helsinki-NLP/opus-mt-hil-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ho_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ho_en_xx.md
index 46d75d3d8e1f02..c3ba3908455362 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ho_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ho_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ho-en](https://huggingface.co/Helsinki-NLP/opus-mt-ho-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_es_xx.md
index ab4318a9e0e9f0..ec157356312b4d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-es](https://huggingface.co/Helsinki-NLP/opus-mt-hr-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fi_xx.md
index daffc17bede9d6..ad87d8fcc162f0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-fi](https://huggingface.co/Helsinki-NLP/opus-mt-hr-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fr_xx.md
index 7e41fed8e5ba6a..f42c93d0ccea70 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-fr](https://huggingface.co/Helsinki-NLP/opus-mt-hr-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_sv_xx.md
index a43f4bc0cddde6..5150ef3fdf93a9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hr_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hr-sv](https://huggingface.co/Helsinki-NLP/opus-mt-hr-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_en_xx.md
index 2e44f326e682b8..d2b741d6ee1ff9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-en](https://huggingface.co/Helsinki-NLP/opus-mt-ht-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_es_xx.md
index 3149601c36095e..e0ce660bcabdb9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-es](https://huggingface.co/Helsinki-NLP/opus-mt-ht-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fi_xx.md
index ccfbb6c955da27..049b81c818d3ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ht-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fr_xx.md
index 04dc40e47c3464..75bf919a8914f1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ht-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_sv_xx.md
index 83652edf58514f..d3ef292b5614b6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ht_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ht-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ht-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_de_xx.md
index 7954eefdb93a76..e13df5574c5baf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-de](https://huggingface.co/Helsinki-NLP/opus-mt-hu-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_en_xx.md
index e8ff9a3ccfb219..8305f6e2a23846 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-en](https://huggingface.co/Helsinki-NLP/opus-mt-hu-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_eo_xx.md
index c484bea83c33ee..6943f2c133375f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-eo](https://huggingface.co/Helsinki-NLP/opus-mt-hu-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fi_xx.md
index 63ffb79592eed0..f20a653592feba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-fi](https://huggingface.co/Helsinki-NLP/opus-mt-hu-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fr_xx.md
index a4b09ee5b646d2..504e0a2f208a5d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-fr](https://huggingface.co/Helsinki-NLP/opus-mt-hu-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_sv_xx.md
index 961f6fc8d7a9d8..bfdc9d0bc2b2a8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-sv](https://huggingface.co/Helsinki-NLP/opus-mt-hu-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_uk_xx.md
index 9cd9af5c339685..cb76664fa4d8be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hu_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hu-uk](https://huggingface.co/Helsinki-NLP/opus-mt-hu-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_en_xx.md
index d28391be51dd18..ce422c90fc14c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hy-en](https://huggingface.co/Helsinki-NLP/opus-mt-hy-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_ru_xx.md
index 27018e8fdc359a..5bb8dbfffc475e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_hy_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-hy-ru](https://huggingface.co/Helsinki-NLP/opus-mt-hy-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_en_xx.md
index e75e4d20cdc050..2748541a076717 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-en](https://huggingface.co/Helsinki-NLP/opus-mt-id-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_es_xx.md
index 770b9444d4ff8d..5c2836e10daf6f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-es](https://huggingface.co/Helsinki-NLP/opus-mt-id-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fi_xx.md
index 50b593a8e654d0..364d6f1bf5e27f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-fi](https://huggingface.co/Helsinki-NLP/opus-mt-id-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fr_xx.md
index 6c5e8da14fa701..2ea9c702643edd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-fr](https://huggingface.co/Helsinki-NLP/opus-mt-id-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_sv_xx.md
index ef7e475665eb34..edea943b48c366 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_id_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_id_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-id-sv](https://huggingface.co/Helsinki-NLP/opus-mt-id-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_de_xx.md
index ad36aa09fa8a68..a2164523f9f2ba 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-de](https://huggingface.co/Helsinki-NLP/opus-mt-ig-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_en_xx.md
index 3d517e71a43831..2d3387558165f1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-en](https://huggingface.co/Helsinki-NLP/opus-mt-ig-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_es_xx.md
index 48839117f7116f..a9600e8c5f6eb0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-es](https://huggingface.co/Helsinki-NLP/opus-mt-ig-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fi_xx.md
index 189ddd3eb8d547..5db0afe489ae42 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ig-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fr_xx.md
index 6fa86b57f73dfb..75b437934c9236 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ig-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_sv_xx.md
index f8957f154968df..ba495abcf2b114 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ig_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ig-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ig-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_en_xx.md
index 36dcf098eb160b..f0c2a0f15b3eb4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iir-en](https://huggingface.co/Helsinki-NLP/opus-mt-iir-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_iir_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_iir_xx.md
index 7a1b414a4c7e78..ab77be6d411be5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_iir_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_iir_iir_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iir-iir](https://huggingface.co/Helsinki-NLP/opus-mt-iir-iir)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_de_xx.md
index f1b30361662b62..9b993a2986aa4f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-de](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_en_xx.md
index 5e93b8b01021e4..a49e720acf86af 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_es_xx.md
index 10cab53ace8ace..340307acc86931 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-es](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_fi_xx.md
index 87e2c73764877a..6646c7570585c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_sv_xx.md
index 81dbcc0df491ad..410973f7eb31cb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ilo_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ilo-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ilo-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_en_xx.md
index 55600e57eaee02..3b156c1e28f181 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-inc-en](https://huggingface.co/Helsinki-NLP/opus-mt-inc-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_inc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_inc_xx.md
index a92a4a2b16556b..073ed780b6a356 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_inc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_inc_inc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-inc-inc](https://huggingface.co/Helsinki-NLP/opus-mt-inc-inc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_en_xx.md
index 7d6cb4011e73db..8dd81929967d7b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ine-en](https://huggingface.co/Helsinki-NLP/opus-mt-ine-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_ine_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_ine_xx.md
index 4512e10af71c16..3db5eaae8d48e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_ine_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ine_ine_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ine-ine](https://huggingface.co/Helsinki-NLP/opus-mt-ine-ine)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_de_xx.md
index eb7a4df6813404..23d0eb1c1e10a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-de](https://huggingface.co/Helsinki-NLP/opus-mt-is-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_en_xx.md
index d8981d22921e06..a38da295dcaa70 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-en](https://huggingface.co/Helsinki-NLP/opus-mt-is-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_eo_xx.md
index 40743db2a09426..c41c7af56ebcff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-eo](https://huggingface.co/Helsinki-NLP/opus-mt-is-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_es_xx.md
index 7724b3940c1747..814c9fee9fff22 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-es](https://huggingface.co/Helsinki-NLP/opus-mt-is-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fi_xx.md
index 81dc36bf61c11b..ed5830adf7a2b8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-fi](https://huggingface.co/Helsinki-NLP/opus-mt-is-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fr_xx.md
index c6eb6cdc10e0a0..8a4bb969b3d478 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-fr](https://huggingface.co/Helsinki-NLP/opus-mt-is-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_it_xx.md
index 0746714143f70c..ebfbdf19b6e389 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-it](https://huggingface.co/Helsinki-NLP/opus-mt-is-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_sv_xx.md
index 75500c5054f4c1..fc47d54fc52c4c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_is_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_is_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-is-sv](https://huggingface.co/Helsinki-NLP/opus-mt-is-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_en_xx.md
index 7733d5fbcebd93..723504704cd7fe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-en](https://huggingface.co/Helsinki-NLP/opus-mt-iso-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_es_xx.md
index 239fa20c46d647..cd07d33489d117 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-es](https://huggingface.co/Helsinki-NLP/opus-mt-iso-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fi_xx.md
index f5369c2a7e1394..2c8c51d52c8c8e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-fi](https://huggingface.co/Helsinki-NLP/opus-mt-iso-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fr_xx.md
index 26dccf1c2e9505..d078a4e9d2c636 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-fr](https://huggingface.co/Helsinki-NLP/opus-mt-iso-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_sv_xx.md
index a21e9f3243040a..2f5a8ea70b6e26 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_iso_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-iso-sv](https://huggingface.co/Helsinki-NLP/opus-mt-iso-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ar_xx.md
index 8c5322083b1df4..008833d4be3aad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-ar](https://huggingface.co/Helsinki-NLP/opus-mt-it-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_bg_xx.md
index d611e42a78c0e3..ddb76fa4b47a1a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-bg](https://huggingface.co/Helsinki-NLP/opus-mt-it-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ca_xx.md
index a68d55ce104b45..afa7488246e944 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-ca](https://huggingface.co/Helsinki-NLP/opus-mt-it-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_de_xx.md
index 8ff889638c076f..db9be3e1c316bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-de](https://huggingface.co/Helsinki-NLP/opus-mt-it-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_en_xx.md
index 0321af8ac39340..513976dd0aa4f6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-en](https://huggingface.co/Helsinki-NLP/opus-mt-it-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_eo_xx.md
index 4d11a68cfa1b95..7909233a39fbbd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-eo](https://huggingface.co/Helsinki-NLP/opus-mt-it-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_es_xx.md
index 7644150cbda466..02d312ba89f1fb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-es](https://huggingface.co/Helsinki-NLP/opus-mt-it-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_fr_xx.md
index 85a8d61a1c5c48..0ece3b13de04d7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-fr](https://huggingface.co/Helsinki-NLP/opus-mt-it-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_he_xx.md
index f54475ac308c6d..a8a44938afdfaa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-he](https://huggingface.co/Helsinki-NLP/opus-mt-it-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_is_xx.md
index c3d8a078e7fbbd..cd2d5a5ce0fde8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_is_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-is](https://huggingface.co/Helsinki-NLP/opus-mt-it-is)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_lt_xx.md
index 6690a13bb0d3d7..7e8b30f060f3a8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_lt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-lt](https://huggingface.co/Helsinki-NLP/opus-mt-it-lt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ms_xx.md
index 8befca3d1519d0..ac4022f1a2bf2e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_ms_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-ms](https://huggingface.co/Helsinki-NLP/opus-mt-it-ms)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_sv_xx.md
index 7a5da3bb23dcbd..652851e83c9585 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-sv](https://huggingface.co/Helsinki-NLP/opus-mt-it-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_uk_xx.md
index a34512eafa5400..4f0f15da797daf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-uk](https://huggingface.co/Helsinki-NLP/opus-mt-it-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_vi_xx.md
index 9bd7fcca8f49d8..1f4eff9cc07e13 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_it_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_it_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-it-vi](https://huggingface.co/Helsinki-NLP/opus-mt-it-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_en_xx.md
index ddb398ef104982..00eb3c76b85329 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-itc-en](https://huggingface.co/Helsinki-NLP/opus-mt-itc-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_itc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_itc_xx.md
index 59f329fae7bf12..6b19e7c419d86a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_itc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_itc_itc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-itc-itc](https://huggingface.co/Helsinki-NLP/opus-mt-itc-itc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ar_xx.md
index cbf32972533b31..7b962a8fa73350 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-ar](https://huggingface.co/Helsinki-NLP/opus-mt-ja-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_bg_xx.md
index 556ee2937f2829..2954102b334aeb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-bg](https://huggingface.co/Helsinki-NLP/opus-mt-ja-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_da_xx.md
index 1a167be7334a1e..fc678fadbf221d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_da_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-da](https://huggingface.co/Helsinki-NLP/opus-mt-ja-da)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_de_xx.md
index 9d8c9671abc7f8..d98c6e33d87807 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-de](https://huggingface.co/Helsinki-NLP/opus-mt-ja-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_en_xx.md
index 032078afa18832..d4ead7e098e003 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_es_xx.md
index 33000b0d58721d..532d479068e21f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-es](https://huggingface.co/Helsinki-NLP/opus-mt-ja-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fi_xx.md
index 804b153006a84b..dc2a28bceec138 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ja-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fr_xx.md
index 1f117ad4148229..4dabeb60bfb08f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ja-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_he_xx.md
index 6da5e142424cda..b678efe6c68272 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-he](https://huggingface.co/Helsinki-NLP/opus-mt-ja-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_hu_xx.md
index 2d2334913946ea..266a8c4e38999f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-hu](https://huggingface.co/Helsinki-NLP/opus-mt-ja-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_it_xx.md
index 9b90256d691897..4345bc0847f0dc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-it](https://huggingface.co/Helsinki-NLP/opus-mt-ja-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ms_xx.md
index f5f561b1e61201..eb111e3ef3076c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ms_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-ms](https://huggingface.co/Helsinki-NLP/opus-mt-ja-ms)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_nl_xx.md
index aaeb80130c505f..c96aaffd40e1c7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-nl](https://huggingface.co/Helsinki-NLP/opus-mt-ja-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pl_xx.md
index e18e2af6aa920f..bdc3c3aa61ce9b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-pl](https://huggingface.co/Helsinki-NLP/opus-mt-ja-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pt_xx.md
index 299eda6a3f1e27..c15256cbb05985 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_pt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-pt](https://huggingface.co/Helsinki-NLP/opus-mt-ja-pt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ru_xx.md
index b3c29214cd5934..0c8e56ff671270 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ja-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sh_xx.md
index dd2250b02d7ec8..971bd4e4e01e07 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-sh](https://huggingface.co/Helsinki-NLP/opus-mt-ja-sh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sv_xx.md
index e2fb7f665afaa3..3d92c27765e9b7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ja-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_tr_xx.md
index 28a662d0066e27..d857d9890d6338 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_tr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-tr](https://huggingface.co/Helsinki-NLP/opus-mt-ja-tr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_vi_xx.md
index ef9d55dc5edd4f..00c223b40cc424 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ja_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ja-vi](https://huggingface.co/Helsinki-NLP/opus-mt-ja-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_jap_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_jap_en_xx.md
index 6f0bd46746607c..33e04a1639a9df 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_jap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_jap_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-jap-en](https://huggingface.co/Helsinki-NLP/opus-mt-jap-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_en_xx.md
index a3229c5bf136ac..abaa5b8c01f0d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ka-en](https://huggingface.co/Helsinki-NLP/opus-mt-ka-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_ru_xx.md
index aeae60e0e4e669..e008467fb69576 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ka_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ka-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ka-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kab_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kab_en_xx.md
index 61ed5f6ff93bf2..85e7938cc59c19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kab_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kab_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kab-en](https://huggingface.co/Helsinki-NLP/opus-mt-kab-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_en_xx.md
index 976eae0ac07abf..a848630ccea7b6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-en](https://huggingface.co/Helsinki-NLP/opus-mt-kg-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_es_xx.md
index 1b4e13c69311a7..03a9ee4db4744b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-es](https://huggingface.co/Helsinki-NLP/opus-mt-kg-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_fr_xx.md
index 252808bea7d7f5..081b8016e8adb5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-kg-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_sv_xx.md
index 37c3cfdc660048..eff8baa73e29bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kg_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-kg-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kj_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kj_en_xx.md
index 91906220af12e0..a404a85e1c57c2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kj_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kj-en](https://huggingface.co/Helsinki-NLP/opus-mt-kj-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kl_en_xx.md
index 36ef4d2b56be4b..c92aa8e53d9168 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kl_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kl-en](https://huggingface.co/Helsinki-NLP/opus-mt-kl-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_de_xx.md
index 2a5b913e8322f6..252da6cb3415cb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-de](https://huggingface.co/Helsinki-NLP/opus-mt-ko-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_en_xx.md
index a086c9a5f0a375..904588845d5948 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-en](https://huggingface.co/Helsinki-NLP/opus-mt-ko-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_es_xx.md
index 89ab87dde20892..cf6a2367689b39 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-es](https://huggingface.co/Helsinki-NLP/opus-mt-ko-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fi_xx.md
index f944d15e28acf7..6b40cbcbcc6f76 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ko-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fr_xx.md
index 86f3d5b4411f01..09ab0ba3349d8d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ko-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_hu_xx.md
index a8d3cd08f42d55..95e830977ae413 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-hu](https://huggingface.co/Helsinki-NLP/opus-mt-ko-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_ru_xx.md
index b2f1f26b71c345..4e194b8fbc4ec0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-ru](https://huggingface.co/Helsinki-NLP/opus-mt-ko-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_sv_xx.md
index 22d525172a4958..80a48d6f9b17e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ko_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ko-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ko-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_en_xx.md
index 447ba7a1a0e99c..72e9882a3a4680 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_es_xx.md
index af071c2c170358..f45e78ed2ebe35 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-es](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_fr_xx.md
index 86c42493baafe3..238afdab1b5663 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_sv_xx.md
index eb2079e19d7903..43038ff791d7eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kqn_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kqn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-kqn-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwn_en_xx.md
index 04d49373e9eea3..6e2cb2b0dc700d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwn_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwn-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_en_xx.md
index 3d783daa0301a8..1136daf3a1ae89 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_fr_xx.md
index ec0bef4e8c05f8..22e167966e6c14 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-fr](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_sv_xx.md
index 385dd25ffc6719..0bdfb84af04212 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_kwy_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-kwy-sv](https://huggingface.co/Helsinki-NLP/opus-mt-kwy-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_en_xx.md
index 38da5b89f62784..7c35b39b40ea5d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-en](https://huggingface.co/Helsinki-NLP/opus-mt-lg-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_es_xx.md
index ad7849f814cada..b585f98cc4b1c6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-es](https://huggingface.co/Helsinki-NLP/opus-mt-lg-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fi_xx.md
index 13da28cd663067..e9a25bb5157814 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lg-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fr_xx.md
index f345f2a4b4e93b..c938803eea52f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lg-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_sv_xx.md
index 8bc96c0d07cfb0..786b155cc9fd6c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lg_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lg-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_de_xx.md
index 45b269ae0e720d..12ccc53f6d12fe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-de](https://huggingface.co/Helsinki-NLP/opus-mt-ln-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_en_xx.md
index eaf65a26ac242f..4c3e6846f06b6e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-en](https://huggingface.co/Helsinki-NLP/opus-mt-ln-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_es_xx.md
index eea94e858ddf3f..87c28707f7a89e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-es](https://huggingface.co/Helsinki-NLP/opus-mt-ln-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_fr_xx.md
index 1fe41d75a067e5..9808329e43aab3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ln_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ln-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ln-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_de_xx.md
index 609875501a5648..18ae9f23965e16 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-de](https://huggingface.co/Helsinki-NLP/opus-mt-loz-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_en_xx.md
index 3ca8297e78b6b5..4248bf94d5c4f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-en](https://huggingface.co/Helsinki-NLP/opus-mt-loz-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_es_xx.md
index b03a2f4fbb84a4..b4cbd62b3ab216 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-es](https://huggingface.co/Helsinki-NLP/opus-mt-loz-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fi_xx.md
index 67f0e1c5e418aa..cd4dd9fc59c15b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-fi](https://huggingface.co/Helsinki-NLP/opus-mt-loz-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fr_xx.md
index e96d08c8572477..aa5ddc2df555be 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-fr](https://huggingface.co/Helsinki-NLP/opus-mt-loz-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_sv_xx.md
index 8e4cd720fb522d..2428c4dbc443ac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_loz_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-loz-sv](https://huggingface.co/Helsinki-NLP/opus-mt-loz-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_de_xx.md
index cb97e763f4fddc..59f85b02ae15de 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-de](https://huggingface.co/Helsinki-NLP/opus-mt-lt-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_eo_xx.md
index c08f07bb751ff6..9ab15520ba85d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-eo](https://huggingface.co/Helsinki-NLP/opus-mt-lt-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_es_xx.md
index 8f4cfb7fc3b1e8..d421db677018d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-es](https://huggingface.co/Helsinki-NLP/opus-mt-lt-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_fr_xx.md
index 624b9b51fe4881..373fbdec0cd0a2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lt-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_it_xx.md
index 16f06a851e3593..90783d43e1a9d3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-it](https://huggingface.co/Helsinki-NLP/opus-mt-lt-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_pl_xx.md
index 34620780bf98ce..b224d1bebf5e4f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-pl](https://huggingface.co/Helsinki-NLP/opus-mt-lt-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_ru_xx.md
index b6db5a8711a46e..11219dcb839894 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-ru](https://huggingface.co/Helsinki-NLP/opus-mt-lt-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_sv_xx.md
index e7faa0f35117c2..cea3fdf8f8732f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lt-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_tr_xx.md
index 81afc2bdf97b7e..7b2d6b44f11e7e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lt_tr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lt-tr](https://huggingface.co/Helsinki-NLP/opus-mt-lt-tr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_en_xx.md
index 0f39d49e22a90b..5fec4db7cf1e64 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-en](https://huggingface.co/Helsinki-NLP/opus-mt-lu-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_es_xx.md
index 79315c467e8dc2..3d42ddab157d7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-es](https://huggingface.co/Helsinki-NLP/opus-mt-lu-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fi_xx.md
index ab0dac68d03960..629ef6aad5c97f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lu-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fr_xx.md
index c5dc7bf18d373b..2a17189e4edd16 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lu-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_sv_xx.md
index 722b12b30791b8..958b0556686342 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lu_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lu-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lu-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_en_xx.md
index a4b07fa72c8eca..d718cbe7050a27 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-en](https://huggingface.co/Helsinki-NLP/opus-mt-lua-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_es_xx.md
index 4992bfdcc1b4b3..97ba71814af0da 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-es](https://huggingface.co/Helsinki-NLP/opus-mt-lua-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fi_xx.md
index a66a9dc35e765e..f066e6e3659aa8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lua-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fr_xx.md
index 335e7577411690..cbe0afdb7c84db 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lua-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_sv_xx.md
index 34f6bb10c74b0b..73fc4ee87a3b39 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lua_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lua-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lua-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_en_xx.md
index 3a0041891c7c4e..7728a8f764b292 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-en](https://huggingface.co/Helsinki-NLP/opus-mt-lue-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_es_xx.md
index 6b6ebcc4699bc7..ca93bafcc9a9e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-es](https://huggingface.co/Helsinki-NLP/opus-mt-lue-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fi_xx.md
index 9cd6f24e43aabf..7e350dc751d920 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lue-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fr_xx.md
index be8cb15db22792..f53ebd1368e596 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lue-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_sv_xx.md
index 5918f183ab86fd..603a2ab7506315 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lue_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lue-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lue-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lun_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lun_en_xx.md
index 0b5010869758eb..b2786a4d39b1fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lun_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lun_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lun-en](https://huggingface.co/Helsinki-NLP/opus-mt-lun-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_luo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_luo_en_xx.md
index f12a2a044b2f35..b4b53a8fa4be7b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_luo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_luo_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-luo-en](https://huggingface.co/Helsinki-NLP/opus-mt-luo-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_en_xx.md
index 689a39772658cf..969bde9d128e76 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-en](https://huggingface.co/Helsinki-NLP/opus-mt-lus-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_es_xx.md
index 159db8b4dabfb6..e3571de34b7d42 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-es](https://huggingface.co/Helsinki-NLP/opus-mt-lus-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fi_xx.md
index a8bff1a29c820b..b1f8739dac0235 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lus-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fr_xx.md
index bc4056da64c32e..97eb40415a87db 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lus-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_sv_xx.md
index 318e6d3b76666f..e1054286c62abf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lus_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lus-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lus-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_en_xx.md
index f40f247f43e989..24d330cbc3226b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-en](https://huggingface.co/Helsinki-NLP/opus-mt-lv-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_es_xx.md
index e140ac5a0b1f95..77e91a90e6db9a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-es](https://huggingface.co/Helsinki-NLP/opus-mt-lv-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fi_xx.md
index b7f9d775832d7a..c296a92bf29886 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-fi](https://huggingface.co/Helsinki-NLP/opus-mt-lv-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fr_xx.md
index a2b7fd0dbe3653..abc4698d180199 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-fr](https://huggingface.co/Helsinki-NLP/opus-mt-lv-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_ru_xx.md
index 657b4fbf6ebc84..772035bbb9b147 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-ru](https://huggingface.co/Helsinki-NLP/opus-mt-lv-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_sv_xx.md
index c0805559b8b7a1..d0674a30c0e9a3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_lv_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-lv-sv](https://huggingface.co/Helsinki-NLP/opus-mt-lv-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_en_xx.md
index 1c5f9c8cf54ca0..7cfaafb6d8dfeb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en](https://huggingface.co/Helsinki-NLP/opus-mt-mfe-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_es_xx.md
index 353ca4773dec07..b9a60818183865 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mfe_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfe-es](https://huggingface.co/Helsinki-NLP/opus-mt-mfe-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mfs_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mfs_es_xx.md
index 5525871dec67d1..3bb67fce6cf76a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mfs_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mfs_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mfs-es](https://huggingface.co/Helsinki-NLP/opus-mt-mfs-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_en_xx.md
index f2348fd03f804e..6d8addbcc82d05 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mg-en](https://huggingface.co/Helsinki-NLP/opus-mt-mg-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_es_xx.md
index 4daa0d7468aaa2..c31328a8affaad 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mg_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mg-es](https://huggingface.co/Helsinki-NLP/opus-mt-mg-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_en_xx.md
index d6f4a872ca68b3..5c4b6d31d472e8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mh-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_es_xx.md
index 0bfe37ae8b1056..3497afd2f9d649 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-es](https://huggingface.co/Helsinki-NLP/opus-mt-mh-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_fi_xx.md
index 12d727a7ccf752..43c33c4ff465bf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mh_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mh-fi](https://huggingface.co/Helsinki-NLP/opus-mt-mh-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_en_xx.md
index 4f7e28c44f1455..f4bc738f6ad692 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-en](https://huggingface.co/Helsinki-NLP/opus-mt-mk-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_es_xx.md
index 8a859c66588e3b..0d9421c894e13e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-es](https://huggingface.co/Helsinki-NLP/opus-mt-mk-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fi_xx.md
index b5554426d3c8d7..61af0d16b91ec1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-fi](https://huggingface.co/Helsinki-NLP/opus-mt-mk-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fr_xx.md
index a8e6d22f842a4d..e976efacbe678d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mk_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-mk-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mkh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mkh_en_xx.md
index 898c70752a6fa0..302aa46c09717d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mkh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mkh_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en](https://huggingface.co/Helsinki-NLP/opus-mt-mkh-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ml_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ml_en_xx.md
index d668c7e6c068b2..8aeb12f3cb76bd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ml_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ml_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ml-en](https://huggingface.co/Helsinki-NLP/opus-mt-ml-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mos_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mos_en_xx.md
index a43f02aad3d78b..729c9c4335bddb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mos_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mos_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mos-en](https://huggingface.co/Helsinki-NLP/opus-mt-mos-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mr_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mr_en_xx.md
index 8a5e25819930b6..240a47189050fc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mr_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mr-en](https://huggingface.co/Helsinki-NLP/opus-mt-mr-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_de_xx.md
index 65cc882303ebd7..d0e12667dfcacc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-de](https://huggingface.co/Helsinki-NLP/opus-mt-ms-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_fr_xx.md
index d12c6987dc18e8..77b286371e5f1f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ms-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_it_xx.md
index dd5bc07e84c3f0..69d97b8cc7bcfc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-it](https://huggingface.co/Helsinki-NLP/opus-mt-ms-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_ms_xx.md
index 7ff238f79b4ee1..91b07feecabfd5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ms_ms_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ms-ms](https://huggingface.co/Helsinki-NLP/opus-mt-ms-ms)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_en_xx.md
index 95ed9b6ebfcfb2..222fce647b13fa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-en](https://huggingface.co/Helsinki-NLP/opus-mt-mt-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_es_xx.md
index b5c3bbe2291b68..a050a3604ad8e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-es](https://huggingface.co/Helsinki-NLP/opus-mt-mt-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fi_xx.md
index 8e88861bc5f16e..dc1f434da5cb73 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-fi](https://huggingface.co/Helsinki-NLP/opus-mt-mt-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fr_xx.md
index 088c2ec2b3905b..d0caa9367f8e2f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-fr](https://huggingface.co/Helsinki-NLP/opus-mt-mt-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_sv_xx.md
index c9c7294b3a5763..c9edeea7ecaa68 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mt_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mt-sv](https://huggingface.co/Helsinki-NLP/opus-mt-mt-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_mul_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_mul_en_xx.md
index d87a9f8282a03f..5235561ce31b35 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_mul_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_mul_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-mul-en](https://huggingface.co/Helsinki-NLP/opus-mt-mul-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ng_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ng_en_xx.md
index 87beffb0c2d371..c254c1484a351c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ng_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ng_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ng-en](https://huggingface.co/Helsinki-NLP/opus-mt-ng-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nic_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nic_en_xx.md
index 145680d012cfa9..9c06ffa2f8aab0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nic_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nic_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nic-en](https://huggingface.co/Helsinki-NLP/opus-mt-nic-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_de_xx.md
index 8ebf8d7676a105..915b006c3f69b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-de](https://huggingface.co/Helsinki-NLP/opus-mt-niu-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_en_xx.md
index 47a7c751ed197f..28c6bb03ff75ee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-en](https://huggingface.co/Helsinki-NLP/opus-mt-niu-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_es_xx.md
index 0cecf0793a9a63..0b0a9487e7bd97 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-es](https://huggingface.co/Helsinki-NLP/opus-mt-niu-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fi_xx.md
index 2866bb40db23ce..12c1b4dafa5303 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-fi](https://huggingface.co/Helsinki-NLP/opus-mt-niu-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fr_xx.md
index a59747170669af..4adf72547f2040 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-fr](https://huggingface.co/Helsinki-NLP/opus-mt-niu-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_sv_xx.md
index d87a073ce84562..dea618d69178c3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_niu_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-niu-sv](https://huggingface.co/Helsinki-NLP/opus-mt-niu-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_af_xx.md
index 2e37b7f425c026..d52776a941f757 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-af](https://huggingface.co/Helsinki-NLP/opus-mt-nl-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_ca_xx.md
index 16d81b87433916..646c24d77cd61b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-ca](https://huggingface.co/Helsinki-NLP/opus-mt-nl-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_en_xx.md
index ff85b214d458ba..b2bdcda4ae66e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-en](https://huggingface.co/Helsinki-NLP/opus-mt-nl-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_eo_xx.md
index 72af9c096c77ff..0fc48344abd3f6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-eo](https://huggingface.co/Helsinki-NLP/opus-mt-nl-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_es_xx.md
index 91363344c62839..5645201724b302 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-es](https://huggingface.co/Helsinki-NLP/opus-mt-nl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fi_xx.md
index 22c5287ebbe15b..71453f2c493a86 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-nl-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fr_xx.md
index d5a16b9fdab73a..de8a9af772ca31 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-nl-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_no_xx.md
index 9601dc705e46e5..7a6613cacd2a3f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-no](https://huggingface.co/Helsinki-NLP/opus-mt-nl-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_sv_xx.md
index fadd87bfd1e1b3..14dde8b89ba5b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-nl-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_uk_xx.md
index 1f83902546c2b6..9b6884749a3796 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nl_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nl-uk](https://huggingface.co/Helsinki-NLP/opus-mt-nl-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_da_xx.md
index b1a331119c0c01..622ff00de055e9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_da_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-da](https://huggingface.co/Helsinki-NLP/opus-mt-no-da)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_de_xx.md
index 14c425f4368c37..e5dd9a89a49631 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-de](https://huggingface.co/Helsinki-NLP/opus-mt-no-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_es_xx.md
index fd5596c4447921..d8f59184c5ecbf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-es](https://huggingface.co/Helsinki-NLP/opus-mt-no-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fi_xx.md
index 05efd8e29e9bc6..23c4c3f134ec2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-fi](https://huggingface.co/Helsinki-NLP/opus-mt-no-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fr_xx.md
index 74c8bc8bb402b3..909457c9230701 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-fr](https://huggingface.co/Helsinki-NLP/opus-mt-no-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_nl_xx.md
index d0c733984fb731..766523e49ae0e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-nl](https://huggingface.co/Helsinki-NLP/opus-mt-no-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_no_xx.md
index 26771aad4aff85..be151bc335d100 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-no](https://huggingface.co/Helsinki-NLP/opus-mt-no-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_pl_xx.md
index 1a7e1b0987e73a..f0b92332b3ba27 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-pl](https://huggingface.co/Helsinki-NLP/opus-mt-no-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_ru_xx.md
index aac317e7249233..6f0a438c5ce67d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-ru](https://huggingface.co/Helsinki-NLP/opus-mt-no-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_sv_xx.md
index d6a01a9e486038..d32773691e38b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-sv](https://huggingface.co/Helsinki-NLP/opus-mt-no-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_uk_xx.md
index 712df5542189b4..d5f8895d079b0b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_no_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_no_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-no-uk](https://huggingface.co/Helsinki-NLP/opus-mt-no-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_de_xx.md
index b3481a1aff7703..d6dc2ff8534bfe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-de](https://huggingface.co/Helsinki-NLP/opus-mt-nso-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_en_xx.md
index 25a94e8e0e2acb..54652dfd3b1a96 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-en](https://huggingface.co/Helsinki-NLP/opus-mt-nso-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_es_xx.md
index fcec3aa230b506..eec60d2d0266f6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-es](https://huggingface.co/Helsinki-NLP/opus-mt-nso-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fi_xx.md
index b7b4a5ec60bf71..792661ef83ae60 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-fi](https://huggingface.co/Helsinki-NLP/opus-mt-nso-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fr_xx.md
index 431c4e5f899d2e..a57edbffefbc37 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-fr](https://huggingface.co/Helsinki-NLP/opus-mt-nso-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_sv_xx.md
index 7b9c2f4a22b126..1b3d2276dbc303 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nso_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nso-sv](https://huggingface.co/Helsinki-NLP/opus-mt-nso-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_de_xx.md
index 9e766788fa500d..f8f516f0cd59fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-de](https://huggingface.co/Helsinki-NLP/opus-mt-ny-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_en_xx.md
index 53f25700e839f9..6c78dfe9d135f5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-en](https://huggingface.co/Helsinki-NLP/opus-mt-ny-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_es_xx.md
index 9593034f5322df..c851d30dd08d9f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ny_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ny-es](https://huggingface.co/Helsinki-NLP/opus-mt-ny-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_nyk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_nyk_en_xx.md
index 6e6d7151669329..fe6e60d276ed67 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_nyk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_nyk_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en](https://huggingface.co/Helsinki-NLP/opus-mt-nyk-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_om_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_om_en_xx.md
index 5633ca4aa8c3b8..bd4e5265f5e690 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_om_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_om_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-om-en](https://huggingface.co/Helsinki-NLP/opus-mt-om-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pa_en_xx.md
index b962864a4d054c..66f87fa8273ff3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pa_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pa-en](https://huggingface.co/Helsinki-NLP/opus-mt-pa-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_de_xx.md
index 1e69b1f4a6cf05..b43f97aca4700d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-de](https://huggingface.co/Helsinki-NLP/opus-mt-pag-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_en_xx.md
index cbeafc4501dcbd..34dbed172a2bce 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-en](https://huggingface.co/Helsinki-NLP/opus-mt-pag-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_es_xx.md
index 7ba2a23953be24..2af936a1323fb3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-es](https://huggingface.co/Helsinki-NLP/opus-mt-pag-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_fi_xx.md
index 76bf20fd67acb4..d6b84be76be0db 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pag-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_sv_xx.md
index d86d7331d37886..385ba43a786713 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pag_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pag-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pag-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_de_xx.md
index 87b1c50ce6d9b0..7181571b682c6d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-de](https://huggingface.co/Helsinki-NLP/opus-mt-pap-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_en_xx.md
index 5980368946ec9b..9c43bc8d876d34 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-en](https://huggingface.co/Helsinki-NLP/opus-mt-pap-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_es_xx.md
index d28e17b5de48e7..b4fa017c98de66 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-es](https://huggingface.co/Helsinki-NLP/opus-mt-pap-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fi_xx.md
index 13814643adc9d6..0a48f05a462a20 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pap-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fr_xx.md
index bc15a9e90b8097..1e6ccc8168ea7c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pap_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pap-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pap-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_phi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_phi_en_xx.md
index d99deba2c9f521..d68cb47e344171 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_phi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_phi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-phi-en](https://huggingface.co/Helsinki-NLP/opus-mt-phi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_en_xx.md
index 3809908c86036f..0d512c469ad79a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-en](https://huggingface.co/Helsinki-NLP/opus-mt-pis-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_es_xx.md
index b809f0474f928a..298b7a204375a6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-es](https://huggingface.co/Helsinki-NLP/opus-mt-pis-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fi_xx.md
index cb7453e2e00e94..ca2616d5d52080 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pis-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fr_xx.md
index 7d266b65c9f83d..66fb138b2605e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pis-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_sv_xx.md
index 44bd43728f0a5a..fe45f3f571654a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pis_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pis-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pis-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_ar_xx.md
index a183f11b71d370..74a4b69e40d3e6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-ar](https://huggingface.co/Helsinki-NLP/opus-mt-pl-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_de_xx.md
index d2603fd49dea7d..5b301ac3ac3a1e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-de](https://huggingface.co/Helsinki-NLP/opus-mt-pl-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_en_xx.md
index f54d6c577ce6bf..511e5bc851f22d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-en](https://huggingface.co/Helsinki-NLP/opus-mt-pl-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_eo_xx.md
index 74d3a8cc9703d5..302a01cc29bffe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-eo](https://huggingface.co/Helsinki-NLP/opus-mt-pl-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_es_xx.md
index c53d6e43614819..4c1a6fd0990df0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-es](https://huggingface.co/Helsinki-NLP/opus-mt-pl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_fr_xx.md
index 5a18eb77104eba..68c41029938f05 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pl-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_lt_xx.md
index 59f9952fe76d2a..c13e41426eb986 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_lt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-lt](https://huggingface.co/Helsinki-NLP/opus-mt-pl-lt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_no_xx.md
index 7508c469266ac1..3e9927d1a1621d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-no](https://huggingface.co/Helsinki-NLP/opus-mt-pl-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_sv_xx.md
index fe2cfddb4e746a..0436ca68c80e0d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pl-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_uk_xx.md
index 87d1b52fc72369..d8dacda09773ee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pl_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pl-uk](https://huggingface.co/Helsinki-NLP/opus-mt-pl-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_en_xx.md
index b9d47e54754763..bd2cee32fcc22b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-en](https://huggingface.co/Helsinki-NLP/opus-mt-pon-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_es_xx.md
index 5ea9f1c1e7a78d..9d577ab92d7700 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-es](https://huggingface.co/Helsinki-NLP/opus-mt-pon-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fi_xx.md
index 9dbe68112f0e17..750ae2c79bc492 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-fi](https://huggingface.co/Helsinki-NLP/opus-mt-pon-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fr_xx.md
index 7cb3ad88b96a0e..8d112e03ad61e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-fr](https://huggingface.co/Helsinki-NLP/opus-mt-pon-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_sv_xx.md
index c9a50ffc28761d..25705510e45761 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pon_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pon-sv](https://huggingface.co/Helsinki-NLP/opus-mt-pon-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pqe_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pqe_en_xx.md
index e9b6281afb05f8..17cc938e651a09 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pqe_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pqe_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en](https://huggingface.co/Helsinki-NLP/opus-mt-pqe-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_prl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_prl_es_xx.md
index 4a823fd49b2109..ab26e8e21772c0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_prl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_prl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-prl-es](https://huggingface.co/Helsinki-NLP/opus-mt-prl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_ca_xx.md
index acfaee91dad7c0..4fb4576e98383e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-ca](https://huggingface.co/Helsinki-NLP/opus-mt-pt-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_eo_xx.md
index 95b1cf6bb556ee..d21f19411f63e4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-eo](https://huggingface.co/Helsinki-NLP/opus-mt-pt-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_gl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_gl_xx.md
index 222a48045f53ef..3beec19e42a75d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_gl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_gl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-gl](https://huggingface.co/Helsinki-NLP/opus-mt-pt-gl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_tl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_tl_xx.md
index 259fa5cec16ba1..74c0e1ab944db1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_tl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_tl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-tl](https://huggingface.co/Helsinki-NLP/opus-mt-pt-tl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_uk_xx.md
index b09b1db9a1e349..cdcdf63d1708f3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_pt_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-pt-uk](https://huggingface.co/Helsinki-NLP/opus-mt-pt-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_de_xx.md
index e4465d15d71487..9658bdfc07477f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-de](https://huggingface.co/Helsinki-NLP/opus-mt-rn-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_en_xx.md
index 2e24b2100d0ef2..54985c235b01a5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-en](https://huggingface.co/Helsinki-NLP/opus-mt-rn-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_es_xx.md
index e9b1553df91eb7..47c44d4ea73253 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-es](https://huggingface.co/Helsinki-NLP/opus-mt-rn-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_fr_xx.md
index a2a5ce65e7ec1e..a9d355727b4c36 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-rn-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_ru_xx.md
index 05f3f097efa3ca..28c77151f168e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rn_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rn-ru](https://huggingface.co/Helsinki-NLP/opus-mt-rn-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_en_xx.md
index 76e9f41c204004..0d8e7c862bfea9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_fr_xx.md
index 0fc2c70d898916..fa4e36953eb674 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-fr](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_sv_xx.md
index 9739e620a4a43f..788a679b7f0016 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rnd_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rnd-sv](https://huggingface.co/Helsinki-NLP/opus-mt-rnd-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_eo_xx.md
index 7669b0a08f62b0..05028a9ddf93c0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ro-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fi_xx.md
index 6a4c7b684fa47e..4aa25f015b629a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ro-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fr_xx.md
index 1fef19a98fb60f..59e883e2faa1e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ro-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_sv_xx.md
index 161892f75cdca8..84db5a2280e9a2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ro_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ro-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ro-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_roa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_roa_en_xx.md
index b371dc9440c471..88dbf2cbe3375a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_roa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_roa_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-roa-en](https://huggingface.co/Helsinki-NLP/opus-mt-roa-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_af_xx.md
index f96460121c7556..cdb183efd95c33 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-af](https://huggingface.co/Helsinki-NLP/opus-mt-ru-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_ar_xx.md
index b07b606755882e..c9f3d508c56581 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-ar](https://huggingface.co/Helsinki-NLP/opus-mt-ru-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_bg_xx.md
index 804a887b9c880a..70489c32f1f1ff 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-bg](https://huggingface.co/Helsinki-NLP/opus-mt-ru-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_da_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_da_xx.md
index 6d86a0dead923b..9ba2dde0b1ba21 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_da_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_da_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-da](https://huggingface.co/Helsinki-NLP/opus-mt-ru-da)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_en_xx.md
index a4ae1970af3206..1405d502693812 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eo_xx.md
index 579186dc9a70e7..4db02df2e266b2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-eo](https://huggingface.co/Helsinki-NLP/opus-mt-ru-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_es_xx.md
index 5aee08d066828c..079589a473cf59 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-es](https://huggingface.co/Helsinki-NLP/opus-mt-ru-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_et_xx.md
index b6106dccc869ff..712f5ba8eb8c70 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_et_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-et](https://huggingface.co/Helsinki-NLP/opus-mt-ru-et)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eu_xx.md
index 476a648ac8289a..424dc1be4970d0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_eu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-eu](https://huggingface.co/Helsinki-NLP/opus-mt-ru-eu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fi_xx.md
index af167af597ab59..0f3b097cbc7159 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ru-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fr_xx.md
index 8f920c97a32635..a58185a361f4c1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ru-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_he_xx.md
index e065e7f22146af..a3caf0a0f0ea2c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-he](https://huggingface.co/Helsinki-NLP/opus-mt-ru-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_hy_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_hy_xx.md
index 94b7c5142278ae..d8732cae143416 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_hy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_hy_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-hy](https://huggingface.co/Helsinki-NLP/opus-mt-ru-hy)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lt_xx.md
index a62254f698870f..7fc8941561f37e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-lt](https://huggingface.co/Helsinki-NLP/opus-mt-ru-lt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lv_xx.md
index 04bdf6dd6abd0c..8b3629f4cc5e16 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_lv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-lv](https://huggingface.co/Helsinki-NLP/opus-mt-ru-lv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_no_xx.md
index 4442a5c1d93f45..1939be551e7fa8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-no](https://huggingface.co/Helsinki-NLP/opus-mt-ru-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sl_xx.md
index 437a4f709d1fe4..d8c1bfb6cab21f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-sl](https://huggingface.co/Helsinki-NLP/opus-mt-ru-sl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sv_xx.md
index fc6db5360162c3..4211c4a592b6a1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ru-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_uk_xx.md
index 086b61c592ee4a..08d0b2b524d48e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-uk](https://huggingface.co/Helsinki-NLP/opus-mt-ru-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_vi_xx.md
index e3f089c52c22d0..37923aac461fdc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ru_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ru-vi](https://huggingface.co/Helsinki-NLP/opus-mt-ru-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_run_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_run_en_xx.md
index 34c774438dad3a..e2cffa7ebd9823 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_run_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_run_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-en](https://huggingface.co/Helsinki-NLP/opus-mt-run-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_run_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_run_es_xx.md
index 184f58930e5a5f..69928d59c43f7c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_run_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_run_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-es](https://huggingface.co/Helsinki-NLP/opus-mt-run-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_run_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_run_sv_xx.md
index d1d2d96e2a38f4..bf3948ba23e680 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_run_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_run_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-run-sv](https://huggingface.co/Helsinki-NLP/opus-mt-run-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_en_xx.md
index caa7f416eb04b6..044db524f1f55d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-en](https://huggingface.co/Helsinki-NLP/opus-mt-rw-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_es_xx.md
index 62248c41919056..c2c03415b952b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-es](https://huggingface.co/Helsinki-NLP/opus-mt-rw-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_fr_xx.md
index 82c46bb79ec4aa..b2e259c2f78ffc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-fr](https://huggingface.co/Helsinki-NLP/opus-mt-rw-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_sv_xx.md
index 598e7d254acec9..040d59b0069684 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_rw_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-rw-sv](https://huggingface.co/Helsinki-NLP/opus-mt-rw-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sal_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sal_en_xx.md
index 0821e0d3b30edb..daa56d9c02295a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sal_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sal-en](https://huggingface.co/Helsinki-NLP/opus-mt-sal-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_en_xx.md
index f6c652b619ed4f..00c5900014100c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sem-en](https://huggingface.co/Helsinki-NLP/opus-mt-sem-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_sem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_sem_xx.md
index 1fb6a91d0e9df4..494720d9fa3074 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_sem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sem_sem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sem-sem](https://huggingface.co/Helsinki-NLP/opus-mt-sem-sem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_en_xx.md
index be235833fd0ff7..b20a3ee540becf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-en](https://huggingface.co/Helsinki-NLP/opus-mt-sg-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_es_xx.md
index 4b214c28ccadb3..fb9d7b4eca00a4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-es](https://huggingface.co/Helsinki-NLP/opus-mt-sg-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fi_xx.md
index 1336bef9f77179..6abd1158e97f2a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sg-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fr_xx.md
index fa7e55eb66bc02..6eec1ee20cdb6f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sg-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_sv_xx.md
index 9d06039c86af98..8763d312986bf6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sg_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sg-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sg-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_eo_xx.md
index f4079f17b065d4..7731dc548b3e83 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sh-eo](https://huggingface.co/Helsinki-NLP/opus-mt-sh-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_uk_xx.md
index ec7a2684b3c146..738a62ac97fd3d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sh_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sh-uk](https://huggingface.co/Helsinki-NLP/opus-mt-sh-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_en_xx.md
index 365aad5a41b1c4..3f80a42be15056 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-en](https://huggingface.co/Helsinki-NLP/opus-mt-sk-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_es_xx.md
index 2bc242cb09fb8f..c612cdef2d5759 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-es](https://huggingface.co/Helsinki-NLP/opus-mt-sk-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fi_xx.md
index ddf4974455f0b8..7f36dbcd925a92 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sk-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fr_xx.md
index aaf9f4ed85aec8..6058487a34f502 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sk-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_sv_xx.md
index ce6d914080086c..bc5e0034965701 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sk_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sk-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sk-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_es_xx.md
index 5250166967817a..3e6a02b4d88685 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-es](https://huggingface.co/Helsinki-NLP/opus-mt-sl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fi_xx.md
index 019972abd7e979..d97ef3f43aecb2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sl-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fr_xx.md
index 33f82a6854bf89..7947fb34037f14 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sl-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_ru_xx.md
index 16d8639e4adc87..7176744190560b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-ru](https://huggingface.co/Helsinki-NLP/opus-mt-sl-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_sv_xx.md
index 7f7c82ce7dff15..b0e19e1c4e9127 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sl-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_uk_xx.md
index 5fab5b8c7213b2..ea981f1537d068 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sl_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sl-uk](https://huggingface.co/Helsinki-NLP/opus-mt-sl-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_en_xx.md
index b740c138ec9a34..e89acd00a5be6d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sla-en](https://huggingface.co/Helsinki-NLP/opus-mt-sla-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_sla_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_sla_xx.md
index 8f0c725a3b801e..b6209c1cbc1da5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_sla_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sla_sla_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sla-sla](https://huggingface.co/Helsinki-NLP/opus-mt-sla-sla)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_en_xx.md
index 610d78933f1cbe..a93f627c8e4704 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-en](https://huggingface.co/Helsinki-NLP/opus-mt-sm-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_es_xx.md
index a3f85f7aeffa02..72fa5c91d66626 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-es](https://huggingface.co/Helsinki-NLP/opus-mt-sm-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_fr_xx.md
index d7a6ce482ba77f..b750f5db39fe61 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sm_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sm-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sm-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_en_xx.md
index fd59208dd0988e..b7db809d920dc6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-en](https://huggingface.co/Helsinki-NLP/opus-mt-sn-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_es_xx.md
index d66adb34fbe42f..0e175f4229c82a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-es](https://huggingface.co/Helsinki-NLP/opus-mt-sn-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_fr_xx.md
index 48448ddfb96c6b..ec730a3c4439f7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sn-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_sv_xx.md
index c8067b3ae38c78..b1cf131121dba6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sn_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sn-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_en_xx.md
index eb233b78d99132..2f2dc7861c489e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-en](https://huggingface.co/Helsinki-NLP/opus-mt-sq-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_es_xx.md
index ab8ee9d471c328..c69173f1f35eca 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-es](https://huggingface.co/Helsinki-NLP/opus-mt-sq-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_sv_xx.md
index 7f0478c53bf52d..cd910684cc1785 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sq_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sq-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sq-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_en_xx.md
index 1f56d52d6e1dd4..ac219ba4a47c85 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-en](https://huggingface.co/Helsinki-NLP/opus-mt-srn-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_es_xx.md
index efb2edf0a75cc9..d370b8e8a74755 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-es](https://huggingface.co/Helsinki-NLP/opus-mt-srn-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_fr_xx.md
index d637ad430158dc..a9b505c3df0375 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-srn-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_sv_xx.md
index 62432d7dc709b7..6f48db501af19b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_srn_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-srn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-srn-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ss_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ss_en_xx.md
index 3c03841855a4cf..74c026abb70938 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ss_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ss_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ss-en](https://huggingface.co/Helsinki-NLP/opus-mt-ss-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ssp_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ssp_es_xx.md
index ce7d98ea66d08b..acfbb9fb5dc86d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ssp_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ssp_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ssp-es](https://huggingface.co/Helsinki-NLP/opus-mt-ssp-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_en_xx.md
index 44bfb709a16282..1d58beebd13856 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-en](https://huggingface.co/Helsinki-NLP/opus-mt-st-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_es_xx.md
index 56bf273371375f..867199251a8987 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-es](https://huggingface.co/Helsinki-NLP/opus-mt-st-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fi_xx.md
index 4e8ff079baf339..4a73a480d0e068 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-fi](https://huggingface.co/Helsinki-NLP/opus-mt-st-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fr_xx.md
index 92bc04864386e9..ecee0069e1d8f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-fr](https://huggingface.co/Helsinki-NLP/opus-mt-st-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_sv_xx.md
index acab459379e690..871476983b7ebe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_st_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_st_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-st-sv](https://huggingface.co/Helsinki-NLP/opus-mt-st-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_af_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_af_xx.md
index 4012e968adb1d6..91b3c38a6bd191 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_af_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_af_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-af](https://huggingface.co/Helsinki-NLP/opus-mt-sv-af)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ase_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ase_xx.md
index 13846fd6e3b602..7fd6cec9c84779 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ase_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ase_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ase](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ase)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bcl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bcl_xx.md
index 5856f53501bbb9..b1af71be3eb0f6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bcl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bcl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bcl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bcl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bem_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bem_xx.md
index 22cedcd56b1ed1..11c36cba01706e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bem_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bem_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bem](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bem)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bg_xx.md
index 5ac7a1bd41769b..692a7e76a6c109 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bi_xx.md
index bf929f583b06e2..91017cca77bb5b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bzs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bzs_xx.md
index f0280a272d2bb8..c77ae92a958133 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bzs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_bzs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-bzs](https://huggingface.co/Helsinki-NLP/opus-mt-sv-bzs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ceb_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ceb_xx.md
index 4e3487931ac91a..69d093dd90943e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ceb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ceb_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ceb](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ceb)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_chk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_chk_xx.md
index c4aac29ec4133a..590760e1585cdc 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_chk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_chk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-chk](https://huggingface.co/Helsinki-NLP/opus-mt-sv-chk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_crs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_crs_xx.md
index 0cb38c709a51c1..7257598d9f36eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_crs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_crs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-crs](https://huggingface.co/Helsinki-NLP/opus-mt-sv-crs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_cs_xx.md
index f2c2b5a114f132..26ce70e0f300a0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_cs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-cs](https://huggingface.co/Helsinki-NLP/opus-mt-sv-cs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ee_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ee_xx.md
index 0398d55d998d7a..dbc54289e658ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ee_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ee_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ee](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ee)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_efi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_efi_xx.md
index 050297f6c7ddf6..c6e36ab4846e8b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_efi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_efi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-efi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-efi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_el_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_el_xx.md
index 6ffd257850b604..11eb666232f0a7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_el_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_el_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-el](https://huggingface.co/Helsinki-NLP/opus-mt-sv-el)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_en_xx.md
index 543ab9800dda5d..43bf4fa19f97fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-en](https://huggingface.co/Helsinki-NLP/opus-mt-sv-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_eo_xx.md
index 0f12a7885407e3..b10b7dddd91afe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-eo](https://huggingface.co/Helsinki-NLP/opus-mt-sv-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_es_xx.md
index 840bdc22d2d465..e71dc129d9591f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-es](https://huggingface.co/Helsinki-NLP/opus-mt-sv-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_et_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_et_xx.md
index c40334d2796e84..494a810b8d1b36 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_et_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_et_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-et](https://huggingface.co/Helsinki-NLP/opus-mt-sv-et)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fi_xx.md
index efb05520642a3a..4030ef6e77df9b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-fi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fj_xx.md
index dc32e043ea133e..210021b4c7db11 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-fj](https://huggingface.co/Helsinki-NLP/opus-mt-sv-fj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fr_xx.md
index 03fe23208c7eee..ed6d731fc1222f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-fr](https://huggingface.co/Helsinki-NLP/opus-mt-sv-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gaa_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gaa_xx.md
index 45086421940fbd..a03095d832575f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gaa_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gaa_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-gaa](https://huggingface.co/Helsinki-NLP/opus-mt-sv-gaa)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gil_xx.md
index 605b7bf25a9005..80560c3949ffae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_gil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-gil](https://huggingface.co/Helsinki-NLP/opus-mt-sv-gil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_guw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_guw_xx.md
index bd1a6ccce05970..e8b8011689df91 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_guw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_guw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-guw](https://huggingface.co/Helsinki-NLP/opus-mt-sv-guw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ha_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ha_xx.md
index 6467667d2b5fcf..6daba17fa82459 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ha_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ha_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ha](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ha)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_he_xx.md
index 6b73d13af34ed2..d1426576b88a23 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-he](https://huggingface.co/Helsinki-NLP/opus-mt-sv-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hil_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hil_xx.md
index 8628bcd17d4e2e..c0f26d80c7eb00 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hil_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hil_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-hil](https://huggingface.co/Helsinki-NLP/opus-mt-sv-hil)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ho_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ho_xx.md
index 7aadd3bc73cf0f..c85ef4cc9ccf00 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ho_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ho_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ho](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ho)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hr_xx.md
index e58946be1cc1e4..7f447be543b2b0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-hr](https://huggingface.co/Helsinki-NLP/opus-mt-sv-hr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ht_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ht_xx.md
index a9c52aef51efe3..ac776cc9344fab 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ht_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ht_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ht](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ht)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hu_xx.md
index f0e4dfebb21588..b768895b647b3f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-hu](https://huggingface.co/Helsinki-NLP/opus-mt-sv-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_id_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_id_xx.md
index 0e3a9843843b1e..bda8c6325cfb2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_id_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_id_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-id](https://huggingface.co/Helsinki-NLP/opus-mt-sv-id)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ig_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ig_xx.md
index 24c163ada26eca..f7f181bc91dad6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ig_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ig_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ig](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ig)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ilo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ilo_xx.md
index 100f403f055d63..530f38a94d8b51 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ilo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ilo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ilo](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ilo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_is_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_is_xx.md
index b97cb7150edaa9..a52e05e845a046 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_is_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_is_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-is](https://huggingface.co/Helsinki-NLP/opus-mt-sv-is)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_iso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_iso_xx.md
index 55a5b1b6537711..b6f541cedac8c5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_iso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_iso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-iso](https://huggingface.co/Helsinki-NLP/opus-mt-sv-iso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kg_xx.md
index cce9edf1387fb9..a67cca83180c97 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-kg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-kg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kqn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kqn_xx.md
index 6b10c45e1e8dc2..b2bb506f1c5888 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kqn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kqn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-kqn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-kqn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kwy_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kwy_xx.md
index 0705eb1749be04..73cbe90e689ae8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kwy_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_kwy_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-kwy](https://huggingface.co/Helsinki-NLP/opus-mt-sv-kwy)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lg_xx.md
index 6fd3c6aca2bf80..c4acb7d748f1d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ln_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ln_xx.md
index 38a0f26f7900fd..5fe69c83dd94ac 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ln_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ln_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ln](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ln)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lu_xx.md
index d8c228bd08de8e..8aadfe0f8d02c8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lu](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lua_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lua_xx.md
index 3cb8d53944b358..25ad774eb14642 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lua_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lua_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lua](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lua)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lue_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lue_xx.md
index 210cbea758e4e1..e0919a6b61660f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lue_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lue_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lue](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lue)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lus_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lus_xx.md
index 091e01d847fb6d..69b122924fcb7d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lus_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lus_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lus](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lus)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lv_xx.md
index 70e46ef74aa3f6..9ad94fe7fcc58f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_lv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-lv](https://huggingface.co/Helsinki-NLP/opus-mt-sv-lv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mfe_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mfe_xx.md
index 2926506eed6109..fb592eda838e61 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mfe_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mfe_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mfe](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mfe)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mh_xx.md
index 245d34436dbfaf..682f6f7ded7c9f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mh](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mos_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mos_xx.md
index 328ff4a08a5f5b..c89624287a2662 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mos_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mos_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mos](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mos)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mt_xx.md
index 355b34ba2bc6e5..22e092b24506d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_mt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-mt](https://huggingface.co/Helsinki-NLP/opus-mt-sv-mt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_niu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_niu_xx.md
index 16c407365eaf69..6257a0053ed665 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_niu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_niu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-niu](https://huggingface.co/Helsinki-NLP/opus-mt-sv-niu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nl_xx.md
index 5e67ceeb10105d..859f4befec59f1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-nl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_no_xx.md
index 03dd2ec9f875b1..62d2a1293dcdfe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-no](https://huggingface.co/Helsinki-NLP/opus-mt-sv-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nso_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nso_xx.md
index 867813fc85f4b9..fb8c1c77450fc2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nso_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_nso_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-nso](https://huggingface.co/Helsinki-NLP/opus-mt-sv-nso)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ny_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ny_xx.md
index bf8e0fa6a12872..2c4ffc7e203478 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ny_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ny_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ny](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ny)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pag_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pag_xx.md
index b4551743085ac3..64a7af67b85194 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pag_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pag_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pag](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pag)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pap_xx.md
index 1f4dea08c63392..ed1c4dd4f4b865 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pap](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pis_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pis_xx.md
index e5e75f78551772..4fe16b27dd3325 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pis_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pis_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pis](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pis)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pon_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pon_xx.md
index bc78ebe9a0492e..c5ff5fe6dcf991 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pon_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_pon_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-pon](https://huggingface.co/Helsinki-NLP/opus-mt-sv-pon)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rnd_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rnd_xx.md
index 5b20f868b7fb36..2a292d06b3431c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rnd_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rnd_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-rnd](https://huggingface.co/Helsinki-NLP/opus-mt-sv-rnd)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ro_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ro_xx.md
index d1614296aceed2..0d07a0733157ee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ro_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ro_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ro](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ro)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ru_xx.md
index 2c107572df3741..3cc538dde9283f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ru](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_run_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_run_xx.md
index e46bbc02e4711c..dcb0571e0435ef 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_run_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_run_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-run](https://huggingface.co/Helsinki-NLP/opus-mt-sv-run)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rw_xx.md
index 122a02a039bc8c..fd4031b8f06500 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_rw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-rw](https://huggingface.co/Helsinki-NLP/opus-mt-sv-rw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sg_xx.md
index f0d3fbe1c8426f..a4a4eb4f7e10b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sg](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sk_xx.md
index 912e2639289540..6055b3f8599536 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sk](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sl_xx.md
index 2cf3b9aca4bd76..fbabe91d9a8edf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sm_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sm_xx.md
index 64127f996a1682..e61d2dfaa5dad7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sm_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sm_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sm](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sm)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sn_xx.md
index 6b0c058c2086b2..10f36e413918e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sq_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sq_xx.md
index eb70c24b0fd5ed..017f5b2cde731d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sq_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sq_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sq](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sq)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_srn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_srn_xx.md
index a3041abedb0ae1..736d50f51e6209 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_srn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_srn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-srn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-srn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_st_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_st_xx.md
index 15bb787f492cd5..66965a4a29587b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_st_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_st_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-st](https://huggingface.co/Helsinki-NLP/opus-mt-sv-st)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sv_xx.md
index 065a914c13c1c1..83c1fe26c8728e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-sv](https://huggingface.co/Helsinki-NLP/opus-mt-sv-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_swc_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_swc_xx.md
index 4090e0180fa559..02a0ad90a00883 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_swc_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_swc_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-swc](https://huggingface.co/Helsinki-NLP/opus-mt-sv-swc)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_th_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_th_xx.md
index 8af625650b1801..51ebfe64a139f8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_th_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_th_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-th](https://huggingface.co/Helsinki-NLP/opus-mt-sv-th)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tiv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tiv_xx.md
index 223defe7ff2a00..e90c7c7c627eb2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tiv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tiv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tiv](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tiv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tll_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tll_xx.md
index 9fd12207e4badd..d7f38d62d6f9e0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tll_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tll_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tll](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tll)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tn_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tn_xx.md
index 800bf460ebb425..3416e75d0b846d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tn_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tn_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tn](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tn)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_to_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_to_xx.md
index ffab4a3c1a1c8b..3680da2096eb94 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_to_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_to_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-to](https://huggingface.co/Helsinki-NLP/opus-mt-sv-to)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_toi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_toi_xx.md
index 009ab7006eb222..c8292a7b44fcb1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_toi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_toi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-toi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-toi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tpi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tpi_xx.md
index 5bebc10625a376..b21a506cbb5754 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tpi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tpi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tpi](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tpi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ts_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ts_xx.md
index 1df5771013a71b..950936de65853c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ts_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ts_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ts](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ts)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tum_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tum_xx.md
index c64c3be78e949c..deba592a698c58 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tum_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tum_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tum](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tum)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tvl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tvl_xx.md
index 8f3410957ccd70..4951c33cb042e7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tvl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tvl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tvl](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tvl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tw_xx.md
index 6ed49aad6817ee..d68bef0ece8f1c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_tw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-tw](https://huggingface.co/Helsinki-NLP/opus-mt-sv-tw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ty_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ty_xx.md
index 1800f87b50b334..112c2ea4d9a68f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ty_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ty_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ty](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ty)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_uk_xx.md
index c463660f6f7919..fc162d898c1f3c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-uk](https://huggingface.co/Helsinki-NLP/opus-mt-sv-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_umb_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_umb_xx.md
index 8cc3966c82bf76..210070606eb0f2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_umb_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_umb_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-umb](https://huggingface.co/Helsinki-NLP/opus-mt-sv-umb)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ve_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ve_xx.md
index ff2449caf7955f..bfb58b449bf055 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ve_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_ve_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-ve](https://huggingface.co/Helsinki-NLP/opus-mt-sv-ve)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_war_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_war_xx.md
index f50b013a4fb63d..5d243bdf358258 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_war_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_war_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-war](https://huggingface.co/Helsinki-NLP/opus-mt-sv-war)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_wls_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_wls_xx.md
index db032ba5575737..45e9aa1121ace0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_wls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_wls_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-wls](https://huggingface.co/Helsinki-NLP/opus-mt-sv-wls)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_xh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_xh_xx.md
index 0bffa28e72164d..90a7baf5e632fb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_xh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_xh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-xh](https://huggingface.co/Helsinki-NLP/opus-mt-sv-xh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yap_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yap_xx.md
index 00a82292b8a924..df549f1c0f0852 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yap_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yap_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-yap](https://huggingface.co/Helsinki-NLP/opus-mt-sv-yap)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yo_xx.md
index 9fec920af69c39..67f4975a0f4426 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_yo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-yo](https://huggingface.co/Helsinki-NLP/opus-mt-sv-yo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_zne_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_zne_xx.md
index 2a832bb148d2b5..dc1415dc0a66b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_zne_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_sv_zne_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-sv-zne](https://huggingface.co/Helsinki-NLP/opus-mt-sv-zne)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_en_xx.md
index 00498233dadb7e..9652b1baa3f32b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-en](https://huggingface.co/Helsinki-NLP/opus-mt-swc-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_es_xx.md
index 0fc76092aceb26..3f49687c26c0fd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-es](https://huggingface.co/Helsinki-NLP/opus-mt-swc-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fi_xx.md
index 610245c1d975c0..ddaec37aaba613 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-fi](https://huggingface.co/Helsinki-NLP/opus-mt-swc-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fr_xx.md
index 1aadef46919af5..ad93fb36fc801a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-fr](https://huggingface.co/Helsinki-NLP/opus-mt-swc-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_sv_xx.md
index 71180920a40e04..6f941de1b2a6e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_swc_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-swc-sv](https://huggingface.co/Helsinki-NLP/opus-mt-swc-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_taw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_taw_en_xx.md
index d50b6667171c09..e38c96f285a49e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_taw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_taw_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-taw-en](https://huggingface.co/Helsinki-NLP/opus-mt-taw-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_th_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_th_en_xx.md
index 00c9db09442ab4..5b22a78f11392c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_th_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_th_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-th-en](https://huggingface.co/Helsinki-NLP/opus-mt-th-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_th_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_th_fr_xx.md
index 26c4428ca444c7..ca9204159336d9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_th_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_th_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-th-fr](https://huggingface.co/Helsinki-NLP/opus-mt-th-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ti_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ti_en_xx.md
index 0001e132434c31..40180d32a49d71 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ti_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ti_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ti-en](https://huggingface.co/Helsinki-NLP/opus-mt-ti-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_en_xx.md
index 4a2c3d7ae80ab8..d8e5c3b335fa96 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_fr_xx.md
index ca06140955c3fb..85b12e5d0e4814 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_sv_xx.md
index 3404214d25fdf6..e35ee24625694d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tiv_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tiv-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tiv-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_de_xx.md
index 7f9628e46f3649..b3fc33e6d4b5b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-de](https://huggingface.co/Helsinki-NLP/opus-mt-tl-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_en_xx.md
index 92c83c570a35d9..2e121627393c3f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tl-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_es_xx.md
index eeb390351e5684..08e3698452c021 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-es](https://huggingface.co/Helsinki-NLP/opus-mt-tl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_pt_xx.md
index db998924c79b71..3247db62d3d94d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tl_pt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tl-pt](https://huggingface.co/Helsinki-NLP/opus-mt-tl-pt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_en_xx.md
index bee82ec9cd21d4..56c49a02b341fb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-en](https://huggingface.co/Helsinki-NLP/opus-mt-tll-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_es_xx.md
index 1267a03b28ddc2..5d515bd14a2b2b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-es](https://huggingface.co/Helsinki-NLP/opus-mt-tll-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fi_xx.md
index 7980369ac18f98..ddcfb66ee9a934 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-fi](https://huggingface.co/Helsinki-NLP/opus-mt-tll-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fr_xx.md
index 80ac31d293a3a1..4f0742c6ae548f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tll-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_sv_xx.md
index 5314397901197e..b8e40483722b77 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tll_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tll-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tll-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_en_xx.md
index 25c931882fceb7..5e3450ce49582a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-en](https://huggingface.co/Helsinki-NLP/opus-mt-tn-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_es_xx.md
index 2f09b8f3d24a61..0e913590cfdd50 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-es](https://huggingface.co/Helsinki-NLP/opus-mt-tn-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_fr_xx.md
index 273255ba9bf2ac..1210cf00407e14 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tn-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_sv_xx.md
index 4f5d5b5d51ef29..b82ba8ad3ef98e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tn_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tn-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tn-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_en_xx.md
index cd6217d944cb9f..5885567115ab9c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-en](https://huggingface.co/Helsinki-NLP/opus-mt-to-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_es_xx.md
index 406c0c2754b955..159679ad59e306 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-es](https://huggingface.co/Helsinki-NLP/opus-mt-to-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_fr_xx.md
index 6dbee8f5b8dd34..c1a1607bb8f172 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-fr](https://huggingface.co/Helsinki-NLP/opus-mt-to-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_sv_xx.md
index 4072eefb856b1a..07cadd0a6208f6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_to_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_to_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-to-sv](https://huggingface.co/Helsinki-NLP/opus-mt-to-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_en_xx.md
index c793202dd21290..0dcc5a78707d42 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-en](https://huggingface.co/Helsinki-NLP/opus-mt-toi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_es_xx.md
index c26abee7be47df..f64510fe3c2dfd 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-es](https://huggingface.co/Helsinki-NLP/opus-mt-toi-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fi_xx.md
index b0857e3e9949d1..b0a0cce2aaf719 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-fi](https://huggingface.co/Helsinki-NLP/opus-mt-toi-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fr_xx.md
index 3ab6fa3922f1e6..2730dbb17df314 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-toi-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_sv_xx.md
index 0ae2acd8f33604..44ad26f4ceaa9c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_toi_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-toi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-toi-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_en_xx.md
index fd2e43ecaeaa08..2ab6584b549bd2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en](https://huggingface.co/Helsinki-NLP/opus-mt-tpi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_sv_xx.md
index fc566fb616fb5e..81d95259025db9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tpi_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tpi-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tpi-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_ar_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_ar_xx.md
index affa11dda5faa1..56bd99e3491fc7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_ar_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_ar_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-ar](https://huggingface.co/Helsinki-NLP/opus-mt-tr-ar)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_az_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_az_xx.md
index 05fbac2574963c..90a35dbbd45df5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_az_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_az_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-az](https://huggingface.co/Helsinki-NLP/opus-mt-tr-az)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_en_xx.md
index f8e9c29b001be5..237daec4abf665 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-en](https://huggingface.co/Helsinki-NLP/opus-mt-tr-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_eo_xx.md
index 29ece835212513..719c19bd063f8e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-eo](https://huggingface.co/Helsinki-NLP/opus-mt-tr-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_es_xx.md
index 844d49ff100009..f11dc1f660036f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-es](https://huggingface.co/Helsinki-NLP/opus-mt-tr-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_fr_xx.md
index 209dc5897dfbc2..a56591802bf9ec 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tr-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_lt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_lt_xx.md
index de835bdaa7c915..6b68bb8a4a0ca3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_lt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_lt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-lt](https://huggingface.co/Helsinki-NLP/opus-mt-tr-lt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_sv_xx.md
index 4fde0d06c1a978..84f3a8e3fa1c54 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tr-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_uk_xx.md
index e91b133aed03d6..f3004edc432d19 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tr_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tr-uk](https://huggingface.co/Helsinki-NLP/opus-mt-tr-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_trk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_trk_en_xx.md
index a86bba65644e22..c0854241303149 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_trk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_trk_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-trk-en](https://huggingface.co/Helsinki-NLP/opus-mt-trk-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_en_xx.md
index c0c463c673a4e2..0e4af4bfd36c6b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-en](https://huggingface.co/Helsinki-NLP/opus-mt-ts-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_es_xx.md
index 1d7c834e6f90d9..4e252e2926498d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-es](https://huggingface.co/Helsinki-NLP/opus-mt-ts-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fi_xx.md
index 0b754dd013cf1e..9ac4b6acbafb75 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ts-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fr_xx.md
index f0bb14a972fe5b..523d4aebe9f4eb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ts-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_sv_xx.md
index d5d0b4b74d97b9..2099377b50950b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ts_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ts-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ts-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_en_xx.md
index fe22f3bbf116d3..987774691915b3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-en](https://huggingface.co/Helsinki-NLP/opus-mt-tum-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_es_xx.md
index 785e5e7e7124e8..340db52bad13d6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-es](https://huggingface.co/Helsinki-NLP/opus-mt-tum-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_fr_xx.md
index 6533b0cb95dde5..90e4dcee9ea4c0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tum-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_sv_xx.md
index 2c575bd66e77f1..34456f3fd5c8bb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tum_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tum-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tum-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_en_xx.md
index 797a5cd7b87629..56fa225a03a5f0 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_es_xx.md
index 4e89e19b3afbb0..b97a98709e3dd3 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-es](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fi_xx.md
index b4ca9041a848a2..374f7a459a56d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fi](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fr_xx.md
index 4ba631d4f75753..05ab01ca9e5c62 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_sv_xx.md
index 709b13ddce76cf..c436a2e32faa74 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tvl_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tvl-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tvl-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_es_xx.md
index 8935b3bde4682a..477f50e46e428a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-es](https://huggingface.co/Helsinki-NLP/opus-mt-tw-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fi_xx.md
index b34c5f4aa64d62..001853550b8be7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-fi](https://huggingface.co/Helsinki-NLP/opus-mt-tw-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fr_xx.md
index e9864d236202eb..b6743e537ba6b4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-fr](https://huggingface.co/Helsinki-NLP/opus-mt-tw-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_sv_xx.md
index 190e8b5efc52a1..2c395b8d3f3d13 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tw_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tw-sv](https://huggingface.co/Helsinki-NLP/opus-mt-tw-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_es_xx.md
index c27ac57e01b747..e82c96af0dbbae 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-es](https://huggingface.co/Helsinki-NLP/opus-mt-ty-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fi_xx.md
index 459531afba0c58..79c28d12183f6c 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-fi](https://huggingface.co/Helsinki-NLP/opus-mt-ty-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fr_xx.md
index 39c52518ceab1c..55f049bfc27cc4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-fr](https://huggingface.co/Helsinki-NLP/opus-mt-ty-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_sv_xx.md
index d4ff98e5454e9d..4ce35c1231f285 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ty_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ty-sv](https://huggingface.co/Helsinki-NLP/opus-mt-ty-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_tzo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_tzo_es_xx.md
index 00268069d2355c..ed85efad96ed28 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_tzo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_tzo_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-tzo-es](https://huggingface.co/Helsinki-NLP/opus-mt-tzo-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_bg_xx.md
index ecf2acc97870fb..0db57b4649e187 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-bg](https://huggingface.co/Helsinki-NLP/opus-mt-uk-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ca_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ca_xx.md
index c2834e1468ce68..3aa8f2bfd589e4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ca_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ca_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-ca](https://huggingface.co/Helsinki-NLP/opus-mt-uk-ca)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_cs_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_cs_xx.md
index aae79652c5a4b4..e9b52155a07b9a 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_cs_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_cs_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-cs](https://huggingface.co/Helsinki-NLP/opus-mt-uk-cs)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_de_xx.md
index 9d20be58450578..8b5e1182f59585 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-de](https://huggingface.co/Helsinki-NLP/opus-mt-uk-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_en_xx.md
index d01de0900efd63..503f9d3690ae00 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-en](https://huggingface.co/Helsinki-NLP/opus-mt-uk-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_es_xx.md
index c5d8a5216bcd97..1ebc3981bd7525 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-es](https://huggingface.co/Helsinki-NLP/opus-mt-uk-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fi_xx.md
index 6b3b2250dca57a..dc72b2478d18e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-fi](https://huggingface.co/Helsinki-NLP/opus-mt-uk-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fr_xx.md
index 4ad3c26fa3657c..3b566c00c57ade 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-fr](https://huggingface.co/Helsinki-NLP/opus-mt-uk-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_he_xx.md
index bf1cd9b810e3bc..d5c28cb4521ba1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-he](https://huggingface.co/Helsinki-NLP/opus-mt-uk-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_hu_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_hu_xx.md
index 7d5fa087ae0b78..c32f08b9171147 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_hu_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_hu_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-hu](https://huggingface.co/Helsinki-NLP/opus-mt-uk-hu)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_it_xx.md
index ef009565589a0d..c5a23f925d584b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-it](https://huggingface.co/Helsinki-NLP/opus-mt-uk-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_nl_xx.md
index d509ba505241f0..50c818d788b2e5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-nl](https://huggingface.co/Helsinki-NLP/opus-mt-uk-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_no_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_no_xx.md
index e268f6a9418032..083cc29102e5d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_no_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_no_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-no](https://huggingface.co/Helsinki-NLP/opus-mt-uk-no)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pl_xx.md
index 6f431934d5070a..95700341d5cdd8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-pl](https://huggingface.co/Helsinki-NLP/opus-mt-uk-pl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pt_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pt_xx.md
index e9604265412328..2aaae01d50ed00 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pt_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_pt_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-pt](https://huggingface.co/Helsinki-NLP/opus-mt-uk-pt)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ru_xx.md
index 5f473b647056ba..96f6ac3515217b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-ru](https://huggingface.co/Helsinki-NLP/opus-mt-uk-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sh_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sh_xx.md
index 3bc13c4bbde382..3e2abf13e0c878 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sh_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sh_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-sh](https://huggingface.co/Helsinki-NLP/opus-mt-uk-sh)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sl_xx.md
index ac954b5112a2d9..7b33cf83b8bf9d 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-sl](https://huggingface.co/Helsinki-NLP/opus-mt-uk-sl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sv_xx.md
index 167dd3cbd145e6..15700014e8ba72 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-sv](https://huggingface.co/Helsinki-NLP/opus-mt-uk-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_tr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_tr_xx.md
index fccae25ac218ef..f7239f0a4fb136 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_tr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_uk_tr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-uk-tr](https://huggingface.co/Helsinki-NLP/opus-mt-uk-tr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_umb_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_umb_en_xx.md
index f4a3dc51aa660b..eea410c6ea8d7f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_umb_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_umb_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-umb-en](https://huggingface.co/Helsinki-NLP/opus-mt-umb-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ur_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ur_en_xx.md
index 7682d59deaf2a9..2a1e05d4e93d68 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ur_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ur_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ur-en](https://huggingface.co/Helsinki-NLP/opus-mt-ur-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_en_xx.md
index 54a537a3015005..3feeb2cccbfadb 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-urj-en](https://huggingface.co/Helsinki-NLP/opus-mt-urj-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_urj_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_urj_xx.md
index 8b1b87ce8ca259..35e6ea2a244418 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_urj_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_urj_urj_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-urj-urj](https://huggingface.co/Helsinki-NLP/opus-mt-urj-urj)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_en_xx.md
index 7b96038d5e0ee0..b45dc1ca23dd0e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ve-en](https://huggingface.co/Helsinki-NLP/opus-mt-ve-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_es_xx.md
index b2b46628337a78..9adbe764e48f58 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_ve_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-ve-es](https://huggingface.co/Helsinki-NLP/opus-mt-ve-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_de_xx.md
index 9c482609fdf522..ff2dd8ec86727f 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-de](https://huggingface.co/Helsinki-NLP/opus-mt-vi-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_en_xx.md
index 43fed3281aa3ee..321f2d04337f78 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-en](https://huggingface.co/Helsinki-NLP/opus-mt-vi-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_eo_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_eo_xx.md
index fa90e200ce26b5..b522a8a0eed7b5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_eo_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_eo_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-eo](https://huggingface.co/Helsinki-NLP/opus-mt-vi-eo)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_es_xx.md
index ddfff4198d0350..58b15ab3b5da73 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-es](https://huggingface.co/Helsinki-NLP/opus-mt-vi-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_fr_xx.md
index fbd57ab4481040..12a82bd3cafc44 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-fr](https://huggingface.co/Helsinki-NLP/opus-mt-vi-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_it_xx.md
index 56eed75e86c1c4..13bd14db9c86d4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-it](https://huggingface.co/Helsinki-NLP/opus-mt-vi-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_ru_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_ru_xx.md
index deacd6347dde72..1d7ca2da14ac8e 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_ru_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vi_ru_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vi-ru](https://huggingface.co/Helsinki-NLP/opus-mt-vi-ru)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_vsl_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_vsl_es_xx.md
index 0ed3f5855a5138..b93740f3dc3c32 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_vsl_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_vsl_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-vsl-es](https://huggingface.co/Helsinki-NLP/opus-mt-vsl-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_wa_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_wa_en_xx.md
index 12a338bb0f333a..41a5bc92871738 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_wa_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_wa_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wa-en](https://huggingface.co/Helsinki-NLP/opus-mt-wa-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_wal_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_wal_en_xx.md
index 153637ea7fd65f..f58e786c81a022 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_wal_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_wal_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wal-en](https://huggingface.co/Helsinki-NLP/opus-mt-wal-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_en_xx.md
index ae3d7afeb37ef4..08d5c94bbc9686 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-en](https://huggingface.co/Helsinki-NLP/opus-mt-war-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_es_xx.md
index 090dd36572c10f..14d6e6bf1bb9b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-es](https://huggingface.co/Helsinki-NLP/opus-mt-war-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fi_xx.md
index c9bd33cedf5e04..3a00338cefbc99 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-fi](https://huggingface.co/Helsinki-NLP/opus-mt-war-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fr_xx.md
index b409e16d5d2bc4..fc0745a13ee997 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-fr](https://huggingface.co/Helsinki-NLP/opus-mt-war-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_sv_xx.md
index 8cdf50a3e43f12..b56b6ad455df90 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_war_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_war_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-war-sv](https://huggingface.co/Helsinki-NLP/opus-mt-war-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_en_xx.md
index 4e75079463ec9f..910e86085b7cf4 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-en](https://huggingface.co/Helsinki-NLP/opus-mt-wls-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_fr_xx.md
index 41e77ad5df71b3..dbb8f9dcb3d9e1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-fr](https://huggingface.co/Helsinki-NLP/opus-mt-wls-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_sv_xx.md
index ab80da5c5803a7..7db3f317f2b9cf 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_wls_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-wls-sv](https://huggingface.co/Helsinki-NLP/opus-mt-wls-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_en_xx.md
index 0fe07b0ea4a1bc..0c13b3e24d4a39 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-en](https://huggingface.co/Helsinki-NLP/opus-mt-xh-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_es_xx.md
index 43ed2d26798ab9..b48ecdaa2eb234 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-es](https://huggingface.co/Helsinki-NLP/opus-mt-xh-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_fr_xx.md
index 199532799a8633..8f9fab06355a99 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-fr](https://huggingface.co/Helsinki-NLP/opus-mt-xh-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_sv_xx.md
index 7572a675bdbe7d..0f9720757c6dea 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_xh_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-xh-sv](https://huggingface.co/Helsinki-NLP/opus-mt-xh-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_en_xx.md
index d320dd9f456605..22803f03e0e0b1 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-en](https://huggingface.co/Helsinki-NLP/opus-mt-yap-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_fr_xx.md
index 6e3d936692dc01..fa43f4b7b7fde2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-fr](https://huggingface.co/Helsinki-NLP/opus-mt-yap-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_sv_xx.md
index 7b1596b7d33814..f0a1d0b0e41010 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yap_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yap-sv](https://huggingface.co/Helsinki-NLP/opus-mt-yap-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_en_xx.md
index 7b2a102b259545..4dfec7633b9c87 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-en](https://huggingface.co/Helsinki-NLP/opus-mt-yo-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_es_xx.md
index 4e96c6920de33c..2a93b870c8a213 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-es](https://huggingface.co/Helsinki-NLP/opus-mt-yo-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fi_xx.md
index 36014c659206b7..94e1c031c004d5 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-fi](https://huggingface.co/Helsinki-NLP/opus-mt-yo-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fr_xx.md
index f0db28dd993770..09f46ea69d0313 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-fr](https://huggingface.co/Helsinki-NLP/opus-mt-yo-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_sv_xx.md
index 52a788bb418505..59bc9f06785374 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_yo_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-yo-sv](https://huggingface.co/Helsinki-NLP/opus-mt-yo-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zai_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zai_es_xx.md
index 28b094cf0583ce..1961c127fc90ee 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zai_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zai_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zai-es](https://huggingface.co/Helsinki-NLP/opus-mt-zai-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_bg_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_bg_xx.md
index 0e1c087acfacfd..77805d68520373 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_bg_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_bg_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-bg](https://huggingface.co/Helsinki-NLP/opus-mt-zh-bg)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_de_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_de_xx.md
index 7d50db385ed23a..7964831fda7e73 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_de_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_de_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-de](https://huggingface.co/Helsinki-NLP/opus-mt-zh-de)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_en_xx.md
index b90259ae8a3cdd..5882cc2bc9f8c9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-en](https://huggingface.co/Helsinki-NLP/opus-mt-zh-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_fi_xx.md
index 3bd9f53367f626..cc3278c4a56eb2 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-fi](https://huggingface.co/Helsinki-NLP/opus-mt-zh-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_he_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_he_xx.md
index 8c04f92cfdd953..075b4e132bd5d8 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_he_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_he_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-he](https://huggingface.co/Helsinki-NLP/opus-mt-zh-he)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_it_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_it_xx.md
index 2b86444be59c7c..16dfe4728f4f32 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_it_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_it_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-it](https://huggingface.co/Helsinki-NLP/opus-mt-zh-it)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_ms_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_ms_xx.md
index 0c1998074c21c9..f4198dcd2de28b 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_ms_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_ms_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-ms](https://huggingface.co/Helsinki-NLP/opus-mt-zh-ms)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_nl_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_nl_xx.md
index c87613579c4966..bc4aa7509cc010 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_nl_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_nl_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-nl](https://huggingface.co/Helsinki-NLP/opus-mt-zh-nl)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_sv_xx.md
index 7759e0fd2d96ac..d2410fa8864e14 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-sv](https://huggingface.co/Helsinki-NLP/opus-mt-zh-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_uk_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_uk_xx.md
index 72a68b693c9082..e89d87925602d7 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_uk_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_uk_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-uk](https://huggingface.co/Helsinki-NLP/opus-mt-zh-uk)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_vi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_vi_xx.md
index 9c289844fcd702..89a273cc6faf64 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_vi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zh_vi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zh-vi](https://huggingface.co/Helsinki-NLP/opus-mt-zh-vi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_en_xx.md
index d70957c63635e3..4f0c0e7be15fbe 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zle-en](https://huggingface.co/Helsinki-NLP/opus-mt-zle-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_zle_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_zle_xx.md
index 51680b02130204..cc7a33412280b9 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_zle_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zle_zle_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zle-zle](https://huggingface.co/Helsinki-NLP/opus-mt-zle-zle)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_en_xx.md
index 49e8aeca5c91c6..ade4597777c050 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zls-en](https://huggingface.co/Helsinki-NLP/opus-mt-zls-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_zls_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_zls_xx.md
index 042526c884f102..56d05bcf046aaa 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_zls_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zls_zls_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zls-zls](https://huggingface.co/Helsinki-NLP/opus-mt-zls-zls)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_en_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_en_xx.md
index 9cfd07e13cc0de..a53181de7d4041 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_en_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_en_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en](https://huggingface.co/Helsinki-NLP/opus-mt-zlw-en)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_zlw_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_zlw_xx.md
index bde03d6ad7cbc2..a654a87d510958 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_zlw_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zlw_zlw_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zlw-zlw](https://huggingface.co/Helsinki-NLP/opus-mt-zlw-zlw)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_es_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_es_xx.md
index dfb9d7892dc6ed..a4d4a55a6fba49 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_es_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_es_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-es](https://huggingface.co/Helsinki-NLP/opus-mt-zne-es)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fi_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fi_xx.md
index 8f2ef5ecadc874..ac5a640507f372 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fi_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fi_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-fi](https://huggingface.co/Helsinki-NLP/opus-mt-zne-fi)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fr_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fr_xx.md
index 6032ed8a0d0d75..4a37d76734f2c6 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fr_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_fr_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-fr](https://huggingface.co/Helsinki-NLP/opus-mt-zne-fr)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_sv_xx.md b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_sv_xx.md
index 4fc95be7aab608..031b8a3bed5980 100644
--- a/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_sv_xx.md
+++ b/docs/_posts/maziyarpanahi/2021-06-04-translate_zne_sv_xx.md
@@ -71,7 +71,7 @@ translate_df
## Data Source
-[https://huggingface.co/Helsinki-NLP/opus-mt-zne-sv](https://huggingface.co/Helsinki-NLP/opus-mt-zne-sv)
+[https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models](https://github.com/Helsinki-NLP/OPUS-MT-train/tree/master/models)
## Included Models
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_afribooms_af_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_afribooms_af_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_afribooms_af_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_afribooms_af_3_0.md
index 8e3e3ce417f8d8..aaf405978a5e33 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_afribooms_af_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_afribooms_af_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Afrikaans (lemma_afribooms)
author: John Snow Labs
name: lemma_afribooms
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, af, afrikaans]
task: Lemmatization
language: af
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_afribooms`) trained on Universal Dependencie
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_afribooms_af_3.4.3_3.0_1648738974145.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_afribooms_af_3.4.3_3.0_1651416765342.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_afribooms", "af")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_afribooms", "af")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Afrikaans-AfriBooms`
-
[https://github.com/UniversalDependencies/UD_Afrikaans-AfriBooms](https://github.com/UniversalDependencies/UD_Afrikaans-AfriBooms)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ancora_es_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ancora_es_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_ancora_es_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_ancora_es_3_0.md
index 10577610fdcd81..ab8617d2536197 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ancora_es_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ancora_es_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Spanish (lemma_ancora)
author: John Snow Labs
name: lemma_ancora
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, es, spanish]
task: Lemmatization
language: es
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_ancora`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ancora_es_3.4.3_3.0_1648739015100.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ancora_es_3.4.3_3.0_1651416800165.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_ancora", "es")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_ancora", "es")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Spanish-AnCora`
-
[https://github.com/UniversalDependencies/UD_Spanish-AnCora](https://github.com/UniversalDependencies/UD_Spanish-AnCora)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_armtdp_hy_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_armtdp_hy_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_armtdp_hy_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_armtdp_hy_3_0.md
index 2ac97ec46846ca..09b8dc9973e52c 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_armtdp_hy_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_armtdp_hy_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Armenian (lemma_armtdp)
author: John Snow Labs
name: lemma_armtdp
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, hy, armenian]
task: Lemmatization
language: hy
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_armtdp`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_armtdp_hy_3.4.3_3.0_1648738956601.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_armtdp_hy_3.4.3_3.0_1651416747978.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_armtdp", "hy")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_armtdp", "hy")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Armenian-ArmTDP`
-
[https://github.com/UniversalDependencies/UD_Armenian-ArmTDP](https://github.com/UniversalDependencies/UD_Armenian-ArmTDP)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_armtdp_hyw_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_armtdp_hyw_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_armtdp_hyw_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_armtdp_hyw_3_0.md
index 683e88b362f2be..3d41a1855f64a8 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_armtdp_hyw_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_armtdp_hyw_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Armenian (lemma_armtdp)
author: John Snow Labs
name: lemma_armtdp
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, hyw, armenian]
task: Lemmatization
language: hyw
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_armtdp`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_armtdp_hyw_3.4.3_3.0_1648739026880.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_armtdp_hyw_3.4.3_3.0_1651416811654.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_armtdp", "hyw")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_armtdp", "hyw")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Armenian-ArmTDP`
-
[https://github.com/UniversalDependencies/UD_Armenian-ArmTDP](https://github.com/UniversalDependencies/UD_Armenian-ArmTDP)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_bdt_eu_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_bdt_eu_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_bdt_eu_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_bdt_eu_3_0.md
index 0c45ca6c939f9e..7601be9932b274 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_bdt_eu_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_bdt_eu_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Basque (lemma_bdt)
author: John Snow Labs
name: lemma_bdt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, eu, basque]
task: Lemmatization
language: eu
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_bdt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_bdt_eu_3.4.3_3.0_1648738802510.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_bdt_eu_3.4.3_3.0_1651416597493.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_bdt", "eu")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_bdt", "eu")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Basque-BDT`
-
[https://github.com/UniversalDependencies/UD_Basque-BDT](https://github.com/UniversalDependencies/UD_Basque-BDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_bokmaal_no_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_bokmaal_no_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_bokmaal_no_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_bokmaal_no_3_0.md
index e76b5f6e79d6d7..e49b2937e5b557 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_bokmaal_no_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_bokmaal_no_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Norwegian (lemma_bokmaal)
author: John Snow Labs
name: lemma_bokmaal
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, "no", norwegian]
task: Lemmatization
language: "no"
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_bokmaal`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_bokmaal_no_3.4.3_3.0_1648738850520.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_bokmaal_no_3.4.3_3.0_1651416643856.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_bokmaal", "no")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_bokmaal", "no")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Norwegian-Bokmaal`
-
[https://github.com/UniversalDependencies/UD_Norwegian-Bokmaal](https://github.com/UniversalDependencies/UD_Norwegian-Bokmaal)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_bosque_pt_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_bosque_pt_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_bosque_pt_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_bosque_pt_3_0.md
index 4b673ca85536dc..2e775d509a3bcd 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_bosque_pt_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_bosque_pt_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Portuguese (lemma_bosque)
author: John Snow Labs
name: lemma_bosque
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, pt, portuguese]
task: Lemmatization
language: pt
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_bosque`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_bosque_pt_3.4.3_3.0_1648738897691.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_bosque_pt_3.4.3_3.0_1651416690145.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_bosque", "pt")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_bosque", "pt")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Portuguese-Bosque`
-
[https://github.com/UniversalDependencies/UD_Portuguese-Bosque](https://github.com/UniversalDependencies/UD_Portuguese-Bosque)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_cltt_cs_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_cltt_cs_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_cltt_cs_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_cltt_cs_3_0.md
index 5545d98a843090..8f61dbb9087a13 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_cltt_cs_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_cltt_cs_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Czech (lemma_cltt)
author: John Snow Labs
name: lemma_cltt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, cs, czech]
task: Lemmatization
language: cs
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_cltt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_cltt_cs_3.4.3_3.0_1648738938719.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_cltt_cs_3.4.3_3.0_1651429177772.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_cltt", "cs")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_cltt", "cs")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Czech-CLTT`
-
[https://github.com/UniversalDependencies/UD_Czech-CLTT](https://github.com/UniversalDependencies/UD_Czech-CLTT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_edt_et_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_edt_et_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_edt_et_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_edt_et_3_0.md
index d746d8deb5e436..fa1b0b270e0854 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_edt_et_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_edt_et_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Estonian (lemma_edt)
author: John Snow Labs
name: lemma_edt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, et, estonian]
task: Lemmatization
language: et
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_edt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_edt_et_3.4.3_3.0_1648738844680.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_edt_et_3.4.3_3.0_1651416638052.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_edt", "et")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_edt", "et")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Estonian-EDT`
-
[https://github.com/UniversalDependencies/UD_Estonian-EDT](https://github.com/UniversalDependencies/UD_Estonian-EDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ewt_en_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ewt_en_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_ewt_en_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_ewt_en_3_0.md
index 92dc3579ebd677..a5136a1456c075 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ewt_en_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ewt_en_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for English (lemma_ewt)
author: John Snow Labs
name: lemma_ewt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, en, english]
task: Lemmatization
language: en
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_ewt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ewt_en_3.4.3_3.0_1648738862504.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ewt_en_3.4.3_3.0_1651416655397.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_ewt", "en")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_ewt", "en")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_English-EWT`
-
[https://github.com/UniversalDependencies/UD_English-EWT](https://github.com/UniversalDependencies/UD_English-EWT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ewt_et_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ewt_et_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_ewt_et_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_ewt_et_3_0.md
index 8da5a62677da47..06132ee84b7575 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ewt_et_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ewt_et_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Estonian (lemma_ewt)
author: John Snow Labs
name: lemma_ewt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, et, estonian]
task: Lemmatization
language: et
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_ewt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ewt_et_3.4.3_3.0_1648738968352.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ewt_et_3.4.3_3.0_1651416759547.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_ewt", "et")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_ewt", "et")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Estonian-EWT`
-
[https://github.com/UniversalDependencies/UD_Estonian-EWT](https://github.com/UniversalDependencies/UD_Estonian-EWT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_fictree_cs_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_fictree_cs_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_fictree_cs_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_fictree_cs_3_0.md
index 959cee5d8b5213..7979ff0cc8d4bf 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_fictree_cs_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_fictree_cs_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Czech (lemma_fictree)
author: John Snow Labs
name: lemma_fictree
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, cs, czech]
task: Lemmatization
language: cs
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_fictree`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_fictree_cs_3.4.3_3.0_1648738874281.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_fictree_cs_3.4.3_3.0_1651429171950.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_fictree", "cs")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_fictree", "cs")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Czech-FicTree`
-
[https://github.com/UniversalDependencies/UD_Czech-FicTree](https://github.com/UniversalDependencies/UD_Czech-FicTree)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_framenet_tr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_framenet_tr_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_framenet_tr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_framenet_tr_3_0.md
index 9552eb77a5da49..7ec277c8678b8e 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_framenet_tr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_framenet_tr_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Turkish (lemma_framenet)
author: John Snow Labs
name: lemma_framenet
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, tr, turkish]
task: Lemmatization
language: tr
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_framenet`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_framenet_tr_3.4.3_3.0_1648738880110.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_framenet_tr_3.4.3_3.0_1651416672777.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_framenet", "tr")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_framenet", "tr")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Turkish-FrameNet`
-
[https://github.com/UniversalDependencies/UD_Turkish-FrameNet](https://github.com/UniversalDependencies/UD_Turkish-FrameNet)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ftb_fi_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ftb_fi_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_ftb_fi_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_ftb_fi_3_0.md
index 187e5527eea5fb..7794bd39feea52 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ftb_fi_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ftb_fi_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Finnish (lemma_ftb)
author: John Snow Labs
name: lemma_ftb
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, fi, finnish]
task: Lemmatization
language: fi
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_ftb`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ftb_fi_3.4.3_3.0_1648738826463.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ftb_fi_3.4.3_3.0_1651416620701.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_ftb", "fi")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_ftb", "fi")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Finnish-FTB`
-
[https://github.com/UniversalDependencies/UD_Finnish-FTB](https://github.com/UniversalDependencies/UD_Finnish-FTB)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ftb_fr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ftb_fr_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_ftb_fr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_ftb_fr_3_0.md
index 2335d7a35c8961..70bacbc665eca8 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ftb_fr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ftb_fr_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for French (lemma_ftb)
author: John Snow Labs
name: lemma_ftb
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, fr, french]
task: Lemmatization
language: fr
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_ftb`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ftb_fr_3.4.3_3.0_1648739003791.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ftb_fr_3.4.3_3.0_1651429183598.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_ftb", "fr")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_ftb", "fr")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_French-FTB`
-
[https://github.com/UniversalDependencies/UD_French-FTB](https://github.com/UniversalDependencies/UD_French-FTB)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_giella_sme_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_giella_sme_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_giella_sme_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_giella_sme_3_0.md
index 3180a1e3835abd..9ce760c39f7cc0 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_giella_sme_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_giella_sme_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Sami (lemma_giella)
author: John Snow Labs
name: lemma_giella
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, sme, sami]
task: Lemmatization
language: sme
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_giella`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_giella_sme_3.4.3_3.0_1648738838448.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_giella_sme_3.4.3_3.0_1651416632240.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_giella", "sme")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_giella", "sme")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Sami-Giella`
-
[https://github.com/UniversalDependencies/UD_Sami-Giella](https://github.com/UniversalDependencies/UD_Sami-Giella)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_id_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_id_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_id_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_id_3_0.md
index dea4675b2a80d8..e01c2bfb35a76b 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_id_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_id_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Indonesian (lemma_gsd)
author: John Snow Labs
name: lemma_gsd
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, id, indonesian]
task: Lemmatization
language: id
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_gsd`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_gsd_id_3.4.3_3.0_1648738986058.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_gsd_id_3.4.3_3.0_1651416776872.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_gsd", "id")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_gsd", "id")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Indonesian-GSD`
-
[https://github.com/UniversalDependencies/UD_Indonesian-GSD](https://github.com/UniversalDependencies/UD_Indonesian-GSD)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_ko_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_ko_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_ko_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_ko_3_0.md
index 7a173edb2c0ae9..668e4959b0952d 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_ko_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_ko_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Korean (lemma_gsd)
author: John Snow Labs
name: lemma_gsd
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, ko, korean]
task: Lemmatization
language: ko
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_gsd`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_gsd_ko_3.4.3_3.0_1648738820489.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_gsd_ko_3.4.3_3.0_1651416614863.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_gsd", "ko")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_gsd", "ko")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Korean-GSD`
-
[https://github.com/UniversalDependencies/UD_Korean-GSD](https://github.com/UniversalDependencies/UD_Korean-GSD)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_ru_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_ru_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_ru_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_ru_3_0.md
index ca44a672c2eced..f1c004df9d5816 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_gsd_ru_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_gsd_ru_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Russian (lemma_gsd)
author: John Snow Labs
name: lemma_gsd
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, ru, russian]
task: Lemmatization
language: ru
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_gsd`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_gsd_ru_3.4.3_3.0_1648738980152.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_gsd_ru_3.4.3_3.0_1651416771086.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_gsd", "ru")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_gsd", "ru")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Russian-GSD`
-
[https://github.com/UniversalDependencies/UD_Russian-GSD](https://github.com/UniversalDependencies/UD_Russian-GSD)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_hiencs_qhe_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_hiencs_qhe_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_hiencs_qhe_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_hiencs_qhe_3_0.md
index 7f29cb2ccda893..6d2ef32bc882fb 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_hiencs_qhe_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_hiencs_qhe_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for English (lemma_hiencs)
author: John Snow Labs
name: lemma_hiencs
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, qhe, english]
task: Lemmatization
language: qhe
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_hiencs`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_hiencs_qhe_3.4.3_3.0_1648738649665.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_hiencs_qhe_3.4.3_3.0_1651416568620.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_hiencs", "qhe")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_hiencs", "qhe")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_English-HIENCS`
-
[https://github.com/UniversalDependencies/UD_English-HIENCS](https://github.com/UniversalDependencies/UD_English-HIENCS)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_hse_be_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_hse_be_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_hse_be_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_hse_be_3_0.md
index 3683492ba673f0..3ca081bb132853 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_hse_be_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_hse_be_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Belarusian (lemma_hse)
author: John Snow Labs
name: lemma_hse
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, be, belarusian]
task: Lemmatization
language: be
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_hse`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_hse_be_3.4.3_3.0_1648738808510.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_hse_be_3.4.3_3.0_1651429166013.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_hse", "be")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_hse", "be")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Belarusian-HSE`
-
[https://github.com/UniversalDependencies/UD_Belarusian-HSE](https://github.com/UniversalDependencies/UD_Belarusian-HSE)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_icepahc_is_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_icepahc_is_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_icepahc_is_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_icepahc_is_3_0.md
index 0c573d6c7a55d3..a17c37ce4943b1 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_icepahc_is_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_icepahc_is_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Icelandic (lemma_icepahc)
author: John Snow Labs
name: lemma_icepahc
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, is, icelandic]
task: Lemmatization
language: is
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_icepahc`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_icepahc_is_3.4.3_3.0_1648738944832.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_icepahc_is_3.4.3_3.0_1651416736423.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_icepahc", "is")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_icepahc", "is")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Icelandic-IcePaHC`
-
[https://github.com/UniversalDependencies/UD_Icelandic-IcePaHC](https://github.com/UniversalDependencies/UD_Icelandic-IcePaHC)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_imst_tr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_imst_tr_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_imst_tr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_imst_tr_3_0.md
index 795780fef9b072..8213d0f178065a 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_imst_tr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_imst_tr_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Turkish (lemma_imst)
author: John Snow Labs
name: lemma_imst
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, tr, turkish]
task: Lemmatization
language: tr
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_imst`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_imst_tr_3.4.3_3.0_1648738891833.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_imst_tr_3.4.3_3.0_1651416684397.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_imst", "tr")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_imst", "tr")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Turkish-IMST`
-
[https://github.com/UniversalDependencies/UD_Turkish-IMST](https://github.com/UniversalDependencies/UD_Turkish-IMST)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_kaist_ko_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_kaist_ko_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_kaist_ko_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_kaist_ko_3_0.md
index 50e62716180e99..3af80156ef6d89 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_kaist_ko_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_kaist_ko_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Korean (lemma_kaist)
author: John Snow Labs
name: lemma_kaist
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, ko, korean]
task: Lemmatization
language: ko
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_kaist`) trained on Universal Dependencies 2.
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_kaist_ko_3.4.3_3.0_1648738885989.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_kaist_ko_3.4.3_3.0_1651416678558.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_kaist", "ko")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_kaist", "ko")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Korean-Kaist`
-
[https://github.com/UniversalDependencies/UD_Korean-Kaist](https://github.com/UniversalDependencies/UD_Korean-Kaist)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_kenet_tr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_kenet_tr_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_kenet_tr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_kenet_tr_3_0.md
index c73956a2936d3f..c3617ed05f5e70 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_kenet_tr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_kenet_tr_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Turkish (lemma_kenet)
author: John Snow Labs
name: lemma_kenet
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, tr, turkish]
task: Lemmatization
language: tr
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_kenet`) trained on Universal Dependencies 2.
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_kenet_tr_3.4.3_3.0_1648739021099.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_kenet_tr_3.4.3_3.0_1651416805920.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_kenet", "tr")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_kenet", "tr")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Turkish-Kenet`
-
[https://github.com/UniversalDependencies/UD_Turkish-Kenet](https://github.com/UniversalDependencies/UD_Turkish-Kenet)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_lfg_pl_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_lfg_pl_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_lfg_pl_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_lfg_pl_3_0.md
index 370c293c564400..93dc4ee345f7e0 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_lfg_pl_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_lfg_pl_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Polish (lemma_lfg)
author: John Snow Labs
name: lemma_lfg
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, pl, polish]
task: Lemmatization
language: pl
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_lfg`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_lfg_pl_3.4.3_3.0_1648738790607.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_lfg_pl_3.4.3_3.0_1651416586000.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_lfg", "pl")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_lfg", "pl")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Polish-LFG`
-
[https://github.com/UniversalDependencies/UD_Polish-LFG](https://github.com/UniversalDependencies/UD_Polish-LFG)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_lines_en_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_lines_en_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_lines_en_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_lines_en_3_0.md
index 2a7f83795648c1..0eecbe0ee5bb08 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_lines_en_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_lines_en_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for English (lemma_lines)
author: John Snow Labs
name: lemma_lines
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, en, english]
task: Lemmatization
language: en
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_lines`) trained on Universal Dependencies 2.
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_lines_en_3.4.3_3.0_1648738950657.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_lines_en_3.4.3_3.0_1651416742197.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_lines", "en")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_lines", "en")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_English-LinES`
-
[https://github.com/UniversalDependencies/UD_English-LinES](https://github.com/UniversalDependencies/UD_English-LinES)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_lines_sv_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_lines_sv_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_lines_sv_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_lines_sv_3_0.md
index d4f5873bda09b4..c4c3ac6980ba32 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_lines_sv_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_lines_sv_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Swedish (lemma_lines)
author: John Snow Labs
name: lemma_lines
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, sv, swedish]
task: Lemmatization
language: sv
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_lines`) trained on Universal Dependencies 2.
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_lines_sv_3.4.3_3.0_1648738903498.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_lines_sv_3.4.3_3.0_1651416695889.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_lines", "sv")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_lines", "sv")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Swedish-LinES`
-
[https://github.com/UniversalDependencies/UD_Swedish-LinES](https://github.com/UniversalDependencies/UD_Swedish-LinES)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_llct_la_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_llct_la_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_llct_la_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_llct_la_3_0.md
index 7afc57e0118e88..9e01b3a0ff2bf5 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_llct_la_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_llct_la_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Latin (lemma_llct)
author: John Snow Labs
name: lemma_llct
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, la, latin]
task: Lemmatization
language: la
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_llct`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_llct_la_3.4.3_3.0_1648738932881.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_llct_la_3.4.3_3.0_1651416724882.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_llct", "la")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_llct", "la")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Latin-LLCT`
-
[https://github.com/UniversalDependencies/UD_Latin-LLCT](https://github.com/UniversalDependencies/UD_Latin-LLCT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_mtg_te_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_mtg_te_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_mtg_te_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_mtg_te_3_0.md
index 631d6c42bb05e6..de2b30bfc4e92c 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_mtg_te_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_mtg_te_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Telugu (lemma_mtg)
author: John Snow Labs
name: lemma_mtg
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, te, telugu]
task: Lemmatization
language: te
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_mtg`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_mtg_te_3.4.3_3.0_1648738856490.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_mtg_te_3.4.3_3.0_1651416649639.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_mtg", "te")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_mtg", "te")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Telugu-MTG`
-
[https://github.com/UniversalDependencies/UD_Telugu-MTG](https://github.com/UniversalDependencies/UD_Telugu-MTG)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_mudt_mt_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_mudt_mt_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_mudt_mt_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_mudt_mt_3_0.md
index 8ccbcddbefc08b..5dd6d32be46e4d 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_mudt_mt_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_mudt_mt_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Maltese (lemma_mudt)
author: John Snow Labs
name: lemma_mudt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, mt, maltese]
task: Lemmatization
language: mt
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_mudt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_mudt_mt_3.4.3_3.0_1648738909341.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_mudt_mt_3.4.3_3.0_1651416701667.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_mudt", "mt")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_mudt", "mt")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Maltese-MUDT`
-
[https://github.com/UniversalDependencies/UD_Maltese-MUDT](https://github.com/UniversalDependencies/UD_Maltese-MUDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_nynorsk_no_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_nynorsk_no_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_nynorsk_no_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_nynorsk_no_3_0.md
index 1ba50d1d910b53..90a1a7b377fe3f 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_nynorsk_no_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_nynorsk_no_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Norwegian (lemma_nynorsk)
author: John Snow Labs
name: lemma_nynorsk
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, "no", norwegian]
task: Lemmatization
language: "no"
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_nynorsk`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_nynorsk_no_3.4.3_3.0_1648738921205.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_nynorsk_no_3.4.3_3.0_1651416713268.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_nynorsk", "no")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_nynorsk", "no")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Norwegian-Nynorsk`
-
[https://github.com/UniversalDependencies/UD_Norwegian-Nynorsk](https://github.com/UniversalDependencies/UD_Norwegian-Nynorsk)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_padt_ar_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_padt_ar_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_padt_ar_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_padt_ar_3_0.md
index f537530a4d4343..a9262fcc159b1d 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_padt_ar_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_padt_ar_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Arabic (lemma_padt)
author: John Snow Labs
name: lemma_padt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, ar, arabic]
task: Lemmatization
language: ar
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_padt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_padt_ar_3.4.3_3.0_1648738454897.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_padt_ar_3.4.3_3.0_1651416551210.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_padt", "ar")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_padt", "ar")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Arabic-PADT`
-
[https://github.com/UniversalDependencies/UD_Arabic-PADT](https://github.com/UniversalDependencies/UD_Arabic-PADT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_penn_tr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_penn_tr_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_penn_tr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_penn_tr_3_0.md
index 169e2283af2e3b..15b27f18866344 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_penn_tr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_penn_tr_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Turkish (lemma_penn)
author: John Snow Labs
name: lemma_penn
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, tr, turkish]
task: Lemmatization
language: tr
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_penn`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_penn_tr_3.4.3_3.0_1648738991935.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_penn_tr_3.4.3_3.0_1651416782671.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_penn", "tr")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_penn", "tr")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Turkish-Penn`
-
[https://github.com/UniversalDependencies/UD_Turkish-Penn](https://github.com/UniversalDependencies/UD_Turkish-Penn)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_postwita_it_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_postwita_it_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_postwita_it_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_postwita_it_3_0.md
index 10303373870798..76f4c8071ba4d4 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_postwita_it_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_postwita_it_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Italian (lemma_postwita)
author: John Snow Labs
name: lemma_postwita
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, it, italian]
task: Lemmatization
language: it
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_postwita`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_postwita_it_3.4.3_3.0_1648738390098.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_postwita_it_3.4.3_3.0_1651416545313.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_postwita", "it")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_postwita", "it")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Italian-PoSTWITA`
-
[https://github.com/UniversalDependencies/UD_Italian-PoSTWITA](https://github.com/UniversalDependencies/UD_Italian-PoSTWITA)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_proiel_grc_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_proiel_grc_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_proiel_grc_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_proiel_grc_3_0.md
index 3f34d7fb765329..dedec443189d0c 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_proiel_grc_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_proiel_grc_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Greek (lemma_proiel)
author: John Snow Labs
name: lemma_proiel
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, grc, greek]
task: Lemmatization
language: grc
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_proiel`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_proiel_grc_3.4.3_3.0_1648738584262.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_proiel_grc_3.4.3_3.0_1651416562774.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_proiel", "grc")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_proiel", "grc")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Greek-PROIEL`
-
[https://github.com/UniversalDependencies/UD_Greek-PROIEL](https://github.com/UniversalDependencies/UD_Greek-PROIEL)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_proiel_la_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_proiel_la_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_proiel_la_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_proiel_la_3_0.md
index a440a8b2980410..9d9089bba84563 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_proiel_la_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_proiel_la_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Latin (lemma_proiel)
author: John Snow Labs
name: lemma_proiel
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, la, latin]
task: Lemmatization
language: la
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_proiel`) trained on Universal Dependencies 2
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_proiel_la_3.4.3_3.0_1648738778984.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_proiel_la_3.4.3_3.0_1651416580158.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_proiel", "la")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_proiel", "la")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Latin-PROIEL`
-
[https://github.com/UniversalDependencies/UD_Latin-PROIEL](https://github.com/UniversalDependencies/UD_Latin-PROIEL)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_set_sr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_set_sr_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_set_sr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_set_sr_3_0.md
index b971b133335ca3..c94fa0c6d2b8d9 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_set_sr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_set_sr_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Serbian (lemma_set)
author: John Snow Labs
name: lemma_set
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, sr, serbian]
task: Lemmatization
language: sr
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_set`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_set_sr_3.4.3_3.0_1648738519586.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_set_sr_3.4.3_3.0_1651416556958.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_set", "sr")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_set", "sr")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Serbian-SET`
-
[https://github.com/UniversalDependencies/UD_Serbian-SET](https://github.com/UniversalDependencies/UD_Serbian-SET)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_snk_sk_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_snk_sk_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_snk_sk_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_snk_sk_3_0.md
index 0d0ada5072bd13..fe897b8731d429 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_snk_sk_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_snk_sk_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Slovak (lemma_snk)
author: John Snow Labs
name: lemma_snk
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, sk, slovak]
task: Lemmatization
language: sk
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_snk`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_snk_sk_3.4.3_3.0_1648738927101.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_snk_sk_3.4.3_3.0_1651416719082.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_snk", "sk")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_snk", "sk")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Slovak-SNK`
-
[https://github.com/UniversalDependencies/UD_Slovak-SNK](https://github.com/UniversalDependencies/UD_Slovak-SNK)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_sst_sl_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_sst_sl_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_sst_sl_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_sst_sl_3_0.md
index 4edee738094c93..6ebda905b9d1af 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_sst_sl_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_sst_sl_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Slovenian (lemma_sst)
author: John Snow Labs
name: lemma_sst
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, sl, slovenian]
task: Lemmatization
language: sl
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_sst`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_sst_sl_3.4.3_3.0_1648738714412.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_sst_sl_3.4.3_3.0_1651416574371.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_sst", "sl")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_sst", "sl")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Slovenian-SST`
-
[https://github.com/UniversalDependencies/UD_Slovenian-SST](https://github.com/UniversalDependencies/UD_Slovenian-SST)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_tdt_fi_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_tdt_fi_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_tdt_fi_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_tdt_fi_3_0.md
index c84948ed8f1122..e861f26cd902d1 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_tdt_fi_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_tdt_fi_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Finnish (lemma_tdt)
author: John Snow Labs
name: lemma_tdt
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, fi, finnish]
task: Lemmatization
language: fi
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_tdt`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_tdt_fi_3.4.3_3.0_1648738796457.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_tdt_fi_3.4.3_3.0_1651416591751.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_tdt", "fi")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_tdt", "fi")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Finnish-TDT`
-
[https://github.com/UniversalDependencies/UD_Finnish-TDT](https://github.com/UniversalDependencies/UD_Finnish-TDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_torot_orv_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_torot_orv_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_torot_orv_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_torot_orv_3_0.md
index 275f7676e4aee5..653548b0f200bd 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_torot_orv_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_torot_orv_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Slavic (lemma_torot)
author: John Snow Labs
name: lemma_torot
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, orv, slavic]
task: Lemmatization
language: orv
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_torot`) trained on Universal Dependencies 2.
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_torot_orv_3.4.3_3.0_1648738962500.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_torot_orv_3.4.3_3.0_1651416753781.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_torot", "orv")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_torot", "orv")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Slavic-TOROT`
-
[https://github.com/UniversalDependencies/UD_Slavic-TOROT](https://github.com/UniversalDependencies/UD_Slavic-TOROT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_treegal_gl_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_treegal_gl_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_treegal_gl_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_treegal_gl_3_0.md
index 66e30c2e3d3285..aa06544d5475ad 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_treegal_gl_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_treegal_gl_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Galician (lemma_treegal)
author: John Snow Labs
name: lemma_treegal
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, gl, galician]
task: Lemmatization
language: gl
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_treegal`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_treegal_gl_3.4.3_3.0_1648738868395.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_treegal_gl_3.4.3_3.0_1651416661165.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_treegal", "gl")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_treegal", "gl")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Galician-TreeGal`
-
[https://github.com/UniversalDependencies/UD_Galician-TreeGal](https://github.com/UniversalDependencies/UD_Galician-TreeGal)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_twittiro_it_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_twittiro_it_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_twittiro_it_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_twittiro_it_3_0.md
index 0e8095fa14fb29..6da6072f286615 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_twittiro_it_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_twittiro_it_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Italian (lemma_twittiro)
author: John Snow Labs
name: lemma_twittiro
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, it, italian]
task: Lemmatization
language: it
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_twittiro`) trained on Universal Dependencies
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_twittiro_it_3.4.3_3.0_1648738832543.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_twittiro_it_3.4.3_3.0_1651416626485.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_twittiro", "it")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_twittiro", "it")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Italian-TWITTIRO`
-
[https://github.com/UniversalDependencies/UD_Italian-TWITTIRO](https://github.com/UniversalDependencies/UD_Italian-TWITTIRO)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_udtb_ur_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_udtb_ur_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_udtb_ur_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_udtb_ur_3_0.md
index b9bea5a23769c8..88319b80cc0437 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_udtb_ur_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_udtb_ur_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Urdu (lemma_udtb)
author: John Snow Labs
name: lemma_udtb
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, ur, urdu]
task: Lemmatization
language: ur
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_udtb`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_udtb_ur_3.4.3_3.0_1648738997814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_udtb_ur_3.4.3_3.0_1651416788530.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_udtb", "ur")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_udtb", "ur")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Urdu-UDTB`
-
[https://github.com/UniversalDependencies/UD_Urdu-UDTB](https://github.com/UniversalDependencies/UD_Urdu-UDTB)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ufal_mr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ufal_mr_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_ufal_mr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_ufal_mr_3_0.md
index 36da1720241c92..1119f15ab494ed 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_ufal_mr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_ufal_mr_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Marathi (lemma_ufal)
author: John Snow Labs
name: lemma_ufal
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, mr, marathi]
task: Lemmatization
language: mr
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_ufal`) trained on Universal Dependencies 2.9
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ufal_mr_3.4.3_3.0_1648738814640.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_ufal_mr_3.4.3_3.0_1651416609080.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_ufal", "mr")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_ufal", "mr")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Marathi-UFAL`
-
[https://github.com/UniversalDependencies/UD_Marathi-UFAL](https://github.com/UniversalDependencies/UD_Marathi-UFAL)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-03-31-lemma_vedic_sa_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-lemma_vedic_sa_3_0.md
similarity index 92%
rename from docs/_posts/maziyarpanahi/2022-03-31-lemma_vedic_sa_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-lemma_vedic_sa_3_0.md
index ab9fb40c13358f..3763dbabfec801 100644
--- a/docs/_posts/maziyarpanahi/2022-03-31-lemma_vedic_sa_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-lemma_vedic_sa_3_0.md
@@ -3,7 +3,7 @@ layout: model
title: Lemma UD model for Sanskrit (lemma_vedic)
author: John Snow Labs
name: lemma_vedic
-date: 2022-03-31
+date: 2022-05-01
tags: [open_source, universal_dependency, lemmatizer, sa, sanskrit]
task: Lemmatization
language: sa
@@ -22,7 +22,7 @@ Pretrained Lemmatizer model (`lemma_vedic`) trained on Universal Dependencies 2.
{:.btn-box}
[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/annotation/english/model-downloader/Create%20custom%20pipeline%20-%20NerDL.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_vedic_sa_3.4.3_3.0_1648738915355.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lemma_vedic_sa_3.4.3_3.0_1651416707459.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -47,33 +47,31 @@ tokenizer = Tokenizer()\
lemma = LemmatizerModel.pretrained("lemma_vedic", "sa")\
.setInputCols(["sentence", "token"])\
.setOutputCol("lemma")
-
+
pipeline = Pipeline(stages=[document, sentence, tokenizer, lemma])
-
+
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
-
```
```scala
val document = new DocumentAssembler()
- .setInputCol("text")
- .setOutputCol("document")
+ .setInputCol("text")
+ .setOutputCol("document")
val sentence = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "xx")
- .setInputCols("document")
- .setOutputCol("sentence")
+ .setInputCols("document")
+ .setOutputCol("sentence")
val tokenizer = new Tokenizer()
.setInputCols("sentence")
.setOutputCol("token")
-
+
val lemma = LemmatizerModel.pretrained("lemma_vedic", "sa")
.setInputCols("sentence", "token")
.setOutputCol("lemma")
-
+
val pipeline = new Pipeline().setStages(Array(document, sentence, tokenizer, lemma))
val data = Seq("I love Spark NLP").toDF("text")
@@ -99,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Sanskrit-Vedic`
-
[https://github.com/UniversalDependencies/UD_Sanskrit-Vedic](https://github.com/UniversalDependencies/UD_Sanskrit-Vedic)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_ancora_es_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_ancora_es_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_ancora_es_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_ancora_es_3_0.md
index b364066ed31d7c..2f306af2a1b4f2 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_ancora_es_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_ancora_es_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Spanish (pos_ancora)
+title: Lemma UD model for Spanish (pos_ancora)
author: John Snow Labs
name: pos_ancora
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, es, spanish]
task: Part of Speech Tagging
language: es
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_ancora`) trained on Universal Dependencies 2.9 (UD_Spanish-AnCora) in Spanish language.
+Pretrained Lemmatizer model (`pos_ancora`) trained on Universal Dependencies 2.9 (UD_Spanish-AnCora) in Spanish language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_ancora_es_3.4.3_3.0_1648798414899.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_ancora_es_3.4.3_3.0_1651419859072.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Spanish-AnCora`
-
[https://github.com/UniversalDependencies/UD_Spanish-AnCora](https://github.com/UniversalDependencies/UD_Spanish-AnCora)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_armtdp_hyw_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_armtdp_hyw_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_armtdp_hyw_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_armtdp_hyw_3_0.md
index 5ac7ecc42bd3c5..aa21a283d83210 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_armtdp_hyw_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_armtdp_hyw_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Armenian (pos_armtdp)
+title: Lemma UD model for Armenian (pos_armtdp)
author: John Snow Labs
name: pos_armtdp
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, hyw, armenian]
task: Part of Speech Tagging
language: hyw
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_armtdp`) trained on Universal Dependencies 2.9 (UD_Armenian-ArmTDP) in Armenian language.
+Pretrained Lemmatizer model (`pos_armtdp`) trained on Universal Dependencies 2.9 (UD_Armenian-ArmTDP) in Armenian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_armtdp_hyw_3.4.3_3.0_1648798343674.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_armtdp_hyw_3.4.3_3.0_1651419727522.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Armenian-ArmTDP`
-
[https://github.com/UniversalDependencies/UD_Armenian-ArmTDP](https://github.com/UniversalDependencies/UD_Armenian-ArmTDP)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_atis_en_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_atis_en_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_atis_en_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_atis_en_3_0.md
index 9f4d29c4b40398..769eb038b749dc 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_atis_en_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_atis_en_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for English (pos_atis)
+title: Lemma UD model for English (pos_atis)
author: John Snow Labs
name: pos_atis
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, en, english]
task: Part of Speech Tagging
language: en
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_atis`) trained on Universal Dependencies 2.9 (UD_English-Atis) in English language.
+Pretrained Lemmatizer model (`pos_atis`) trained on Universal Dependencies 2.9 (UD_English-Atis) in English language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_atis_en_3.4.3_3.0_1648797982528.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_atis_en_3.4.3_3.0_1651419509175.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_English-Atis`
-
[https://github.com/UniversalDependencies/UD_English-Atis](https://github.com/UniversalDependencies/UD_English-Atis)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_bokmaal_no_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_bokmaal_no_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_bokmaal_no_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_bokmaal_no_3_0.md
index 087539638bd1ec..973ff726f82985 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_bokmaal_no_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_bokmaal_no_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Norwegian (pos_bokmaal)
+title: Lemma UD model for Norwegian (pos_bokmaal)
author: John Snow Labs
name: pos_bokmaal
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, "no", norwegian]
task: Part of Speech Tagging
language: "no"
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_bokmaal`) trained on Universal Dependencies 2.9 (UD_Norwegian-Bokmaal) in Norwegian language.
+Pretrained Lemmatizer model (`pos_bokmaal`) trained on Universal Dependencies 2.9 (UD_Norwegian-Bokmaal) in Norwegian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_bokmaal_no_3.4.3_3.0_1648798047597.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_bokmaal_no_3.4.3_3.0_1651419519905.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Norwegian-Bokmaal`
-
[https://github.com/UniversalDependencies/UD_Norwegian-Bokmaal](https://github.com/UniversalDependencies/UD_Norwegian-Bokmaal)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_boun_tr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_boun_tr_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_boun_tr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_boun_tr_3_0.md
index 7449dab18ddfcd..ad9c471a930686 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_boun_tr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_boun_tr_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Turkish (pos_boun)
+title: Lemma UD model for Turkish (pos_boun)
author: John Snow Labs
name: pos_boun
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, tr, turkish]
task: Part of Speech Tagging
language: tr
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_boun`) trained on Universal Dependencies 2.9 (UD_Turkish-BOUN) in Turkish language.
+Pretrained Lemmatizer model (`pos_boun`) trained on Universal Dependencies 2.9 (UD_Turkish-BOUN) in Turkish language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_boun_tr_3.4.3_3.0_1648798402774.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_boun_tr_3.4.3_3.0_1651419837079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Turkish-BOUN`
-
[https://github.com/UniversalDependencies/UD_Turkish-BOUN](https://github.com/UniversalDependencies/UD_Turkish-BOUN)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_cac_cs_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_cac_cs_3_0.md
similarity index 91%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_cac_cs_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_cac_cs_3_0.md
index 764562eab9ecf3..a2d7f322ee5ff0 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_cac_cs_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_cac_cs_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Czech (pos_cac)
+title: Lemma UD model for Czech (pos_cac)
author: John Snow Labs
name: pos_cac
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, cs, czech]
task: Part of Speech Tagging
language: cs
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_cac`) trained on Universal Dependencies 2.9 (UD_Czech-CAC) in Czech language.
+Pretrained Lemmatizer model (`pos_cac`) trained on Universal Dependencies 2.9 (UD_Czech-CAC) in Czech language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_cac_cs_3.4.3_3.0_1648798457078.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_cac_cs_3.4.3_3.0_1651419936022.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Czech-CAC`
-
[https://github.com/UniversalDependencies/UD_Czech-CAC](https://github.com/UniversalDependencies/UD_Czech-CAC)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_csui_id_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_csui_id_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_csui_id_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_csui_id_3_0.md
index 1e497e163165cb..75c6a3b5744d20 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_csui_id_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_csui_id_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Indonesian (pos_csui)
+title: Lemma UD model for Indonesian (pos_csui)
author: John Snow Labs
name: pos_csui
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, id, indonesian]
task: Part of Speech Tagging
language: id
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_csui`) trained on Universal Dependencies 2.9 (UD_Indonesian-CSUI) in Indonesian language.
+Pretrained Lemmatizer model (`pos_csui`) trained on Universal Dependencies 2.9 (UD_Indonesian-CSUI) in Indonesian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_csui_id_3.4.3_3.0_1648798367129.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_csui_id_3.4.3_3.0_1651419771222.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Indonesian-CSUI`
-
[https://github.com/UniversalDependencies/UD_Indonesian-CSUI](https://github.com/UniversalDependencies/UD_Indonesian-CSUI)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_edt_et_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_edt_et_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_edt_et_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_edt_et_3_0.md
index 22a7d9242feb27..28974d9521f115 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_edt_et_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_edt_et_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Estonian (pos_edt)
+title: Lemma UD model for Estonian (pos_edt)
author: John Snow Labs
name: pos_edt
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, et, estonian]
task: Part of Speech Tagging
language: et
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_edt`) trained on Universal Dependencies 2.9 (UD_Estonian-EDT) in Estonian language.
+Pretrained Lemmatizer model (`pos_edt`) trained on Universal Dependencies 2.9 (UD_Estonian-EDT) in Estonian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_edt_et_3.4.3_3.0_1648798408799.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_edt_et_3.4.3_3.0_1651419847997.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Estonian-EDT`
-
[https://github.com/UniversalDependencies/UD_Estonian-EDT](https://github.com/UniversalDependencies/UD_Estonian-EDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_farpahc_fo_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_farpahc_fo_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_farpahc_fo_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_farpahc_fo_3_0.md
index 1dab0258084579..b9a35b3581a663 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_farpahc_fo_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_farpahc_fo_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Faroese (pos_farpahc)
+title: Lemma UD model for Faroese (pos_farpahc)
author: John Snow Labs
name: pos_farpahc
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, fo, faroese]
task: Part of Speech Tagging
language: fo
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_farpahc`) trained on Universal Dependencies 2.9 (UD_Faroese-FarPaHC) in Faroese language.
+Pretrained Lemmatizer model (`pos_farpahc`) trained on Universal Dependencies 2.9 (UD_Faroese-FarPaHC) in Faroese language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_farpahc_fo_3.4.3_3.0_1648798487308.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_farpahc_fo_3.4.3_3.0_1651419990297.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Faroese-FarPaHC`
-
[https://github.com/UniversalDependencies/UD_Faroese-FarPaHC](https://github.com/UniversalDependencies/UD_Faroese-FarPaHC)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_fictree_cs_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_fictree_cs_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_fictree_cs_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_fictree_cs_3_0.md
index 0154b67f01e35f..2311d38f0233c9 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_fictree_cs_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_fictree_cs_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Czech (pos_fictree)
+title: Lemma UD model for Czech (pos_fictree)
author: John Snow Labs
name: pos_fictree
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, cs, czech]
task: Part of Speech Tagging
language: cs
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_fictree`) trained on Universal Dependencies 2.9 (UD_Czech-FicTree) in Czech language.
+Pretrained Lemmatizer model (`pos_fictree`) trained on Universal Dependencies 2.9 (UD_Czech-FicTree) in Czech language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_fictree_cs_3.4.3_3.0_1648798475531.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_fictree_cs_3.4.3_3.0_1651419968651.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Czech-FicTree`
-
[https://github.com/UniversalDependencies/UD_Czech-FicTree](https://github.com/UniversalDependencies/UD_Czech-FicTree)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_giella_sme_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_giella_sme_3_0.md
similarity index 91%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_giella_sme_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_giella_sme_3_0.md
index 95c0e232a94d6f..038443a762e815 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_giella_sme_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_giella_sme_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Sami (pos_giella)
+title: Lemma UD model for Sami (pos_giella)
author: John Snow Labs
name: pos_giella
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, sme, sami]
task: Part of Speech Tagging
language: sme
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_giella`) trained on Universal Dependencies 2.9 (UD_Sami-Giella) in Sami language.
+Pretrained Lemmatizer model (`pos_giella`) trained on Universal Dependencies 2.9 (UD_Sami-Giella) in Sami language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_giella_sme_3.4.3_3.0_1648798438594.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_giella_sme_3.4.3_3.0_1651419902419.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Sami-Giella`
-
[https://github.com/UniversalDependencies/UD_Sami-Giella](https://github.com/UniversalDependencies/UD_Sami-Giella)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ja_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ja_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ja_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ja_3_0.md
index da08f3c1035e3c..77b2a72edfe1be 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ja_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ja_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Japanese (pos_gsd)
+title: Lemma UD model for Japanese (pos_gsd)
author: John Snow Labs
name: pos_gsd
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ja, japanese]
task: Part of Speech Tagging
language: ja
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Japanese-GSD) in Japanese language.
+Pretrained Lemmatizer model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Japanese-GSD) in Japanese language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_ja_3.4.3_3.0_1648798372981.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_ja_3.4.3_3.0_1651419782325.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Japanese-GSD`
-
[https://github.com/UniversalDependencies/UD_Japanese-GSD](https://github.com/UniversalDependencies/UD_Japanese-GSD)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ko_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ko_3_0.md
similarity index 91%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ko_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ko_3_0.md
index 577b78c3fb8024..f202e643d1e7a3 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ko_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ko_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Korean (pos_gsd)
+title: Lemma UD model for Korean (pos_gsd)
author: John Snow Labs
name: pos_gsd
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ko, korean]
task: Part of Speech Tagging
language: ko
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Korean-GSD) in Korean language.
+Pretrained Lemmatizer model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Korean-GSD) in Korean language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_ko_3.4.3_3.0_1648798284539.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_ko_3.4.3_3.0_1651419617827.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Korean-GSD`
-
[https://github.com/UniversalDependencies/UD_Korean-GSD](https://github.com/UniversalDependencies/UD_Korean-GSD)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ru_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ru_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ru_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ru_3_0.md
index 30cf8b51b15a03..18a140f682d081 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_ru_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_ru_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Russian (pos_gsd)
+title: Lemma UD model for Russian (pos_gsd)
author: John Snow Labs
name: pos_gsd
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ru, russian]
task: Part of Speech Tagging
language: ru
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Russian-GSD) in Russian language.
+Pretrained Lemmatizer model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Russian-GSD) in Russian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_ru_3.4.3_3.0_1648798444588.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_ru_3.4.3_3.0_1651419914366.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Russian-GSD`
-
[https://github.com/UniversalDependencies/UD_Russian-GSD](https://github.com/UniversalDependencies/UD_Russian-GSD)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_zh_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_zh_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_zh_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_zh_3_0.md
index 0b0d03e51a2cd7..e2a083c3d819ea 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsd_zh_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsd_zh_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Chinese (pos_gsd)
+title: Lemma UD model for Chinese (pos_gsd)
author: John Snow Labs
name: pos_gsd
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, zh, chinese]
task: Part of Speech Tagging
language: zh
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Chinese-GSD) in Chinese language.
+Pretrained Lemmatizer model (`pos_gsd`) trained on Universal Dependencies 2.9 (UD_Chinese-GSD) in Chinese language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_zh_3.4.3_3.0_1648798378888.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsd_zh_3.4.3_3.0_1651419793207.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Chinese-GSD`
-
[https://github.com/UniversalDependencies/UD_Chinese-GSD](https://github.com/UniversalDependencies/UD_Chinese-GSD)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsdsimp_zh_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsdsimp_zh_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_gsdsimp_zh_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_gsdsimp_zh_3_0.md
index c1d80910c2edd4..f03519af057157 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_gsdsimp_zh_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_gsdsimp_zh_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Chinese (pos_gsdsimp)
+title: Lemma UD model for Chinese (pos_gsdsimp)
author: John Snow Labs
name: pos_gsdsimp
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, zh, chinese]
task: Part of Speech Tagging
language: zh
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_gsdsimp`) trained on Universal Dependencies 2.9 (UD_Chinese-GSDSimp) in Chinese language.
+Pretrained Lemmatizer model (`pos_gsdsimp`) trained on Universal Dependencies 2.9 (UD_Chinese-GSDSimp) in Chinese language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsdsimp_zh_3.4.3_3.0_1648798302184.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_gsdsimp_zh_3.4.3_3.0_1651419650687.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Chinese-GSDSimp`
-
[https://github.com/UniversalDependencies/UD_Chinese-GSDSimp](https://github.com/UniversalDependencies/UD_Chinese-GSDSimp)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_icepahc_is_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_icepahc_is_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_icepahc_is_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_icepahc_is_3_0.md
index 1fe3dc2d0cf857..524bfa50cda168 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_icepahc_is_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_icepahc_is_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Icelandic (pos_icepahc)
+title: Lemma UD model for Icelandic (pos_icepahc)
author: John Snow Labs
name: pos_icepahc
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, is, icelandic]
task: Part of Speech Tagging
language: is
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_icepahc`) trained on Universal Dependencies 2.9 (UD_Icelandic-IcePaHC) in Icelandic language.
+Pretrained Lemmatizer model (`pos_icepahc`) trained on Universal Dependencies 2.9 (UD_Icelandic-IcePaHC) in Icelandic language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_icepahc_is_3.4.3_3.0_1648798396885.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_icepahc_is_3.4.3_3.0_1651419825839.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Icelandic-IcePaHC`
-
[https://github.com/UniversalDependencies/UD_Icelandic-IcePaHC](https://github.com/UniversalDependencies/UD_Icelandic-IcePaHC)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_idt_ga_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_idt_ga_3_0.md
similarity index 91%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_idt_ga_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_idt_ga_3_0.md
index 46782f63b38758..eca5b23ff4adc6 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_idt_ga_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_idt_ga_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Irish (pos_idt)
+title: Lemma UD model for Irish (pos_idt)
author: John Snow Labs
name: pos_idt
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ga, irish]
task: Part of Speech Tagging
language: ga
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_idt`) trained on Universal Dependencies 2.9 (UD_Irish-IDT) in Irish language.
+Pretrained Lemmatizer model (`pos_idt`) trained on Universal Dependencies 2.9 (UD_Irish-IDT) in Irish language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_idt_ga_3.4.3_3.0_1648798463470.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_idt_ga_3.4.3_3.0_1651419946977.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Irish-IDT`
-
[https://github.com/UniversalDependencies/UD_Irish-IDT](https://github.com/UniversalDependencies/UD_Irish-IDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_imst_tr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_imst_tr_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_imst_tr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_imst_tr_3_0.md
index ca4e575a72e164..4b8ff8f9de42c3 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_imst_tr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_imst_tr_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Turkish (pos_imst)
+title: Lemma UD model for Turkish (pos_imst)
author: John Snow Labs
name: pos_imst
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, tr, turkish]
task: Part of Speech Tagging
language: tr
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_imst`) trained on Universal Dependencies 2.9 (UD_Turkish-IMST) in Turkish language.
+Pretrained Lemmatizer model (`pos_imst`) trained on Universal Dependencies 2.9 (UD_Turkish-IMST) in Turkish language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_imst_tr_3.4.3_3.0_1648798296299.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_imst_tr_3.4.3_3.0_1651419639715.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Turkish-IMST`
-
[https://github.com/UniversalDependencies/UD_Turkish-IMST](https://github.com/UniversalDependencies/UD_Turkish-IMST)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_lfg_pl_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_lfg_pl_3_0.md
similarity index 91%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_lfg_pl_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_lfg_pl_3_0.md
index 7199f260220fe5..47b87859638ca4 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_lfg_pl_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_lfg_pl_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Polish (pos_lfg)
+title: Lemma UD model for Polish (pos_lfg)
author: John Snow Labs
name: pos_lfg
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, pl, polish]
task: Part of Speech Tagging
language: pl
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_lfg`) trained on Universal Dependencies 2.9 (UD_Polish-LFG) in Polish language.
+Pretrained Lemmatizer model (`pos_lfg`) trained on Universal Dependencies 2.9 (UD_Polish-LFG) in Polish language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_lfg_pl_3.4.3_3.0_1648798112795.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_lfg_pl_3.4.3_3.0_1651419530845.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Polish-LFG`
-
[https://github.com/UniversalDependencies/UD_Polish-LFG](https://github.com/UniversalDependencies/UD_Polish-LFG)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_lvtb_lv_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_lvtb_lv_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_lvtb_lv_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_lvtb_lv_3_0.md
index 0b40c08a77cbec..34c69a6c894331 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_lvtb_lv_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_lvtb_lv_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Latvian (pos_lvtb)
+title: Lemma UD model for Latvian (pos_lvtb)
author: John Snow Labs
name: pos_lvtb
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, lv, latvian]
task: Part of Speech Tagging
language: lv
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_lvtb`) trained on Universal Dependencies 2.9 (UD_Latvian-LVTB) in Latvian language.
+Pretrained Lemmatizer model (`pos_lvtb`) trained on Universal Dependencies 2.9 (UD_Latvian-LVTB) in Latvian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_lvtb_lv_3.4.3_3.0_1648798355479.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_lvtb_lv_3.4.3_3.0_1651419749213.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Latvian-LVTB`
-
[https://github.com/UniversalDependencies/UD_Latvian-LVTB](https://github.com/UniversalDependencies/UD_Latvian-LVTB)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_mudt_mt_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_mudt_mt_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_mudt_mt_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_mudt_mt_3_0.md
index f36b7e7e187e84..f001acc44ca141 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_mudt_mt_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_mudt_mt_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Maltese (pos_mudt)
+title: Lemma UD model for Maltese (pos_mudt)
author: John Snow Labs
name: pos_mudt
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, mt, maltese]
task: Part of Speech Tagging
language: mt
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_mudt`) trained on Universal Dependencies 2.9 (UD_Maltese-MUDT) in Maltese language.
+Pretrained Lemmatizer model (`pos_mudt`) trained on Universal Dependencies 2.9 (UD_Maltese-MUDT) in Maltese language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_mudt_mt_3.4.3_3.0_1648798349588.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_mudt_mt_3.4.3_3.0_1651419738338.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Maltese-MUDT`
-
[https://github.com/UniversalDependencies/UD_Maltese-MUDT](https://github.com/UniversalDependencies/UD_Maltese-MUDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_nonstandard_ro_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_nonstandard_ro_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_nonstandard_ro_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_nonstandard_ro_3_0.md
index 4a8eb3b2c25209..61464eaf7fcfc4 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_nonstandard_ro_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_nonstandard_ro_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Romanian (pos_nonstandard)
+title: Lemma UD model for Romanian (pos_nonstandard)
author: John Snow Labs
name: pos_nonstandard
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ro, romanian]
task: Part of Speech Tagging
language: ro
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_nonstandard`) trained on Universal Dependencies 2.9 (UD_Romanian-Nonstandard) in Romanian language.
+Pretrained Lemmatizer model (`pos_nonstandard`) trained on Universal Dependencies 2.9 (UD_Romanian-Nonstandard) in Romanian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_nonstandard_ro_3.4.3_3.0_1648798450909.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_nonstandard_ro_3.4.3_3.0_1651419925151.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Romanian-Nonstandard`
-
[https://github.com/UniversalDependencies/UD_Romanian-Nonstandard](https://github.com/UniversalDependencies/UD_Romanian-Nonstandard)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_nynorsk_no_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_nynorsk_no_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_nynorsk_no_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_nynorsk_no_3_0.md
index 77ea34527ba149..8b51637814f8cb 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_nynorsk_no_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_nynorsk_no_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Norwegian (pos_nynorsk)
+title: Lemma UD model for Norwegian (pos_nynorsk)
author: John Snow Labs
name: pos_nynorsk
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, "no", norwegian]
task: Part of Speech Tagging
language: "no"
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_nynorsk`) trained on Universal Dependencies 2.9 (UD_Norwegian-Nynorsk) in Norwegian language.
+Pretrained Lemmatizer model (`pos_nynorsk`) trained on Universal Dependencies 2.9 (UD_Norwegian-Nynorsk) in Norwegian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_nynorsk_no_3.4.3_3.0_1648797855188.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_nynorsk_no_3.4.3_3.0_1651419498195.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Norwegian-Nynorsk`
-
[https://github.com/UniversalDependencies/UD_Norwegian-Nynorsk](https://github.com/UniversalDependencies/UD_Norwegian-Nynorsk)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_nynorsklia_no_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_nynorsklia_no_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_nynorsklia_no_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_nynorsklia_no_3_0.md
index 7bb363e5e6559c..3508cfa993fcae 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_nynorsklia_no_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_nynorsklia_no_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Norwegian (pos_nynorsklia)
+title: Lemma UD model for Norwegian (pos_nynorsklia)
author: John Snow Labs
name: pos_nynorsklia
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, "no", norwegian]
task: Part of Speech Tagging
language: "no"
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_nynorsklia`) trained on Universal Dependencies 2.9 (UD_Norwegian-NynorskLIA) in Norwegian language.
+Pretrained Lemmatizer model (`pos_nynorsklia`) trained on Universal Dependencies 2.9 (UD_Norwegian-NynorskLIA) in Norwegian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_nynorsklia_no_3.4.3_3.0_1648798331595.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_nynorsklia_no_3.4.3_3.0_1651419705677.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Norwegian-NynorskLIA`
-
[https://github.com/UniversalDependencies/UD_Norwegian-NynorskLIA](https://github.com/UniversalDependencies/UD_Norwegian-NynorskLIA)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_padt_ar_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_padt_ar_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_padt_ar_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_padt_ar_3_0.md
index 97abae3fe0c07c..cd6fcf55fdaf87 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_padt_ar_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_padt_ar_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Arabic (pos_padt)
+title: Lemma UD model for Arabic (pos_padt)
author: John Snow Labs
name: pos_padt
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ar, arabic]
task: Part of Speech Tagging
language: ar
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_padt`) trained on Universal Dependencies 2.9 (UD_Arabic-PADT) in Arabic language.
+Pretrained Lemmatizer model (`pos_padt`) trained on Universal Dependencies 2.9 (UD_Arabic-PADT) in Arabic language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_padt_ar_3.4.3_3.0_1648798325636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_padt_ar_3.4.3_3.0_1651419694672.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Arabic-PADT`
-
[https://github.com/UniversalDependencies/UD_Arabic-PADT](https://github.com/UniversalDependencies/UD_Arabic-PADT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_partut_it_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_partut_it_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_partut_it_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_partut_it_3_0.md
index dd8cc1edd6639f..0c1928de49fa1a 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_partut_it_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_partut_it_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Italian (pos_partut)
+title: Lemma UD model for Italian (pos_partut)
author: John Snow Labs
name: pos_partut
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, it, italian]
task: Part of Speech Tagging
language: it
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_partut`) trained on Universal Dependencies 2.9 (UD_Italian-ParTUT) in Italian language.
+Pretrained Lemmatizer model (`pos_partut`) trained on Universal Dependencies 2.9 (UD_Italian-ParTUT) in Italian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_partut_it_3.4.3_3.0_1648798272721.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_partut_it_3.4.3_3.0_1651419596094.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Italian-ParTUT`
-
[https://github.com/UniversalDependencies/UD_Italian-ParTUT](https://github.com/UniversalDependencies/UD_Italian-ParTUT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_perdt_fa_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_perdt_fa_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_perdt_fa_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_perdt_fa_3_0.md
index 56a1920b87c2f3..2d03ee6935cf29 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_perdt_fa_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_perdt_fa_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Persian (pos_perdt)
+title: Lemma UD model for Persian (pos_perdt)
author: John Snow Labs
name: pos_perdt
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, fa, persian]
task: Part of Speech Tagging
language: fa
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_perdt`) trained on Universal Dependencies 2.9 (UD_Persian-PerDT) in Persian language.
+Pretrained Lemmatizer model (`pos_perdt`) trained on Universal Dependencies 2.9 (UD_Persian-PerDT) in Persian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_perdt_fa_3.4.3_3.0_1648798319734.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_perdt_fa_3.4.3_3.0_1651419683334.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Persian-PerDT`
-
[https://github.com/UniversalDependencies/UD_Persian-PerDT](https://github.com/UniversalDependencies/UD_Persian-PerDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_perseus_la_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_perseus_la_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_perseus_la_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_perseus_la_3_0.md
index 67b1507eb17b54..dbd1ee10a95e56 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_perseus_la_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_perseus_la_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Latin (pos_perseus)
+title: Lemma UD model for Latin (pos_perseus)
author: John Snow Labs
name: pos_perseus
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, la, latin]
task: Part of Speech Tagging
language: la
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_perseus`) trained on Universal Dependencies 2.9 (UD_Latin-Perseus) in Latin language.
+Pretrained Lemmatizer model (`pos_perseus`) trained on Universal Dependencies 2.9 (UD_Latin-Perseus) in Latin language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_perseus_la_3.4.3_3.0_1648798308115.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_perseus_la_3.4.3_3.0_1651419661766.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Latin-Perseus`
-
[https://github.com/UniversalDependencies/UD_Latin-Perseus](https://github.com/UniversalDependencies/UD_Latin-Perseus)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_proiel_cu_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_proiel_cu_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_proiel_cu_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_proiel_cu_3_0.md
index 3b43414ba2f0d9..81e8623e3f349a 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_proiel_cu_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_proiel_cu_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Slavonic (pos_proiel)
+title: Lemma UD model for Slavonic (pos_proiel)
author: John Snow Labs
name: pos_proiel
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, cu, slavonic]
task: Part of Speech Tagging
language: cu
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_proiel`) trained on Universal Dependencies 2.9 (UD_Slavonic-PROIEL) in Slavonic language.
+Pretrained Lemmatizer model (`pos_proiel`) trained on Universal Dependencies 2.9 (UD_Slavonic-PROIEL) in Slavonic language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_proiel_cu_3.4.3_3.0_1648798178094.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_proiel_cu_3.4.3_3.0_1651419541784.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Slavonic-PROIEL`
-
[https://github.com/UniversalDependencies/UD_Slavonic-PROIEL](https://github.com/UniversalDependencies/UD_Slavonic-PROIEL)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_proiel_grc_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_proiel_grc_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_proiel_grc_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_proiel_grc_3_0.md
index 0d9cf4c567073d..9f8397d4ec2968 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_proiel_grc_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_proiel_grc_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Greek (pos_proiel)
+title: Lemma UD model for Greek (pos_proiel)
author: John Snow Labs
name: pos_proiel
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, grc, greek]
task: Part of Speech Tagging
language: grc
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_proiel`) trained on Universal Dependencies 2.9 (UD_Greek-PROIEL) in Greek language.
+Pretrained Lemmatizer model (`pos_proiel`) trained on Universal Dependencies 2.9 (UD_Greek-PROIEL) in Greek language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_proiel_grc_3.4.3_3.0_1648798469344.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_proiel_grc_3.4.3_3.0_1651419957736.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Greek-PROIEL`
-
[https://github.com/UniversalDependencies/UD_Greek-PROIEL](https://github.com/UniversalDependencies/UD_Greek-PROIEL)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_rhapsodie_fr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_rhapsodie_fr_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_rhapsodie_fr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_rhapsodie_fr_3_0.md
index 5d3042b678a2ed..f8e81aa79a6a0f 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_rhapsodie_fr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_rhapsodie_fr_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for French (pos_rhapsodie)
+title: Lemma UD model for French (pos_rhapsodie)
author: John Snow Labs
name: pos_rhapsodie
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, fr, french]
task: Part of Speech Tagging
language: fr
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_rhapsodie`) trained on Universal Dependencies 2.9 (UD_French-Rhapsodie) in French language.
+Pretrained Lemmatizer model (`pos_rhapsodie`) trained on Universal Dependencies 2.9 (UD_French-Rhapsodie) in French language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_rhapsodie_fr_3.4.3_3.0_1648798260839.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_rhapsodie_fr_3.4.3_3.0_1651419574282.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_French-Rhapsodie`
-
[https://github.com/UniversalDependencies/UD_French-Rhapsodie](https://github.com/UniversalDependencies/UD_French-Rhapsodie)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_sagt_qtd_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_sagt_qtd_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_sagt_qtd_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_sagt_qtd_3_0.md
index 782506bf1212ed..12390af1088042 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_sagt_qtd_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_sagt_qtd_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for German (pos_sagt)
+title: Lemma UD model for German (pos_sagt)
author: John Snow Labs
name: pos_sagt
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, qtd, german]
task: Part of Speech Tagging
language: qtd
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_sagt`) trained on Universal Dependencies 2.9 (UD_German-SAGT) in German language.
+Pretrained Lemmatizer model (`pos_sagt`) trained on Universal Dependencies 2.9 (UD_German-SAGT) in German language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_sagt_qtd_3.4.3_3.0_1648798361303.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_sagt_qtd_3.4.3_3.0_1651419760194.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_German-SAGT`
-
[https://github.com/UniversalDependencies/UD_German-SAGT](https://github.com/UniversalDependencies/UD_German-SAGT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_scriptorium_cop_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_scriptorium_cop_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_scriptorium_cop_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_scriptorium_cop_3_0.md
index 80f560b5ba5458..f71328d73668fc 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_scriptorium_cop_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_scriptorium_cop_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Coptic (pos_scriptorium)
+title: Lemma UD model for Coptic (pos_scriptorium)
author: John Snow Labs
name: pos_scriptorium
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, cop, coptic]
task: Part of Speech Tagging
language: cop
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_scriptorium`) trained on Universal Dependencies 2.9 (UD_Coptic-Scriptorium) in Coptic language.
+Pretrained Lemmatizer model (`pos_scriptorium`) trained on Universal Dependencies 2.9 (UD_Coptic-Scriptorium) in Coptic language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_scriptorium_cop_3.4.3_3.0_1648798421000.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_scriptorium_cop_3.4.3_3.0_1651419869890.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Coptic-Scriptorium`
-
[https://github.com/UniversalDependencies/UD_Coptic-Scriptorium](https://github.com/UniversalDependencies/UD_Coptic-Scriptorium)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_sequoia_fr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_sequoia_fr_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_sequoia_fr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_sequoia_fr_3_0.md
index 53837b70cf2220..fe594ed886116b 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_sequoia_fr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_sequoia_fr_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for French (pos_sequoia)
+title: Lemma UD model for French (pos_sequoia)
author: John Snow Labs
name: pos_sequoia
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, fr, french]
task: Part of Speech Tagging
language: fr
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_sequoia`) trained on Universal Dependencies 2.9 (UD_French-Sequoia) in French language.
+Pretrained Lemmatizer model (`pos_sequoia`) trained on Universal Dependencies 2.9 (UD_French-Sequoia) in French language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_sequoia_fr_3.4.3_3.0_1648798243289.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_sequoia_fr_3.4.3_3.0_1651419552605.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_French-Sequoia`
-
[https://github.com/UniversalDependencies/UD_French-Sequoia](https://github.com/UniversalDependencies/UD_French-Sequoia)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_sst_sl_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_sst_sl_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_sst_sl_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_sst_sl_3_0.md
index 17eb8fa2f6c329..a2ef08ed7b2754 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_sst_sl_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_sst_sl_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Slovenian (pos_sst)
+title: Lemma UD model for Slovenian (pos_sst)
author: John Snow Labs
name: pos_sst
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, sl, slovenian]
task: Part of Speech Tagging
language: sl
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_sst`) trained on Universal Dependencies 2.9 (UD_Slovenian-SST) in Slovenian language.
+Pretrained Lemmatizer model (`pos_sst`) trained on Universal Dependencies 2.9 (UD_Slovenian-SST) in Slovenian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_sst_sl_3.4.3_3.0_1648798390958.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_sst_sl_3.4.3_3.0_1651419815057.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Slovenian-SST`
-
[https://github.com/UniversalDependencies/UD_Slovenian-SST](https://github.com/UniversalDependencies/UD_Slovenian-SST)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_syntagrus_ru_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_syntagrus_ru_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_syntagrus_ru_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_syntagrus_ru_3_0.md
index 77e7abad8d329e..e753ebd3191fb6 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_syntagrus_ru_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_syntagrus_ru_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Russian (pos_syntagrus)
+title: Lemma UD model for Russian (pos_syntagrus)
author: John Snow Labs
name: pos_syntagrus
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ru, russian]
task: Part of Speech Tagging
language: ru
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_syntagrus`) trained on Universal Dependencies 2.9 (UD_Russian-SynTagRus) in Russian language.
+Pretrained Lemmatizer model (`pos_syntagrus`) trained on Universal Dependencies 2.9 (UD_Russian-SynTagRus) in Russian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_syntagrus_ru_3.4.3_3.0_1648798384716.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_syntagrus_ru_3.4.3_3.0_1651419804126.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Russian-SynTagRus`
-
[https://github.com/UniversalDependencies/UD_Russian-SynTagRus](https://github.com/UniversalDependencies/UD_Russian-SynTagRus)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_tdt_fi_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_tdt_fi_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_tdt_fi_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_tdt_fi_3_0.md
index d3a518f45c67f9..29f659c31f3375 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_tdt_fi_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_tdt_fi_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Finnish (pos_tdt)
+title: Lemma UD model for Finnish (pos_tdt)
author: John Snow Labs
name: pos_tdt
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, fi, finnish]
task: Part of Speech Tagging
language: fi
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_tdt`) trained on Universal Dependencies 2.9 (UD_Finnish-TDT) in Finnish language.
+Pretrained Lemmatizer model (`pos_tdt`) trained on Universal Dependencies 2.9 (UD_Finnish-TDT) in Finnish language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_tdt_fi_3.4.3_3.0_1648798337577.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_tdt_fi_3.4.3_3.0_1651419716527.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Finnish-TDT`
-
[https://github.com/UniversalDependencies/UD_Finnish-TDT](https://github.com/UniversalDependencies/UD_Finnish-TDT)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_tourism_tr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_tourism_tr_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_tourism_tr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_tourism_tr_3_0.md
index 769a8198d75f83..dd62625f96432a 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_tourism_tr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_tourism_tr_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Turkish (pos_tourism)
+title: Lemma UD model for Turkish (pos_tourism)
author: John Snow Labs
name: pos_tourism
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, tr, turkish]
task: Part of Speech Tagging
language: tr
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_tourism`) trained on Universal Dependencies 2.9 (UD_Turkish-Tourism) in Turkish language.
+Pretrained Lemmatizer model (`pos_tourism`) trained on Universal Dependencies 2.9 (UD_Turkish-Tourism) in Turkish language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_tourism_tr_3.4.3_3.0_1648798481420.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_tourism_tr_3.4.3_3.0_1651419979517.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Turkish-Tourism`
-
[https://github.com/UniversalDependencies/UD_Turkish-Tourism](https://github.com/UniversalDependencies/UD_Turkish-Tourism)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_twittiro_it_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_twittiro_it_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_twittiro_it_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_twittiro_it_3_0.md
index d31c557124ef46..55c1c2c11f31f8 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_twittiro_it_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_twittiro_it_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Italian (pos_twittiro)
+title: Lemma UD model for Italian (pos_twittiro)
author: John Snow Labs
name: pos_twittiro
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, it, italian]
task: Part of Speech Tagging
language: it
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_twittiro`) trained on Universal Dependencies 2.9 (UD_Italian-TWITTIRO) in Italian language.
+Pretrained Lemmatizer model (`pos_twittiro`) trained on Universal Dependencies 2.9 (UD_Italian-TWITTIRO) in Italian language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_twittiro_it_3.4.3_3.0_1648798313901.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_twittiro_it_3.4.3_3.0_1651419672529.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Italian-TWITTIRO`
-
[https://github.com/UniversalDependencies/UD_Italian-TWITTIRO](https://github.com/UniversalDependencies/UD_Italian-TWITTIRO)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_udante_la_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_udante_la_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_udante_la_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_udante_la_3_0.md
index b6f5b6baefd04c..c9fc80afe03524 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_udante_la_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_udante_la_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Latin (pos_udante)
+title: Lemma UD model for Latin (pos_udante)
author: John Snow Labs
name: pos_udante
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, la, latin]
task: Part of Speech Tagging
language: la
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_udante`) trained on Universal Dependencies 2.9 (UD_Latin-UDante) in Latin language.
+Pretrained Lemmatizer model (`pos_udante`) trained on Universal Dependencies 2.9 (UD_Latin-UDante) in Latin language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_udante_la_3.4.3_3.0_1648798254890.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_udante_la_3.4.3_3.0_1651419563402.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Latin-UDante`
-
[https://github.com/UniversalDependencies/UD_Latin-UDante](https://github.com/UniversalDependencies/UD_Latin-UDante)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_udtb_ur_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_udtb_ur_3_0.md
similarity index 91%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_udtb_ur_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_udtb_ur_3_0.md
index 2cdf425467f536..de577c76bb3da4 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_udtb_ur_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_udtb_ur_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Urdu (pos_udtb)
+title: Lemma UD model for Urdu (pos_udtb)
author: John Snow Labs
name: pos_udtb
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, ur, urdu]
task: Part of Speech Tagging
language: ur
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_udtb`) trained on Universal Dependencies 2.9 (UD_Urdu-UDTB) in Urdu language.
+Pretrained Lemmatizer model (`pos_udtb`) trained on Universal Dependencies 2.9 (UD_Urdu-UDTB) in Urdu language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_udtb_ur_3.4.3_3.0_1648798266812.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_udtb_ur_3.4.3_3.0_1651419585123.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Urdu-UDTB`
-
[https://github.com/UniversalDependencies/UD_Urdu-UDTB](https://github.com/UniversalDependencies/UD_Urdu-UDTB)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_ufal_mr_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_ufal_mr_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_ufal_mr_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_ufal_mr_3_0.md
index 7d49cc944189a5..5281d5f7e6fdaf 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_ufal_mr_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_ufal_mr_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Marathi (pos_ufal)
+title: Lemma UD model for Marathi (pos_ufal)
author: John Snow Labs
name: pos_ufal
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, mr, marathi]
task: Part of Speech Tagging
language: mr
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_ufal`) trained on Universal Dependencies 2.9 (UD_Marathi-UFAL) in Marathi language.
+Pretrained Lemmatizer model (`pos_ufal`) trained on Universal Dependencies 2.9 (UD_Marathi-UFAL) in Marathi language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_ufal_mr_3.4.3_3.0_1648798426796.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_ufal_mr_3.4.3_3.0_1651419880677.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Marathi-UFAL`
-
[https://github.com/UniversalDependencies/UD_Marathi-UFAL](https://github.com/UniversalDependencies/UD_Marathi-UFAL)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_vedic_sa_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_vedic_sa_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_vedic_sa_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_vedic_sa_3_0.md
index 3fc979ba7ae0ad..7da10fbe43fda6 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_vedic_sa_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_vedic_sa_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Sanskrit (pos_vedic)
+title: Lemma UD model for Sanskrit (pos_vedic)
author: John Snow Labs
name: pos_vedic
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, sa, sanskrit]
task: Part of Speech Tagging
language: sa
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_vedic`) trained on Universal Dependencies 2.9 (UD_Sanskrit-Vedic) in Sanskrit language.
+Pretrained Lemmatizer model (`pos_vedic`) trained on Universal Dependencies 2.9 (UD_Sanskrit-Vedic) in Sanskrit language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_vedic_sa_3.4.3_3.0_1648798432712.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_vedic_sa_3.4.3_3.0_1651419891455.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Sanskrit-Vedic`
-
[https://github.com/UniversalDependencies/UD_Sanskrit-Vedic](https://github.com/UniversalDependencies/UD_Sanskrit-Vedic)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_vtb_vi_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_vtb_vi_3_0.md
similarity index 90%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_vtb_vi_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_vtb_vi_3_0.md
index 1ec5a4c253b5a2..23ba13eb19d7fd 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_vtb_vi_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_vtb_vi_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Vietnamese (pos_vtb)
+title: Lemma UD model for Vietnamese (pos_vtb)
author: John Snow Labs
name: pos_vtb
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, vi, vietnamese]
task: Part of Speech Tagging
language: vi
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_vtb`) trained on Universal Dependencies 2.9 (UD_Vietnamese-VTB) in Vietnamese language.
+Pretrained Lemmatizer model (`pos_vtb`) trained on Universal Dependencies 2.9 (UD_Vietnamese-VTB) in Vietnamese language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_vtb_vi_3.4.3_3.0_1648798290453.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_vtb_vi_3.4.3_3.0_1651419628936.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Vietnamese-VTB`
-
[https://github.com/UniversalDependencies/UD_Vietnamese-VTB](https://github.com/UniversalDependencies/UD_Vietnamese-VTB)
\ No newline at end of file
diff --git a/docs/_posts/maziyarpanahi/2022-04-01-pos_wtb_wo_3_0.md b/docs/_posts/maziyarpanahi/2022-05-01-pos_wtb_wo_3_0.md
similarity index 91%
rename from docs/_posts/maziyarpanahi/2022-04-01-pos_wtb_wo_3_0.md
rename to docs/_posts/maziyarpanahi/2022-05-01-pos_wtb_wo_3_0.md
index ff35ba540dce05..6d6e5367cc6d13 100644
--- a/docs/_posts/maziyarpanahi/2022-04-01-pos_wtb_wo_3_0.md
+++ b/docs/_posts/maziyarpanahi/2022-05-01-pos_wtb_wo_3_0.md
@@ -1,9 +1,9 @@
---
layout: model
-title: Part of Speech UD model for Wolof (pos_wtb)
+title: Lemma UD model for Wolof (pos_wtb)
author: John Snow Labs
name: pos_wtb
-date: 2022-04-01
+date: 2022-05-01
tags: [open_source, universal_dependency, pos, part_of_speech, wo, wolof]
task: Part of Speech Tagging
language: wo
@@ -17,12 +17,12 @@ use_language_switcher: "Python-Scala-Java"
## Description
-Pretrained Part of Speech model (`pos_wtb`) trained on Universal Dependencies 2.9 (UD_Wolof-WTB) in Wolof language.
+Pretrained Lemmatizer model (`pos_wtb`) trained on Universal Dependencies 2.9 (UD_Wolof-WTB) in Wolof language.
{:.btn-box}
[Open in Colab](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/GRAMMAR_EN.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
-[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_wtb_wo_3.4.3_3.0_1648798278634.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pos_wtb_wo_3.4.3_3.0_1651419607008.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
## How to use
@@ -53,7 +53,6 @@ pipeline = Pipeline(stages=[document, sentence, tokenizer, pos])
data = spark.createDataFrame([["I love Spark NLP"]]).toDF("text")
result = pipeline.fit(data).transform(data)
-
```
```scala
@@ -98,5 +97,4 @@ val result = pipeline.fit(data).transform(data)
## References
Model is trained on Universal Dependencies (treebank 2.9) `UD_Wolof-WTB`
-
[https://github.com/UniversalDependencies/UD_Wolof-WTB](https://github.com/UniversalDependencies/UD_Wolof-WTB)
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-11-spellcheck_clinical_en_3_0.md b/docs/_posts/murat-gunay/2022-04-11-spellcheck_clinical_en_3_0.md
new file mode 100644
index 00000000000000..50b4f906d5175d
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-11-spellcheck_clinical_en_3_0.md
@@ -0,0 +1,132 @@
+---
+layout: model
+title: Medical Spell Checker
+author: John Snow Labs
+name: spellcheck_clinical
+date: 2022-04-11
+tags: [spellcheck, medical, medical_spell_checker, spell_checker, spelling_corrector, en, licensed]
+task: Spell Check
+language: en
+edition: Spark NLP for Healthcare 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Contextual Spell Checker is a sequence-to-sequence model that detects and corrects spelling errors in your medical input text. It’s based on Levenshtein Automation for generating candidate corrections and a Neural Language Model for ranking corrections. This model has been trained in a dataset containing data from different sources; MTSamples, i2b2 clinical notes, and several specific medical corpora. You can download the model that comes fully pretrained and ready to use. However, you can still customize it further without the need for re-training a new model from scratch. This can be accomplished by providing custom definitions for the word classes the model has been trained on, namely Dates, Numbers, Ages, Units, and Medications.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/6.Clinical_Context_Spell_Checker.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/spellcheck_clinical_en_3.4.1_3.0_1649672133997.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = DocumentAssembler()\
+ .setInputCol("text")\
+ .setOutputCol("document")
+
+tokenizer = Tokenizer()\
+ .setInputCols(["document"])\
+ .setOutputCol("token")\
+ .setContextChars(["*", "-", "“", "(", "[", "\n", ".","\"", "”", ",", "?", ")", "]", "!", ";", ":", "'s", "’s"])
+
+spellModel = ContextSpellCheckerModel\
+ .pretrained('spellcheck_clinical', 'en', 'clinical/models')\
+ .setInputCols("token")\
+ .setOutputCol("checked")
+
+pipeline = Pipeline(stages = [documentAssembler, tokenizer, spellModel])
+
+empty = spark.createDataFrame([[""]]).toDF("text")
+lp = LightPipeline(pipeline.fit(empty))
+
+example = ["Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress"]
+
+lp.annotate(example)
+```
+```scala
+val assembler = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val tokenizer = new Tokenizer()
+ .setInputCols(Array("document"))
+ .setOutputCol("token")
+ .setContextChars(Array("*", "-", "“", "(", "[", "\n", ".","\"", "”", ",", "?", ")", "]", "!", ";", ":", "'s", "’s"))
+
+ val spellChecker = ContextSpellCheckerModel.
+ pretrained("spellcheck_clinical", "en", "clinical/models").
+ setInputCols("token").
+ setOutputCol("checked")
+
+ val pipeline = new Pipeline().setStages(Array(assembler, tokenizer, spellChecker))
+ val empty_df = Seq("").toDF("text")
+ val lp = new LightPipeline(pipeline.fit(empty_df))
+ val text = Array("Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress")
+ lp.annotate(text)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['With','the','cell','of','physical','therapy','the','patient','was','ambulated','and','on','postoperative',',','the','patient','tolerating','a','post','surgical','soft','diet','.'],
+ 'document': ['Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.'],
+ 'token': ['Witth','the','hell','of','phisical','terapy','the','patient','was','imbulated','and','on','postoperative',',','the','impatient','tolerating','a','post','curgical','soft','diet','.']},
+
+ {'checked': ['With','pain','well','controlled','on','oral','pain','medications',',','she','was','discharged','to','rehabilitation','facility','.'],
+ 'document': ['With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.'],
+ 'token': ['With','paint','wel','controlled','on','orall','pain','medications',',','she','was','discharged','too','reihabilitation','facilitay','.']},
+
+ {'checked': ['Abdomen','is','soft',',','nontender',',','and','nondistended','.'],
+ 'document': ['Abdomen is sort, nontender, and nonintended.'],
+ 'token': ['Abdomen','is','sort',',','nontender',',','and','nonintended','.']},
+
+ {'checked': ['Patient','not','showing','pain','or','any','health','problems','.'],
+ 'document': ['Patient not showing pain or any wealth problems.'],
+ 'token': ['Patient','not','showing','pain','or','any','wealth','problems','.']},
+
+ {'checked': ['No', 'acute', 'distress'],
+ 'document': ['No cute distress'],
+ 'token': ['No', 'cute', 'distress']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_clinical|
+|Compatibility:|Spark NLP for Healthcare 3.4.1+|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[token]|
+|Output Labels:|[corrected]|
+|Language:|en|
+|Size:|141.2 MB|
+
+## References
+
+MTSamples, i2b2 clinical notes, and several specific medical corpora.
diff --git a/docs/_posts/murat-gunay/2022-04-13-spellcheck_clinical_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-13-spellcheck_clinical_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..8c9fc45cc84a02
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-13-spellcheck_clinical_pipeline_en_3_0.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: Medical Spell Checker Pipeline
+author: John Snow Labs
+name: spellcheck_clinical_pipeline
+date: 2022-04-13
+tags: [spellcheck, medical, medical_spell_checker, spell_corrector, spell_pipeline, en, licensed]
+task: Spell Check
+language: en
+edition: Spark NLP for Healthcare 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained medical spellchecker pipeline is built on the top of [spellcheck_clinical](https://nlp.johnsnowlabs.com/2022/04/11/spellcheck_clinical_en_3_0.html) model.
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/6.Clinical_Context_Spell_Checker.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/spellcheck_clinical_pipeline_en_3.4.1_3.0_1649854381549.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("spellcheck_clinical_pipeline", "en", "clinical/models")
+
+example = ["Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress"]
+
+pipeline.annotate(example)
+```
+```scala
+val pipeline = new PretrainedPipeline("spellcheck_clinical_pipeline", "en", "clinical/models")
+
+val example = Array("Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress")
+
+pipeline.annotate(example)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['With','the','cell','of','physical','therapy','the','patient','was','ambulated','and','on','postoperative',',','the','patient','tolerating','a','post','surgical','soft','diet','.'],
+ 'document': ['Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.'],
+ 'token': ['Witth','the','hell','of','phisical','terapy','the','patient','was','imbulated','and','on','postoperative',',','the','impatient','tolerating','a','post','curgical','soft','diet','.']},
+
+ {'checked': ['With','pain','well','controlled','on','oral','pain','medications',',','she','was','discharged','to','rehabilitation','facility','.'],
+ 'document': ['With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.'],
+ 'token': ['With','paint','wel','controlled','on','orall','pain','medications',',','she','was','discharged','too','reihabilitation','facilitay','.']},
+
+ {'checked': ['Abdomen','is','soft',',','nontender',',','and','nondistended','.'],
+ 'document': ['Abdomen is sort, nontender, and nonintended.'],
+ 'token': ['Abdomen','is','sort',',','nontender',',','and','nonintended','.']},
+
+ {'checked': ['Patient','not','showing','pain','or','any','health','problems','.'],
+ 'document': ['Patient not showing pain or any wealth problems.'],
+ 'token': ['Patient','not','showing','pain','or','any','wealth','problems','.']},
+
+ {'checked': ['No', 'acute', 'distress'],
+ 'document': ['No cute distress'],
+ 'token': ['No', 'cute', 'distress']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_clinical_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP for Healthcare 3.4.1+|
+|License:|Licensed|
+|Edition:|Official|
+|Language:|en|
+|Size:|141.2 MB|
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- ContextSpellCheckerModel
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-14-spellcheck_clinical_en_2_4.md b/docs/_posts/murat-gunay/2022-04-14-spellcheck_clinical_en_2_4.md
new file mode 100644
index 00000000000000..3e493c68acec48
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-14-spellcheck_clinical_en_2_4.md
@@ -0,0 +1,132 @@
+---
+layout: model
+title: Medical Spell Checker
+author: John Snow Labs
+name: spellcheck_clinical
+date: 2022-04-14
+tags: [spellcheck, medical, medical_spell_checker, spell_checker, spelling_corrector, en, licensed]
+task: Spell Check
+language: en
+edition: Spark NLP for Healthcare 3.4.1
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Contextual Spell Checker is a sequence-to-sequence model that detects and corrects spelling errors in your medical input text. It’s based on Levenshtein Automation for generating candidate corrections and a Neural Language Model for ranking corrections. This model has been trained in a dataset containing data from different sources; MTSamples, i2b2 clinical notes, and several specific medical corpora. You can download the model that comes fully pretrained and ready to use. However, you can still customize it further without the need for re-training a new model from scratch. This can be accomplished by providing custom definitions for the word classes the model has been trained on, namely Dates, Numbers, Ages, Units, and Medications. This model is trained for PySpark 2.4.x users with SparkNLP 3.4.1.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/6.Clinical_Context_Spell_Checker.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/spellcheck_clinical_en_3.4.1_2.4_1649926082521.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = DocumentAssembler()\
+ .setInputCol("text")\
+ .setOutputCol("document")
+
+tokenizer = Tokenizer()\
+ .setInputCols(["document"])\
+ .setOutputCol("token")\
+ .setContextChars(["*", "-", "“", "(", "[", "\n", ".","\"", "”", ",", "?", ")", "]", "!", ";", ":", "'s", "’s"])
+
+spellModel = ContextSpellCheckerModel\
+ .pretrained('spellcheck_clinical', 'en', 'clinical/models')\
+ .setInputCols("token")\
+ .setOutputCol("checked")
+
+pipeline = Pipeline(stages = [documentAssembler, tokenizer, spellModel])
+
+empty = spark.createDataFrame([[""]]).toDF("text")
+lp = LightPipeline(pipeline.fit(empty))
+
+example = ["Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress"]
+
+lp.annotate(example)
+```
+```scala
+val assembler = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val tokenizer = new Tokenizer()
+ .setInputCols(Array("document"))
+ .setOutputCol("token")
+ .setContextChars(Array("*", "-", "“", "(", "[", "\n", ".","\"", "”", ",", "?", ")", "]", "!", ";", ":", "'s", "’s"))
+
+ val spellChecker = ContextSpellCheckerModel.
+ pretrained("spellcheck_clinical", "en", "clinical/models").
+ setInputCols("token").
+ setOutputCol("checked")
+
+ val pipeline = new Pipeline().setStages(Array(assembler, tokenizer, spellChecker))
+ val empty_df = Seq("").toDF("text")
+ val lp = new LightPipeline(pipeline.fit(empty_df))
+ val text = Array("Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress")
+ lp.annotate(text)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['With','the','cell','of','physical','therapy','the','patient','was','ambulated','and','on','postoperative',',','the','patient','tolerating','a','post','surgical','soft','diet','.'],
+ 'document': ['Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.'],
+ 'token': ['Witth','the','hell','of','phisical','terapy','the','patient','was','imbulated','and','on','postoperative',',','the','impatient','tolerating','a','post','curgical','soft','diet','.']},
+
+ {'checked': ['With','pain','well','controlled','on','oral','pain','medications',',','she','was','discharged','to','rehabilitation','facility','.'],
+ 'document': ['With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.'],
+ 'token': ['With','paint','wel','controlled','on','orall','pain','medications',',','she','was','discharged','too','reihabilitation','facilitay','.']},
+
+ {'checked': ['Abdomen','is','soft',',','nontender',',','and','nondistended','.'],
+ 'document': ['Abdomen is sort, nontender, and nonintended.'],
+ 'token': ['Abdomen','is','sort',',','nontender',',','and','nonintended','.']},
+
+ {'checked': ['Patient','not','showing','pain','or','any','health','problems','.'],
+ 'document': ['Patient not showing pain or any wealth problems.'],
+ 'token': ['Patient','not','showing','pain','or','any','wealth','problems','.']},
+
+ {'checked': ['No', 'acute', 'distress'],
+ 'document': ['No cute distress'],
+ 'token': ['No', 'cute', 'distress']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_clinical|
+|Compatibility:|Spark NLP for Healthcare 3.4.1|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[token]|
+|Output Labels:|[corrected]|
+|Language:|en|
+|Size:|141.2 MB|
+
+## References
+
+MTSamples, i2b2 clinical notes, and several specific medical corpora.
diff --git a/docs/_posts/murat-gunay/2022-04-14-spellcheck_clinical_pipeline_en_2_4.md b/docs/_posts/murat-gunay/2022-04-14-spellcheck_clinical_pipeline_en_2_4.md
new file mode 100644
index 00000000000000..e0c93c05959286
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-14-spellcheck_clinical_pipeline_en_2_4.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Medical Spell Checker Pipeline
+author: John Snow Labs
+name: spellcheck_clinical_pipeline
+date: 2022-04-14
+tags: [spellcheck, medical, medical_spell_checker, spell_corrector, spell_pipeline, en, licensed]
+task: Spell Check
+language: en
+edition: Spark NLP for Healthcare 3.4.1
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained medical spellchecker pipeline is built on the top of [spellcheck_clinical](https://nlp.johnsnowlabs.com/2022/04/14/spellcheck_clinical_en_2_4.html) model. This pipeline is for PySpark 2.4.x users with SparkNLP 3.4.1.
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/6.Clinical_Context_Spell_Checker.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/spellcheck_clinical_pipeline_en_3.4.1_2.4_1649930943224.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("spellcheck_clinical_pipeline", "en", "clinical/models")
+example = ["Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress"]
+pipeline.annotate(example)
+```
+```scala
+val pipeline = new PretrainedPipeline("spellcheck_clinical_pipeline", "en", "clinical/models")
+val example = Array("Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress")
+pipeline.annotate(example)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['With','the','cell','of','physical','therapy','the','patient','was','ambulated','and','on','postoperative',',','the','patient','tolerating','a','post','surgical','soft','diet','.'],
+ 'document': ['Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.'],
+ 'token': ['Witth','the','hell','of','phisical','terapy','the','patient','was','imbulated','and','on','postoperative',',','the','impatient','tolerating','a','post','curgical','soft','diet','.']},
+
+ {'checked': ['With','pain','well','controlled','on','oral','pain','medications',',','she','was','discharged','to','rehabilitation','facility','.'],
+ 'document': ['With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.'],
+ 'token': ['With','paint','wel','controlled','on','orall','pain','medications',',','she','was','discharged','too','reihabilitation','facilitay','.']},
+
+ {'checked': ['Abdomen','is','soft',',','nontender',',','and','nondistended','.'],
+ 'document': ['Abdomen is sort, nontender, and nonintended.'],
+ 'token': ['Abdomen','is','sort',',','nontender',',','and','nonintended','.']},
+
+ {'checked': ['Patient','not','showing','pain','or','any','health','problems','.'],
+ 'document': ['Patient not showing pain or any wealth problems.'],
+ 'token': ['Patient','not','showing','pain','or','any','wealth','problems','.']},
+
+ {'checked': ['No', 'acute', 'distress'],
+ 'document': ['No cute distress'],
+ 'token': ['No', 'cute', 'distress']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_clinical_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP for Healthcare 3.4.1+|
+|License:|Licensed|
+|Edition:|Official|
+|Language:|en|
+|Size:|141.3 MB|
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- ContextSpellCheckerModel
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-14-spellcheck_dl_pipeline_en_2_4.md b/docs/_posts/murat-gunay/2022-04-14-spellcheck_dl_pipeline_en_2_4.md
new file mode 100644
index 00000000000000..be890643e8536a
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-14-spellcheck_dl_pipeline_en_2_4.md
@@ -0,0 +1,78 @@
+---
+layout: model
+title: Context Spell Checker Pipeline for English
+author: John Snow Labs
+name: spellcheck_dl_pipeline
+date: 2022-04-14
+tags: [spellcheck, spell, spellcheck_pipeline, spelling_corrector, en, open_source]
+task: Spell Check
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained spellchecker pipeline is built on the top of [spellcheck_dl](https://nlp.johnsnowlabs.com/2022/04/01/spellcheck_dl_en_2_4.html) model. This pipeline is for PySpark 2.4.x users with SparkNLP 3.4.1.
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/healthcare/CONTEXTUAL_SPELL_CHECKER.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spellcheck_dl_pipeline_en_3.4.1_2.4_1649941123093.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("spellcheck_dl_pipeline", lang = "en")
+
+text = ["During the summer we have the best ueather.", "I have a black ueather jacket, so nice."]
+
+pipeline.annotate(text)
+```
+```scala
+val pipeline = new PretrainedPipeline("spellcheck_dl_pipeline", lang = "en")
+
+val example = Array("During the summer we have the best ueather.", "I have a black ueather jacket, so nice.")
+
+pipeline.annotate(example)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['During', 'the', 'summer', 'we', 'have', 'the', 'best', 'weather', '.'],
+ 'document': ['During the summer we have the best ueather.'],
+ 'token': ['During', 'the', 'summer', 'we', 'have', 'the', 'best', 'ueather', '.']},
+
+ {'checked': ['I', 'have', 'a', 'black', 'leather', 'jacket', ',', 'so', 'nice', '.'],
+ 'document': ['I have a black ueather jacket, so nice.'],
+ 'token': ['I', 'have', 'a', 'black', 'ueather', 'jacket', ',', 'so', 'nice', '.']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_dl_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|99.7 MB|
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- ContextSpellCheckerModel
diff --git a/docs/_posts/murat-gunay/2022-04-14-spellcheck_dl_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-14-spellcheck_dl_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..4e00525a37a9b9
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-14-spellcheck_dl_pipeline_en_3_0.md
@@ -0,0 +1,78 @@
+---
+layout: model
+title: Context Spell Checker Pipeline for English
+author: John Snow Labs
+name: spellcheck_dl_pipeline
+date: 2022-04-14
+tags: [spellcheck, spelling_corrector, en, open_source]
+task: Spell Check
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained spellchecker pipeline is built on the top of [spellcheck_dl](https://nlp.johnsnowlabs.com/2022/03/28/spellcheck_dl_en_3_0.html) model.
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/healthcare/CONTEXTUAL_SPELL_CHECKER.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spellcheck_dl_pipeline_en_3.4.1_3.0_1649937383379.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("spellcheck_dl_pipeline", lang = "en")
+
+text = ["During the summer we have the best ueather.", "I have a black ueather jacket, so nice."]
+
+pipeline.annotate(text)
+```
+```scala
+val pipeline = new PretrainedPipeline("spellcheck_dl_pipeline", lang = "en")
+
+val example = Array("During the summer we have the best ueather.", "I have a black ueather jacket, so nice.")
+
+pipeline.annotate(example)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['During', 'the', 'summer', 'we', 'have', 'the', 'best', 'weather', '.'],
+ 'document': ['During the summer we have the best ueather.'],
+ 'token': ['During', 'the', 'summer', 'we', 'have', 'the', 'best', 'ueather', '.']},
+
+ {'checked': ['I', 'have', 'a', 'black', 'leather', 'jacket', ',', 'so', 'nice', '.'],
+ 'document': ['I have a black ueather jacket, so nice.'],
+ 'token': ['I', 'have', 'a', 'black', 'ueather', 'jacket', ',', 'so', 'nice', '.']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_dl_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|99.7 MB|
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- ContextSpellCheckerModel
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-18-spellcheck_clinical_en_2_4.md b/docs/_posts/murat-gunay/2022-04-18-spellcheck_clinical_en_2_4.md
new file mode 100644
index 00000000000000..78c3806833e098
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-18-spellcheck_clinical_en_2_4.md
@@ -0,0 +1,132 @@
+---
+layout: model
+title: Medical Spell Checker
+author: John Snow Labs
+name: spellcheck_clinical
+date: 2022-04-18
+tags: [spellcheck, medical, medical_spellchecker, spell_checker, spelling_corrector, en, licensed]
+task: Spell Check
+language: en
+edition: Spark NLP for Healthcare 3.4.2
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Contextual Spell Checker is a sequence-to-sequence model that detects and corrects spelling errors in your medical input text. It’s based on Levenshtein Automation for generating candidate corrections and a Neural Language Model for ranking corrections. This model has been trained in a dataset containing data from different sources; MTSamples, i2b2 clinical notes, and several specific medical corpora. You can download the model that comes fully pretrained and ready to use. However, you can still customize it further without the need for re-training a new model from scratch. This can be accomplished by providing custom definitions for the word classes the model has been trained on, namely Dates, Numbers, Ages, Units, and Medications. This model is trained for PySpark 2.4.x users with SparkNLP 3.4.2 and above.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/6.Clinical_Context_Spell_Checker.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/spellcheck_clinical_en_3.4.2_2.4_1650288379214.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = DocumentAssembler()\
+ .setInputCol("text")\
+ .setOutputCol("document")
+
+tokenizer = Tokenizer()\
+ .setInputCols(["document"])\
+ .setOutputCol("token")\
+ .setContextChars(["*", "-", "“", "(", "[", "\n", ".","\"", "”", ",", "?", ")", "]", "!", ";", ":", "'s", "’s"])
+
+spellModel = ContextSpellCheckerModel\
+ .pretrained('spellcheck_clinical', 'en', 'clinical/models')\
+ .setInputCols("token")\
+ .setOutputCol("checked")
+
+pipeline = Pipeline(stages = [documentAssembler, tokenizer, spellModel])
+
+empty = spark.createDataFrame([[""]]).toDF("text")
+lp = LightPipeline(pipeline.fit(empty))
+
+example = ["Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress"]
+
+lp.annotate(example)
+```
+```scala
+val assembler = new DocumentAssembler()
+ .setInputCol("text")
+ .setOutputCol("document")
+
+val tokenizer = new Tokenizer()
+ .setInputCols(Array("document"))
+ .setOutputCol("token")
+ .setContextChars(Array("*", "-", "“", "(", "[", "\n", ".","\"", "”", ",", "?", ")", "]", "!", ";", ":", "'s", "’s"))
+
+val spellChecker = ContextSpellCheckerModel.
+ pretrained("spellcheck_clinical", "en", "clinical/models").
+ setInputCols("token").
+ setOutputCol("checked")
+
+val pipeline = new Pipeline().setStages(Array(assembler, tokenizer, spellChecker))
+val empty_df = Seq("").toDF("text")
+val lp = new LightPipeline(pipeline.fit(empty_df))
+val text = Array("Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress")
+lp.annotate(text)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['With','the','cell','of','physical','therapy','the','patient','was','ambulated','and','on','postoperative',',','the','patient','tolerating','a','post','surgical','soft','diet','.'],
+ 'document': ['Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.'],
+ 'token': ['Witth','the','hell','of','phisical','terapy','the','patient','was','imbulated','and','on','postoperative',',','the','impatient','tolerating','a','post','curgical','soft','diet','.']},
+
+ {'checked': ['With','pain','well','controlled','on','oral','pain','medications',',','she','was','discharged','to','rehabilitation','facility','.'],
+ 'document': ['With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.'],
+ 'token': ['With','paint','wel','controlled','on','orall','pain','medications',',','she','was','discharged','too','reihabilitation','facilitay','.']},
+
+ {'checked': ['Abdomen','is','soft',',','nontender',',','and','nondistended','.'],
+ 'document': ['Abdomen is sort, nontender, and nonintended.'],
+ 'token': ['Abdomen','is','sort',',','nontender',',','and','nonintended','.']},
+
+ {'checked': ['Patient','not','showing','pain','or','any','health','problems','.'],
+ 'document': ['Patient not showing pain or any wealth problems.'],
+ 'token': ['Patient','not','showing','pain','or','any','wealth','problems','.']},
+
+ {'checked': ['No', 'acute', 'distress'],
+ 'document': ['No cute distress'],
+ 'token': ['No', 'cute', 'distress']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_clinical|
+|Compatibility:|Spark NLP for Healthcare 3.4.2+|
+|License:|Licensed|
+|Edition:|Official|
+|Input Labels:|[token]|
+|Output Labels:|[corrected]|
+|Language:|en|
+|Size:|141.2 MB|
+
+## References
+
+MTSamples, i2b2 clinical notes, and several specific medical corpora.
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-18-spellcheck_dl_pipeline_en_2_4.md b/docs/_posts/murat-gunay/2022-04-18-spellcheck_dl_pipeline_en_2_4.md
new file mode 100644
index 00000000000000..e11f1d1e6432ed
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-18-spellcheck_dl_pipeline_en_2_4.md
@@ -0,0 +1,78 @@
+---
+layout: model
+title: Context Spell Checker Pipeline for English
+author: John Snow Labs
+name: spellcheck_dl_pipeline
+date: 2022-04-18
+tags: [spellcheck, spell, spellcheck_pipeline, spelling_corrector, en, open_source]
+task: Spell Check
+language: en
+edition: Spark NLP 3.4.2
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained spellchecker pipeline is built on the top of [spellcheck_dl](https://nlp.johnsnowlabs.com/2022/04/02/spellcheck_dl_en_2_4.html) model. This pipeline is for PySpark 2.4.x users with SparkNLP 3.4.2 and above.
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/healthcare/CONTEXTUAL_SPELL_CHECKER.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spellcheck_dl_pipeline_en_3.4.2_2.4_1650285592232.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("spellcheck_dl_pipeline", lang = "en")
+
+text = ["During the summer we have the best ueather.", "I have a black ueather jacket, so nice."]
+
+pipeline.annotate(text)
+```
+```scala
+val pipeline = new PretrainedPipeline("spellcheck_dl_pipeline", lang = "en")
+
+val example = Array("During the summer we have the best ueather.", "I have a black ueather jacket, so nice.")
+
+pipeline.annotate(example)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['During', 'the', 'summer', 'we', 'have', 'the', 'best', 'weather', '.'],
+ 'document': ['During the summer we have the best ueather.'],
+ 'token': ['During', 'the', 'summer', 'we', 'have', 'the', 'best', 'ueather', '.']},
+
+ {'checked': ['I', 'have', 'a', 'black', 'leather', 'jacket', ',', 'so', 'nice', '.'],
+ 'document': ['I have a black ueather jacket, so nice.'],
+ 'token': ['I', 'have', 'a', 'black', 'ueather', 'jacket', ',', 'so', 'nice', '.']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_dl_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|99.4 MB|
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- ContextSpellCheckerModel
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-19-bert_token_classifier_dutch_udlassy_ner_pipeline_nl_3_0.md b/docs/_posts/murat-gunay/2022-04-19-bert_token_classifier_dutch_udlassy_ner_pipeline_nl_3_0.md
new file mode 100644
index 00000000000000..1f9ade98dff002
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-19-bert_token_classifier_dutch_udlassy_ner_pipeline_nl_3_0.md
@@ -0,0 +1,79 @@
+---
+layout: model
+title: Dutch NER Pipeline
+author: John Snow Labs
+name: bert_token_classifier_dutch_udlassy_ner_pipeline
+date: 2022-04-19
+tags: [open_source, ner, dutch, token_classifier, bert, treatment, nl]
+task: Named Entity Recognition
+language: nl
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [bert_token_classifier_dutch_udlassy_ner](https://nlp.johnsnowlabs.com/2021/12/08/bert_token_classifier_dutch_udlassy_ner_nl.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_token_classifier_dutch_udlassy_ner_pipeline_nl_3.4.1_3.0_1650374307543.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("bert_token_classifier_dutch_udlassy_ner_pipeline", lang = "nl")
+
+pipeline.annotate("Mijn naam is Peter Fergusson. Ik woon sinds oktober 2011 in New York en werk 5 jaar bij Tesla Motor.")
+```
+```scala
+val pipeline = new PretrainedPipeline("bert_token_classifier_dutch_udlassy_ner_pipeline", lang = "nl")
+
+pipeline.annotate("Mijn naam is Peter Fergusson. Ik woon sinds oktober 2011 in New York en werk 5 jaar bij Tesla Motor.")
+```
+
+
+## Results
+
+```bash
++---------------+---------+
+|chunk |ner_label|
++---------------+---------+
+|Peter Fergusson|PERSON |
+|oktober 2011 |DATE |
+|New York |GPE |
+|5 jaar |DATE |
+|Tesla Motor |ORG |
++---------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_token_classifier_dutch_udlassy_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|nl|
+|Size:|407.9 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- BertForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-19-spellcheck_clinical_pipeline_en_2_4.md b/docs/_posts/murat-gunay/2022-04-19-spellcheck_clinical_pipeline_en_2_4.md
new file mode 100644
index 00000000000000..13af4cf63bf19d
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-19-spellcheck_clinical_pipeline_en_2_4.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Medical Spell Checker Pipeline
+author: John Snow Labs
+name: spellcheck_clinical_pipeline
+date: 2022-04-19
+tags: [spellcheck, medical, medical_spell_check, spell_corrector, spell_pipeline, en, licensed]
+task: Spell Check
+language: en
+edition: Spark NLP for Healthcare 3.4.2
+spark_version: 2.4
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained medical spellchecker pipeline is built on the top of [spellcheck_clinical](https://nlp.johnsnowlabs.com/2022/04/18/spellcheck_clinical_en_2_4.html) model. This pipeline is for PySpark 2.4.x users with SparkNLP 3.4.2 and above.
+
+{:.btn-box}
+[Live Demo](https://demo.johnsnowlabs.com/healthcare/CONTEXTUAL_SPELL_CHECKER/){:.button.button-orange}
+[Open in Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/6.Clinical_Context_Spell_Checker.ipynb){:.button.button-orange.button-orange-trans.co.button-icon}
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/spellcheck_clinical_pipeline_en_3.4.2_2.4_1650360182939.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("spellcheck_clinical_pipeline", "en", "clinical/models")
+example = ["Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress"]
+pipeline.annotate(example)
+```
+```scala
+val pipeline = new PretrainedPipeline("spellcheck_clinical_pipeline", "en", "clinical/models")
+val example = Array("Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.",
+ "With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.",
+ "Abdomen is sort, nontender, and nonintended.",
+ "Patient not showing pain or any wealth problems.",
+ "No cute distress")
+pipeline.annotate(example)
+```
+
+
+## Results
+
+```bash
+[{'checked': ['With','the','cell','of','physical','therapy','the','patient','was','ambulated','and','on','postoperative',',','the','patient','tolerating','a','post','surgical','soft','diet','.'],
+ 'document': ['Witth the hell of phisical terapy the patient was imbulated and on postoperative, the impatient tolerating a post curgical soft diet.'],
+ 'token': ['Witth','the','hell','of','phisical','terapy','the','patient','was','imbulated','and','on','postoperative',',','the','impatient','tolerating','a','post','curgical','soft','diet','.']},
+
+ {'checked': ['With','pain','well','controlled','on','oral','pain','medications',',','she','was','discharged','to','rehabilitation','facility','.'],
+ 'document': ['With paint wel controlled on orall pain medications, she was discharged too reihabilitation facilitay.'],
+ 'token': ['With','paint','wel','controlled','on','orall','pain','medications',',','she','was','discharged','too','reihabilitation','facilitay','.']},
+
+ {'checked': ['Abdomen','is','soft',',','nontender',',','and','nondistended','.'],
+ 'document': ['Abdomen is sort, nontender, and nonintended.'],
+ 'token': ['Abdomen','is','sort',',','nontender',',','and','nonintended','.']},
+
+ {'checked': ['Patient','not','showing','pain','or','any','health','problems','.'],
+ 'document': ['Patient not showing pain or any wealth problems.'],
+ 'token': ['Patient','not','showing','pain','or','any','wealth','problems','.']},
+
+ {'checked': ['No', 'acute', 'distress'],
+ 'document': ['No cute distress'],
+ 'token': ['No', 'cute', 'distress']}]
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spellcheck_clinical_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP for Healthcare 3.4.2+|
+|License:|Licensed|
+|Edition:|Official|
+|Language:|en|
+|Size:|141.3 MB|
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- ContextSpellCheckerModel
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-19-xlm_roberta_large_token_classifier_conll03_pipeline_de_3_0.md b/docs/_posts/murat-gunay/2022-04-19-xlm_roberta_large_token_classifier_conll03_pipeline_de_3_0.md
new file mode 100644
index 00000000000000..7ec695d36c3f81
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-19-xlm_roberta_large_token_classifier_conll03_pipeline_de_3_0.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: NER Pipeline for German
+author: John Snow Labs
+name: xlm_roberta_large_token_classifier_conll03_pipeline
+date: 2022-04-19
+tags: [german, roberta, xlm, ner, conll03, de, open_source]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [xlm_roberta_large_token_classifier_conll03_de](https://nlp.johnsnowlabs.com/2021/12/25/xlm_roberta_large_token_classifier_conll03_de.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_large_token_classifier_conll03_pipeline_de_3.4.1_3.0_1650369924733.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("xlm_roberta_large_token_classifier_conll03_pipeline", lang = "de")
+
+pipeline.annotate("Ibser begann seine Karriere beim ASK Ebreichsdorf. 2004 wechselte er zu Admira Wacker Mödling, wo er auch in der Akademie spielte.")
+```
+```scala
+val pipeline = new PretrainedPipeline("xlm_roberta_large_token_classifier_conll03_pipeline", lang = "de")
+
+pipeline.annotate("Ibser begann seine Karriere beim ASK Ebreichsdorf. 2004 wechselte er zu Admira Wacker Mödling, wo er auch in der Akademie spielte.")
+```
+
+
+## Results
+
+```bash
++----------------------+---------+
+|chunk |ner_label|
++----------------------+---------+
+|Ibser |PER |
+|ASK Ebreichsdorf |ORG |
+|Admira Wacker Mödling |ORG |
++----------------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_large_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|1.8 GB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- XlmRoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-20-longformer_base_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-20-longformer_base_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..95b542d446ceed
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-20-longformer_base_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: Longformer Base NER Pipeline
+author: John Snow Labs
+name: longformer_base_token_classifier_conll03_pipeline
+date: 2022-04-20
+tags: [ner, longformer, pipeline, conll, token_classification, en, open_source]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [longformer_base_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/10/09/longformer_base_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/longformer_base_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650456150982.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("longformer_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I am working at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("longformer_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I am working at John Snow Labs.")
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PER |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|longformer_base_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|516.1 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- LongformerForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-20-longformer_large_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-20-longformer_large_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..a85f082b9a462f
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-20-longformer_large_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: Longformer Large NER Pipeline
+author: John Snow Labs
+name: longformer_large_token_classifier_conll03_pipeline
+date: 2022-04-20
+tags: [open_source, ner, token_classifier, longformer, conll, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [longformer_large_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/10/09/longformer_large_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/longformer_large_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650461801705.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("longformer_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I am working at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("longformer_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I am working at John Snow Labs.")
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PER |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|longformer_large_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- LongformerForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-20-roberta_token_classifier_bne_capitel_ner_pipeline_es_3_0.md b/docs/_posts/murat-gunay/2022-04-20-roberta_token_classifier_bne_capitel_ner_pipeline_es_3_0.md
new file mode 100644
index 00000000000000..9fe94441b84a43
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-20-roberta_token_classifier_bne_capitel_ner_pipeline_es_3_0.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: Spanish NER Pipeline
+author: John Snow Labs
+name: roberta_token_classifier_bne_capitel_ner_pipeline
+date: 2022-04-20
+tags: [roberta, token_classifier, spanish, ner, es, open_source]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [roberta_token_classifier_bne_capitel_ner_es](https://nlp.johnsnowlabs.com/2021/12/07/roberta_token_classifier_bne_capitel_ner_es.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_token_classifier_bne_capitel_ner_pipeline_es_3.4.1_3.0_1650450203759.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("roberta_token_classifier_bne_capitel_ner_pipeline", lang = "es")
+
+pipeline.annotate("Me llamo Antonio y trabajo en la fábrica de Mercedes-Benz en Madrid.")
+```
+```scala
+val pipeline = new PretrainedPipeline("roberta_token_classifier_bne_capitel_ner_pipeline", lang = "es")
+
+pipeline.annotate("Me llamo Antonio y trabajo en la fábrica de Mercedes-Benz en Madrid.")
+```
+
+
+## Results
+
+```bash
++------------------------+---------+
+|chunk |ner_label|
++------------------------+---------+
+|Antonio |PER |
+|fábrica de Mercedes-Benz|ORG |
+|Madrid |LOC |
++------------------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_token_classifier_bne_capitel_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|459.4 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- RoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-20-roberta_token_classifier_icelandic_ner_pipeline_is_3_0.md b/docs/_posts/murat-gunay/2022-04-20-roberta_token_classifier_icelandic_ner_pipeline_is_3_0.md
new file mode 100644
index 00000000000000..9571bed69c2b1d
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-20-roberta_token_classifier_icelandic_ner_pipeline_is_3_0.md
@@ -0,0 +1,79 @@
+---
+layout: model
+title: Icelandic NER Pipeline
+author: John Snow Labs
+name: roberta_token_classifier_icelandic_ner_pipeline
+date: 2022-04-20
+tags: [open_source, ner, token_classifier, roberta, icelandic, is]
+task: Named Entity Recognition
+language: is
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [roberta_token_classifier_icelandic_ner](https://nlp.johnsnowlabs.com/2021/12/06/roberta_token_classifier_icelandic_ner_is.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_token_classifier_icelandic_ner_pipeline_is_3.4.1_3.0_1650453946425.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("roberta_token_classifier_icelandic_ner_pipeline", lang = "is")
+
+pipeline.annotate("Ég heiti Peter Fergusson. Ég hef búið í New York síðan í október 2011 og unnið hjá Tesla Motor og þénað 100K $ á ári.")
+```
+```scala
+val pipeline = new PretrainedPipeline("roberta_token_classifier_icelandic_ner_pipeline", lang = "is")
+
+pipeline.annotate("Ég heiti Peter Fergusson. Ég hef búið í New York síðan í október 2011 og unnið hjá Tesla Motor og þénað 100K $ á ári.")
+```
+
+
+## Results
+
+```bash
++----------------+------------+
+|chunk |ner_label |
++----------------+------------+
+|Peter Fergusson |Person |
+|New York |Location |
+|október 2011 |Date |
+|Tesla Motor |Organization|
+|100K $ |Money |
++----------------+------------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_token_classifier_icelandic_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|is|
+|Size:|457.5 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- RoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-21-xlm_roberta_base_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-21-xlm_roberta_base_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..128257d309098e
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-21-xlm_roberta_base_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: XLM-RoBERTa Base, CoNLL-03 NER Pipeline
+author: John Snow Labs
+name: xlm_roberta_base_token_classifier_conll03_pipeline
+date: 2022-04-21
+tags: [open_source, ner, token_classifier, xlm_roberta, conll03, xlm, base, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [xlm_roberta_base_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/10/03/xlm_roberta_base_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650542851685.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("xlm_roberta_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("xlm_roberta_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PERSON |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|851.9 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- XlmRoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-21-xlm_roberta_base_token_classifier_ontonotes_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-21-xlm_roberta_base_token_classifier_ontonotes_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..5d7e14f35a7ac2
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-21-xlm_roberta_base_token_classifier_ontonotes_pipeline_en_3_0.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: XLM-RoBERTa Base NER Pipeline
+author: John Snow Labs
+name: xlm_roberta_base_token_classifier_ontonotes_pipeline
+date: 2022-04-21
+tags: [open_source, ner, token_classifier, xlm_roberta, ontonotes, xlm, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [xlm_roberta_base_token_classifier_ontonotes](https://nlp.johnsnowlabs.com/2021/10/03/xlm_roberta_base_token_classifier_ontonotes_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_token_classifier_ontonotes_pipeline_en_3.4.1_3.0_1650542464092.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("xlm_roberta_base_token_classifier_ontonotes_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I have been working at John Snow Labs since November 2020.")
+```
+```scala
+val pipeline = new PretrainedPipeline("xlm_roberta_base_token_classifier_ontonotes_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I have been working at John Snow Labs since November 2020.")
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PERSON |
+|John Snow Labs|ORG |
+|November 2020 |DATE |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_token_classifier_ontonotes_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|858.4 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- XlmRoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-21-xlnet_base_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-21-xlnet_base_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..42c63a838d697e
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-21-xlnet_base_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: XLNet Base CoNLL-03 NER Pipeline
+author: John Snow Labs
+name: xlnet_base_token_classifier_conll03_pipeline
+date: 2022-04-21
+tags: [ner, english, xlnet, base, token_classification, en, open_source]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [xlnet_base_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/09/28/xlnet_base_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlnet_base_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650540715035.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("xlnet_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("xlnet_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PER |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlnet_base_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|438.5 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- XlnetForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-21-xlnet_large_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-21-xlnet_large_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..b1a24a81f4e609
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-21-xlnet_large_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: XLNet Large CoNLL-03 NER Pipeline
+author: John Snow Labs
+name: xlnet_large_token_classifier_conll03_pipeline
+date: 2022-04-21
+tags: [open_source, ner, token_classifier, xlnet, conll03, large, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [xlnet_large_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/09/28/xlnet_large_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlnet_large_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650546509566.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("xlnet_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("xlnet_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PERSON |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlnet_large_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.4 GB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- XlnetForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-22-albert_base_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-22-albert_base_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..9c37215bc1359e
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-22-albert_base_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: ALBERT Base CoNNL-03 NER Pipeline
+author: John Snow Labs
+name: albert_base_token_classifier_conll03_pipeline
+date: 2022-04-22
+tags: [open_source, ner, token_classifier, albert, conll03, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [albert_base_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/09/26/albert_base_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650636447138.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("albert_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("albert_base_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs."))
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PER |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|43.1 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- AlbertForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-22-xlm_roberta_token_classifier_ner_40_lang_pipeline_xx_3_0.md b/docs/_posts/murat-gunay/2022-04-22-xlm_roberta_token_classifier_ner_40_lang_pipeline_xx_3_0.md
new file mode 100644
index 00000000000000..3a3cb2b7c73e82
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-22-xlm_roberta_token_classifier_ner_40_lang_pipeline_xx_3_0.md
@@ -0,0 +1,78 @@
+---
+layout: model
+title: XLM-RoBERTa 40-Language NER Pipeline
+author: John Snow Labs
+name: xlm_roberta_token_classifier_ner_40_lang_pipeline
+date: 2022-04-22
+tags: [open_source, ner, token_classifier, xlm_roberta, multilang, "40", xx]
+task: Named Entity Recognition
+language: xx
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [xlm_roberta_token_classifier_ner_40_lang](https://nlp.johnsnowlabs.com/2021/09/28/xlm_roberta_token_classifier_ner_40_lang_xx.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_token_classifier_ner_40_lang_pipeline_xx_3.4.1_3.0_1650628752833.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("xlm_roberta_token_classifier_ner_40_lang_pipeline", lang = "xx")
+
+pipeline.annotate(["My name is John and I work at John Snow Labs.", "انا اسمي احمد واعمل في ارامكو"])
+```
+```scala
+val pipeline = new PretrainedPipeline("xlm_roberta_token_classifier_ner_40_lang_pipeline", lang = "xx")
+
+pipeline.annotate(Array("My name is John and I work at John Snow Labs.", "انا اسمي احمد واعمل في ارامكو"))
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PER |
+|John Snow Labs|ORG |
+|احمد |PER |
+|ارامكو |ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_token_classifier_ner_40_lang_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|967.7 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetector
+- TokenizerModel
+- XlmRoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-23-albert_large_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-23-albert_large_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..b0213d162de7a9
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-23-albert_large_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: ALBERT Large CoNNL-03 NER Pipeline
+author: John Snow Labs
+name: albert_large_token_classifier_conll03_pipeline
+date: 2022-04-23
+tags: [open_source, ner, token_classifier, albert, conll03, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [albert_large_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/09/26/albert_large_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_large_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650710898514.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("albert_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("albert_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs."))
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PER |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_large_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|64.4 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- AlbertForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-23-albert_xlarge_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-23-albert_xlarge_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..3255b83053f845
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-23-albert_xlarge_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: ALBERT XLarge CoNNL-03 NER Pipeline
+author: John Snow Labs
+name: albert_xlarge_token_classifier_conll03_pipeline
+date: 2022-04-23
+tags: [open_source, ner, token_classifier, albert, conll03, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [albert_xlarge_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/09/26/albert_xlarge_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_xlarge_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650712616814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("albert_xlarge_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("albert_xlarge_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs."))
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PER |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_xlarge_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|206.5 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- AlbertForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-23-distilroberta_base_token_classifier_ontonotes_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-23-distilroberta_base_token_classifier_ontonotes_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..ae02d668dad59f
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-23-distilroberta_base_token_classifier_ontonotes_pipeline_en_3_0.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: DistilRoBERTa Base Ontonotes NER Pipeline
+author: John Snow Labs
+name: distilroberta_base_token_classifier_ontonotes_pipeline
+date: 2022-04-23
+tags: [open_source, ner, token_classifier, distilroberta, ontonotes, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [distilroberta_base_token_classifier_ontonotes](https://nlp.johnsnowlabs.com/2021/09/26/distilroberta_base_token_classifier_ontonotes_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_base_token_classifier_ontonotes_pipeline_en_3.4.1_3.0_1650713643088.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("distilroberta_base_token_classifier_ontonotes_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I have been working at John Snow Labs since November 2020.")
+```
+```scala
+val pipeline = new PretrainedPipeline("distilroberta_base_token_classifier_ontonotes_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I have been working at John Snow Labs since November 2020."))
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PERSON |
+|John Snow Labs|ORG |
+|November 2020 |DATE |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_base_token_classifier_ontonotes_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|307.5 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- RoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-23-roberta_base_token_classifier_ontonotes_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-23-roberta_base_token_classifier_ontonotes_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..ed4d629d8d5f2d
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-23-roberta_base_token_classifier_ontonotes_pipeline_en_3_0.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: RoBERTa Base Ontonotes NER Pipeline
+author: John Snow Labs
+name: roberta_base_token_classifier_ontonotes_pipeline
+date: 2022-04-23
+tags: [open_source, ner, token_classifier, roberta, ontonotes, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [roberta_base_token_classifier_ontonotes](https://nlp.johnsnowlabs.com/2021/09/26/roberta_base_token_classifier_ontonotes_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_token_classifier_ontonotes_pipeline_en_3.4.1_3.0_1650716691150.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("roberta_base_token_classifier_ontonotes_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I have been working at John Snow Labs since November 2020.")
+```
+```scala
+val pipeline = new PretrainedPipeline("roberta_base_token_classifier_ontonotes_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I have been working at John Snow Labs since November 2020."))
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PERSON |
+|John Snow Labs|ORG |
+|November 2020 |DATE |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_token_classifier_ontonotes_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|456.5 MB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- RoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_posts/murat-gunay/2022-04-23-roberta_large_token_classifier_conll03_pipeline_en_3_0.md b/docs/_posts/murat-gunay/2022-04-23-roberta_large_token_classifier_conll03_pipeline_en_3_0.md
new file mode 100644
index 00000000000000..d12ac2cc83350e
--- /dev/null
+++ b/docs/_posts/murat-gunay/2022-04-23-roberta_large_token_classifier_conll03_pipeline_en_3_0.md
@@ -0,0 +1,76 @@
+---
+layout: model
+title: RoBERTa Large CoNLL-03 NER Pipeline
+author: John Snow Labs
+name: roberta_large_token_classifier_conll03_pipeline
+date: 2022-04-23
+tags: [open_source, ner, token_classifier, roberta, conll03, en]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 3.4.1
+spark_version: 3.0
+supported: true
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+This pretrained pipeline is built on the top of [roberta_large_token_classifier_conll03](https://nlp.johnsnowlabs.com/2021/09/26/roberta_large_token_classifier_conll03_en.html) model.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_token_classifier_conll03_pipeline_en_3.4.1_3.0_1650718129682.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+pipeline = PretrainedPipeline("roberta_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs.")
+```
+```scala
+val pipeline = new PretrainedPipeline("roberta_large_token_classifier_conll03_pipeline", lang = "en")
+
+pipeline.annotate("My name is John and I work at John Snow Labs."))
+```
+
+
+## Results
+
+```bash
++--------------+---------+
+|chunk |ner_label|
++--------------+---------+
+|John |PERSON |
+|John Snow Labs|ORG |
++--------------+---------+
+```
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_token_classifier_conll03_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 3.4.1+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- TokenizerModel
+- RoBertaForTokenClassification
+- NerConverter
+- Finisher
\ No newline at end of file
diff --git a/docs/_sass/custom.scss b/docs/_sass/custom.scss
index a05eaa34b22412..a041b4a1651031 100755
--- a/docs/_sass/custom.scss
+++ b/docs/_sass/custom.scss
@@ -1141,16 +1141,21 @@ ol.list1 {
transition: all 300ms ease;
width: 250px;
padding: 64px 28px 0 37px;
+ overflow-x: hidden;
+ overflow-y: auto;
&:before {
content: '';
position: absolute;
- right: 0;
+ right: -15px;
top: 0;
height: 100%;
width: 15px;
background: #F5F5F5;
display: block;
}
+ [data-hide="hide"] {
+ display: none;
+ }
}
.sidemenu {
diff --git a/docs/assets/images/Classify_Banking-related_texts.svg b/docs/assets/images/Classify_Banking-related_texts.svg
new file mode 100644
index 00000000000000..0777d7b7d84394
--- /dev/null
+++ b/docs/assets/images/Classify_Banking-related_texts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Classify_Banking-related_texts_f.svg b/docs/assets/images/Classify_Banking-related_texts_f.svg
new file mode 100644
index 00000000000000..72fba14103334c
--- /dev/null
+++ b/docs/assets/images/Classify_Banking-related_texts_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Classify_English_News.svg b/docs/assets/images/Classify_English_News.svg
new file mode 100644
index 00000000000000..3398f302782fe7
--- /dev/null
+++ b/docs/assets/images/Classify_English_News.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Classify_English_News_f.svg b/docs/assets/images/Classify_English_News_f.svg
new file mode 100644
index 00000000000000..4f1a19328ae841
--- /dev/null
+++ b/docs/assets/images/Classify_English_News_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Correct_Sentences_Grammar.svg b/docs/assets/images/Correct_Sentences_Grammar.svg
new file mode 100644
index 00000000000000..68f897f9e618d8
--- /dev/null
+++ b/docs/assets/images/Correct_Sentences_Grammar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Correct_Sentences_Grammar_f.svg b/docs/assets/images/Correct_Sentences_Grammar_f.svg
new file mode 100644
index 00000000000000..27d76c98d0bddd
--- /dev/null
+++ b/docs/assets/images/Correct_Sentences_Grammar_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Deidentify_German_Medical_texts.svg b/docs/assets/images/Deidentify_German_Medical_texts.svg
new file mode 100644
index 00000000000000..ea08db84b8c398
--- /dev/null
+++ b/docs/assets/images/Deidentify_German_Medical_texts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Deidentify_German_Medical_texts_f.svg b/docs/assets/images/Deidentify_German_Medical_texts_f.svg
new file mode 100644
index 00000000000000..4ae58d8dc1a033
--- /dev/null
+++ b/docs/assets/images/Deidentify_German_Medical_texts_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Extract_conditions_and_benefits_from_drug_reviews.svg b/docs/assets/images/Extract_conditions_and_benefits_from_drug_reviews.svg
new file mode 100644
index 00000000000000..88ab48543e064c
--- /dev/null
+++ b/docs/assets/images/Extract_conditions_and_benefits_from_drug_reviews.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Extract_conditions_and_benefits_from_drug_reviews_f.svg b/docs/assets/images/Extract_conditions_and_benefits_from_drug_reviews_f.svg
new file mode 100644
index 00000000000000..fb88ef2fb4e9e0
--- /dev/null
+++ b/docs/assets/images/Extract_conditions_and_benefits_from_drug_reviews_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Identify_Antisemitic_texts.svg b/docs/assets/images/Identify_Antisemitic_texts.svg
new file mode 100644
index 00000000000000..158f6ca2aacec1
--- /dev/null
+++ b/docs/assets/images/Identify_Antisemitic_texts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Identify_Antisemitic_texts_f.svg b/docs/assets/images/Identify_Antisemitic_texts_f.svg
new file mode 100644
index 00000000000000..7dd22287db2290
--- /dev/null
+++ b/docs/assets/images/Identify_Antisemitic_texts_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Identify_Emotions_in_texts.svg b/docs/assets/images/Identify_Emotions_in_texts.svg
new file mode 100644
index 00000000000000..fab39749aefaf8
--- /dev/null
+++ b/docs/assets/images/Identify_Emotions_in_texts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Identify_Emotions_in_texts_f.svg b/docs/assets/images/Identify_Emotions_in_texts_f.svg
new file mode 100644
index 00000000000000..e5e7f0cecf72c9
--- /dev/null
+++ b/docs/assets/images/Identify_Emotions_in_texts_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_African_Languages.svg b/docs/assets/images/Lemmatizer_for_African_Languages.svg
new file mode 100644
index 00000000000000..b0042b25baf57b
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_African_Languages.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_African_Languages_f.svg b/docs/assets/images/Lemmatizer_for_African_Languages_f.svg
new file mode 100644
index 00000000000000..41e6d650cdcc8b
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_African_Languages_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_East_Asian_Languages.svg b/docs/assets/images/Lemmatizer_for_East_Asian_Languages.svg
new file mode 100644
index 00000000000000..9e1784c8038ee7
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_East_Asian_Languages.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_East_Asian_Languages_f.svg b/docs/assets/images/Lemmatizer_for_East_Asian_Languages_f.svg
new file mode 100644
index 00000000000000..51299f13c00bfb
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_East_Asian_Languages_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_European_Languages.svg b/docs/assets/images/Lemmatizer_for_European_Languages.svg
new file mode 100644
index 00000000000000..c77ffc0ceb65e0
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_European_Languages.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_European_Languages_f.svg b/docs/assets/images/Lemmatizer_for_European_Languages_f.svg
new file mode 100644
index 00000000000000..b7cc48dee14563
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_European_Languages_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_Languages_of_India.svg b/docs/assets/images/Lemmatizer_for_Languages_of_India.svg
new file mode 100644
index 00000000000000..d6f4fc10b5f3f7
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_Languages_of_India.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_Languages_of_India_f.svg b/docs/assets/images/Lemmatizer_for_Languages_of_India_f.svg
new file mode 100644
index 00000000000000..8324d67b86f717
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_Languages_of_India_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_Middle_Eastern_Languages.svg b/docs/assets/images/Lemmatizer_for_Middle_Eastern_Languages.svg
new file mode 100644
index 00000000000000..b64e6797957a35
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_Middle_Eastern_Languages.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Lemmatizer_for_Middle_Eastern_Languages_f.svg b/docs/assets/images/Lemmatizer_for_Middle_Eastern_Languages_f.svg
new file mode 100644
index 00000000000000..c8b8e289b6eea7
--- /dev/null
+++ b/docs/assets/images/Lemmatizer_for_Middle_Eastern_Languages_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Clinical_Abbreviations_and_Acronyms.svg b/docs/assets/images/Resolve_Clinical_Abbreviations_and_Acronyms.svg
new file mode 100644
index 00000000000000..7a128cfea21db6
--- /dev/null
+++ b/docs/assets/images/Resolve_Clinical_Abbreviations_and_Acronyms.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Clinical_Abbreviations_and_Acronyms_f.svg b/docs/assets/images/Resolve_Clinical_Abbreviations_and_Acronyms_f.svg
new file mode 100644
index 00000000000000..34633477b3699f
--- /dev/null
+++ b/docs/assets/images/Resolve_Clinical_Abbreviations_and_Acronyms_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy.svg b/docs/assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy.svg
new file mode 100644
index 00000000000000..f04f7db78176fd
--- /dev/null
+++ b/docs/assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy_f.svg b/docs/assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy_f.svg
new file mode 100644
index 00000000000000..0d470fa6e9a235
--- /dev/null
+++ b/docs/assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy.svg b/docs/assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy.svg
new file mode 100644
index 00000000000000..7f6dd1221b5459
--- /dev/null
+++ b/docs/assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy_f.svg b/docs/assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy_f.svg
new file mode 100644
index 00000000000000..6c1b473201fdaf
--- /dev/null
+++ b/docs/assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy.svg b/docs/assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy.svg
new file mode 100644
index 00000000000000..eeb32fd7ff630a
--- /dev/null
+++ b/docs/assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy_f.svg b/docs/assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy_f.svg
new file mode 100644
index 00000000000000..5e4669c9e54b2a
--- /dev/null
+++ b/docs/assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Switch_Between_Active_and_Passive_voice.svg b/docs/assets/images/Switch_Between_Active_and_Passive_voice.svg
new file mode 100644
index 00000000000000..2771e1d3a9a024
--- /dev/null
+++ b/docs/assets/images/Switch_Between_Active_and_Passive_voice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Switch_Between_Active_and_Passive_voice_f.svg b/docs/assets/images/Switch_Between_Active_and_Passive_voice_f.svg
new file mode 100644
index 00000000000000..78d13a5118b84a
--- /dev/null
+++ b/docs/assets/images/Switch_Between_Active_and_Passive_voice_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Switch_Between_Informal_and_Formal_style.svg b/docs/assets/images/Switch_Between_Informal_and_Formal_style.svg
new file mode 100644
index 00000000000000..216a04144fc997
--- /dev/null
+++ b/docs/assets/images/Switch_Between_Informal_and_Formal_style.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Switch_Between_Informal_and_Formal_style_f.svg b/docs/assets/images/Switch_Between_Informal_and_Formal_style_f.svg
new file mode 100644
index 00000000000000..4e5da59a89db88
--- /dev/null
+++ b/docs/assets/images/Switch_Between_Informal_and_Formal_style_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Text_Generation_gpt2.svg b/docs/assets/images/Text_Generation_gpt2.svg
new file mode 100644
index 00000000000000..7d30bddc5e82d9
--- /dev/null
+++ b/docs/assets/images/Text_Generation_gpt2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/images/Text_Generation_gpt2_f.svg b/docs/assets/images/Text_Generation_gpt2_f.svg
new file mode 100644
index 00000000000000..5721441ba2405e
--- /dev/null
+++ b/docs/assets/images/Text_Generation_gpt2_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/demos/analyze_medical_text_german.md b/docs/demos/analyze_medical_text_german.md
index 9441ccb4e0c951..9d5c56def770c3 100644
--- a/docs/demos/analyze_medical_text_german.md
+++ b/docs/demos/analyze_medical_text_german.md
@@ -77,9 +77,9 @@ data:
- title: Deidentify German Medical texts
id: deidentify_german_medical_texts
image:
- src: /assets/images/Detect_PHI_terminology_German_medical_text.svg
+ src: /assets/images/Deidentify_German_Medical_texts.svg
image2:
- src: /assets/images/Detect_PHI_terminology_German_medical_text_f.svg
+ src: /assets/images/Deidentify_German_Medical_texts_f.svg
excerpt: This demo shows how to deidentify protected health information in German medical texts.
actions:
- text: Live Demo
diff --git a/docs/demos/analyze_spelling_grammar.md b/docs/demos/analyze_spelling_grammar.md
index 6745b10e6525b8..8cbbc1fd99beb9 100644
--- a/docs/demos/analyze_spelling_grammar.md
+++ b/docs/demos/analyze_spelling_grammar.md
@@ -21,9 +21,9 @@ data:
- title: Correct Sentences Grammar
id: correct_sentences_grammar
image:
- src: /assets/images/Grammar_Analysis.svg
+ src: /assets/images/Correct_Sentences_Grammar.svg
image2:
- src: /assets/images/Grammar_Analysis_f.svg
+ src: /assets/images/Correct_Sentences_Grammar_f.svg
excerpt: This demo shows how to correct grammatical errors in texts.
actions:
- text: Live Demo
@@ -106,9 +106,9 @@ data:
- title: Switch Between Active and Passive voice
id: switch_between_active_passive_voice
image:
- src: /assets/images/Grammar_Analysis.svg
+ src: /assets/images/Switch_Between_Active_and_Passive_voice.svg
image2:
- src: /assets/images/Grammar_Analysis_f.svg
+ src: /assets/images/Switch_Between_Active_and_Passive_voice_f.svg
excerpt: This demo shows how to switch between active and passive sentences.
actions:
- text: Live Demo
@@ -120,9 +120,9 @@ data:
- title: Switch Between Informal and Formal style
id: switch_between_informal_formal
image:
- src: /assets/images/Grammar_Analysis.svg
+ src: /assets/images/Switch_Between_Informal_and_Formal_style.svg
image2:
- src: /assets/images/Grammar_Analysis_f.svg
+ src: /assets/images/Switch_Between_Informal_and_Formal_style_f.svg
excerpt: This demo shows how to switch between texts written in formal and informal style.
actions:
- text: Live Demo
diff --git a/docs/demos/classify_documents.md b/docs/demos/classify_documents.md
index 2a0ed4643d89dc..43fb6c809a87f9 100644
--- a/docs/demos/classify_documents.md
+++ b/docs/demos/classify_documents.md
@@ -105,9 +105,9 @@ data:
- title: Identify Antisemitic Texts
id: identify_antisemitic_texts
image:
- src: /assets/images/Identify_whether_pairs_of_questions_are_semantically_similar.svg
+ src: /assets/images/Identify_Antisemitic_texts.svg
image2:
- src: /assets/images/Identify_whether_pairs_of_questions_are_semantically_similar_f.svg
+ src: /assets/images/Identify_Antisemitic_texts_f.svg
excerpt: This demo shows how to identify if a text contains antisemitic content or not.
actions:
- text: Live Demo
@@ -115,5 +115,33 @@ data:
url: https://demo.johnsnowlabs.com/public/CLASSIFICATION_ANTISEMITISM/
- text: Colab Netbook
type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/BertForSequenceClassification.ipynb
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/BertForSequenceClassification.ipynb
+ - title: Identify Hate Speech Texts
+ id: identify_hate_speech_texts
+ image:
+ src: /assets/images/Identify_whether_pairs_of_questions_are_semantically_similar.svg
+ image2:
+ src: /assets/images/Identify_whether_pairs_of_questions_are_semantically_similar_f.svg
+ excerpt: This model identifies if the text contains Hate speech, Offensive, Normal contents.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/CLASSIFICATION_HATEXPLAIN/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/BertForSequenceClassification.ipynb
+ - title: Classify English News
+ id: classify_english_news
+ image:
+ src: /assets/images/Classify_English_News.svg
+ image2:
+ src: /assets/images/Classify_English_News_f.svg
+ excerpt: This demo shows how to classify English news into World, Sports, Business or Sci/Tech categories.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/CLASSIFICATION_EN_NEWS/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/BertForSequenceClassification.ipynb
---
diff --git a/docs/demos/deidentification_legal.md b/docs/demos/deidentification_legal.md
new file mode 100644
index 00000000000000..f3f52dc43e8ae6
--- /dev/null
+++ b/docs/demos/deidentification_legal.md
@@ -0,0 +1,35 @@
+---
+layout: demopage
+title: Spark NLP in Action
+full_width: true
+permalink: /deidentification_legal
+key: demo
+license: false
+show_edit_on_github: false
+show_date: false
+data:
+ sections:
+ - title: Spark NLP for Finance and Legal
+ excerpt: De-identification
+ secheader: yes
+ secheader:
+ - title: Spark NLP for Finance and Legal
+ subtitle: De-identification
+ activemenu: deidentification_legal
+ source: yes
+ source:
+ - title: Lorem
+ id: loremm
+ image:
+ src: /assets/images/Analyze_sentiment_in_financial_news.svg
+ image2:
+ src: /assets/images/Analyze_sentiment_in_financial_news_f.svg
+ excerpt: This demo shows how sentiment can be identified (neutral, positive or negative) in financial news.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/SENTIMENT_EN_FINANCE/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/SENTIMENT_EN_FINANCE.ipynb
+---
diff --git a/docs/demos/detect_sentiment_emotion.md b/docs/demos/detect_sentiment_emotion.md
index f268169c9992a8..51b92fb802b662 100644
--- a/docs/demos/detect_sentiment_emotion.md
+++ b/docs/demos/detect_sentiment_emotion.md
@@ -59,21 +59,7 @@ data:
url: https://demo.johnsnowlabs.com/public/ASPECT_BASED_SENTIMENT_RESTAURANT/
- text: Colab Netbook
type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/ABSA_Inference.ipynb
- - title: Detect toxic content in comments
- id: detect_toxic_content_in_comments
- image:
- src: /assets/images/Detect_Toxic_Comments.svg
- image2:
- src: /assets/images/Detect_Toxic_Comments_f.svg
- excerpt: Automatically detect identity hate, insult, obscene, severe toxic, threat or toxic content in SM comments using our out-of-the-box Spark NLP Multiclassifier DL.
- actions:
- - text: Live Demo
- type: normal
- url: https://demo.johnsnowlabs.com/public/CLASSIFICATION_MULTILABEL_TOXIC/
- - text: Colab Netbook
- type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/CLASSIFICATION_MULTILABEL_TOXIC.ipynb
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/ABSA_Inference.ipynb
- title: Detect cyberbullying in tweets
id: detect_cyberbullying_in_tweets
image:
@@ -87,19 +73,19 @@ data:
url: https://demo.johnsnowlabs.com/public/SENTIMENT_EN_CYBERBULLYING/
- text: Colab Netbook
type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/SENTIMENT_EN_CYBERBULLYING.ipynb
- - title: Analyze sentiment in financial news
- id: analyze_sentiment_financial_news
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/SENTIMENT_EN_CYBERBULLYING.ipynb
+ - title: Identify Emotions in texts
+ id: identify_emotions_texts
image:
src: /assets/images/Analyze_sentiment_in_financial_news.svg
image2:
src: /assets/images/Analyze_sentiment_in_financial_news_f.svg
- excerpt: This demo shows how sentiment can be identified (neutral, positive or negative) in financial news.
+ excerpt: 'This demo shows how to classify English texts as one of these emotion categories: Surprise, Joy, Anger, Love, Fear or Sadness.'
actions:
- text: Live Demo
type: normal
- url: https://demo.johnsnowlabs.com/public/SENTIMENT_EN_FINANCE/
+ url: https://demo.johnsnowlabs.com/public/CLASSIFICATION_EMOTION/
- text: Colab Netbook
type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/SENTIMENT_EN_FINANCE.ipynb
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/BertForSequenceClassification.ipynb
---
diff --git a/docs/demos/east_asian_languages.md b/docs/demos/east_asian_languages.md
index ce4750b2d38f36..c66cfdf41af8f3 100644
--- a/docs/demos/east_asian_languages.md
+++ b/docs/demos/east_asian_languages.md
@@ -59,5 +59,19 @@ data:
url: https://demo.johnsnowlabs.com/public/NER_ZH/
- text: Colab Netbook
type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/NER.ipynb
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/NER.ipynb
+ - title: Lemmatizer for East Asian Languages
+ id: lemmatizer_east_asian_languages
+ image:
+ src: /assets/images/Lemmatizer_for_East_Asian_Languages.svg
+ image2:
+ src: /assets/images/Lemmatizer_for_East_Asian_Languages_f.svg
+ excerpt: This demo shows how to lemmatize documents of East Asian languages.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/LEMMATIZER_EAST_ASIAN/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/2.Text_Preprocessing_with_SparkNLP_Annotators_Transformers.ipynb
---
diff --git a/docs/demos/analyze_financial_models.md b/docs/demos/entity_recognition.md
similarity index 73%
rename from docs/demos/analyze_financial_models.md
rename to docs/demos/entity_recognition.md
index ce5433c04f7e66..f37650f2559408 100644
--- a/docs/demos/analyze_financial_models.md
+++ b/docs/demos/entity_recognition.md
@@ -2,22 +2,36 @@
layout: demopage
title: Spark NLP in Action
full_width: true
-permalink: /analyze_financial_models
+permalink: /entity_recognition
key: demo
license: false
show_edit_on_github: false
show_date: false
data:
sections:
- - title: Spark NLP for Healthcare
- excerpt: Analyze Financial Information
+ - title: Spark NLP for Finance and Legal
+ excerpt: Entity Recognition
secheader: yes
secheader:
- - title: Spark NLP for Healthcare
- subtitle: Analyze Financial Information
- activemenu: analyze_financial_models
+ - title: Spark NLP for Finance and Legal
+ subtitle: Entity Recognition
+ activemenu: entity_recognition
source: yes
source:
+ - title: Recognize Ticker Alias in Financial texts
+ id: recognize_ticker_alias_in_financial_texts
+ image:
+ src: /assets/images/Recognize_ticker_alias_in_financial_texts.svg
+ image2:
+ src: /assets/images/Recognize_ticker_alias_in_financial_texts_f.svg
+ excerpt: This demo shows how to extract ticker alias from financial texts.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/NER_TICKER/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/NER.ipynb
- title: Detect legal entities in German
id: detect_legal_entities_german
image:
@@ -73,5 +87,5 @@ data:
url: https://demo.johnsnowlabs.com/healthcare/NER_PROFESSIONS_ES/
- text: Colab Netbook
type: blue_btn
- url:
----
\ No newline at end of file
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/healthcare/NER_PROFESSIONS_ES.ipynb
+---
diff --git a/docs/demos/european_languages.md b/docs/demos/european_languages.md
index 1ed0c489348675..f6384dbb8cb411 100644
--- a/docs/demos/european_languages.md
+++ b/docs/demos/european_languages.md
@@ -368,4 +368,18 @@ data:
- text: Colab Netbook
type: blue_btn
url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/BertForSequenceClassification.ipynb
+ - title: Lemmatizer for European Languages
+ id: lemmatizer_european_languages
+ image:
+ src: /assets/images/Lemmatizer_for_European_Languages.svg
+ image2:
+ src: /assets/images/Lemmatizer_for_European_Languages_f.svg
+ excerpt: This demo shows how to lemmatize documents of European languages.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/LEMMATIZER_EUROPEAN/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/2.Text_Preprocessing_with_SparkNLP_Annotators_Transformers.ipynb
---
\ No newline at end of file
diff --git a/docs/demos/infer_meaning_intent.md b/docs/demos/infer_meaning_intent.md
index aebea6f2828032..99f4024135f256 100644
--- a/docs/demos/infer_meaning_intent.md
+++ b/docs/demos/infer_meaning_intent.md
@@ -147,9 +147,9 @@ data:
- title: Text Generation with GPT-2
id: text_generation_with_gpt2
image:
- src: /assets/images/Grammar_Analysis.svg
+ src: /assets/images/Text_Generation_gpt2.svg
image2:
- src: /assets/images/Grammar_Analysis_f.svg
+ src: /assets/images/Text_Generation_gpt2_f.svg
excerpt: This demo shows how to generate text using GPT-2 Transformer.
actions:
- text: Live Demo
diff --git a/docs/demos/languages_africa.md b/docs/demos/languages_africa.md
index f7e1ecc1f2e735..8c6dfd6b0aac5d 100644
--- a/docs/demos/languages_africa.md
+++ b/docs/demos/languages_africa.md
@@ -88,4 +88,18 @@ data:
- text: Colab Netbook
type: blue_btn
url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/Ner_masakhaner.ipynb
+ - title: Lemmatizer for African Languages
+ id: lemmatizer_african_languages
+ image:
+ src: /assets/images/Lemmatizer_for_African_Languages.svg
+ image2:
+ src: /assets/images/Lemmatizer_for_African_Languages_f.svg
+ excerpt: This demo shows how to lemmatize documents of African languages.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/LEMMATIZER_AFRICAN/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/2.Text_Preprocessing_with_SparkNLP_Annotators_Transformers.ipynb
---
diff --git a/docs/demos/languages_india.md b/docs/demos/languages_india.md
index f41cb0be55a437..56d5b3a064189b 100644
--- a/docs/demos/languages_india.md
+++ b/docs/demos/languages_india.md
@@ -101,5 +101,19 @@ data:
url: https://demo.johnsnowlabs.com/public/CLASSIFICATION_UR_NEWS/
- text: Colab Netbook
type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/CLASSIFICATION_UR_NEWS.ipynb
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/CLASSIFICATION_UR_NEWS.ipynb
+ - title: Lemmatizer for Languages of India
+ id: lemmatizer_languages_india
+ image:
+ src: /assets/images/Lemmatizer_for_Languages_of_India.svg
+ image2:
+ src: /assets/images/Lemmatizer_for_Languages_of_India_f.svg
+ excerpt: This demo shows how to lemmatize documents of Indian languages.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/LEMMATIZER_INDIAN/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/2.Text_Preprocessing_with_SparkNLP_Annotators_Transformers.ipynb
---
diff --git a/docs/demos/middle_eastern_languages.md b/docs/demos/middle_eastern_languages.md
index b292fe4ca3e6d9..7909d7fb7d89dd 100644
--- a/docs/demos/middle_eastern_languages.md
+++ b/docs/demos/middle_eastern_languages.md
@@ -172,4 +172,18 @@ data:
- text: Colab Netbook
type: blue_btn
url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/CLASSIFICATION_UR_NEWS.ipynb
+ - title: Lemmatizer for Middle Eastern Languages
+ id: lemmatizer_middle_mastern_languages
+ image:
+ src: /assets/images/Lemmatizer_for_Middle_Eastern_Languages.svg
+ image2:
+ src: /assets/images/Lemmatizer_for_Middle_Eastern_Languages_f.svg
+ excerpt: This demo shows how to lemmatize documents of Middle Eastern languages.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/LEMMATIZER_MIDDLE_EAST/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/2.Text_Preprocessing_with_SparkNLP_Annotators_Transformers.ipynb
---
diff --git a/docs/demos/oncology.md b/docs/demos/oncology.md
index 54263b6ccf475a..04e5c3f76c593c 100644
--- a/docs/demos/oncology.md
+++ b/docs/demos/oncology.md
@@ -33,6 +33,7 @@ data:
type: blue_btn
url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/healthcare/NER_TUMOR.ipynb
- title: Map oncology terminology to ICD-O taxonomy
+ hide: yes
id: icdo_coding
image:
src: /assets/images/Detect_diagnosis_and_procedures.svg
diff --git a/docs/demos/recognize_clinical_entities.md b/docs/demos/recognize_clinical_entities.md
index b1ffd2cbe09944..233bbbb1907b29 100644
--- a/docs/demos/recognize_clinical_entities.md
+++ b/docs/demos/recognize_clinical_entities.md
@@ -291,9 +291,9 @@ data:
- title: Extract conditions and benefits from drug reviews
id: extract_conditions_benefits_drug_reviews
image:
- src: /assets/images/Detect_drugs_interactions.svg
+ src: /assets/images/Extract_conditions_and_benefits_from_drug_reviews.svg
image2:
- src: /assets/images/Detect_drugs_interactions_c.svg
+ src: /assets/images/Extract_conditions_and_benefits_from_drug_reviews_f.svg
excerpt: This model shows how to extract conditions and benefits from drug reviews.
actions:
- text: Live Demo
diff --git a/docs/demos/recognize_entitie.md b/docs/demos/recognize_entitie.md
index f75e6cd018e37f..be0e733847e838 100644
--- a/docs/demos/recognize_entitie.md
+++ b/docs/demos/recognize_entitie.md
@@ -143,19 +143,5 @@ data:
url: https://demo.johnsnowlabs.com/public/NER_TIMEX_SEMEVAL/
- text: Colab Netbook
type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/NER.ipynb
- - title: Recognize Ticker Alias in Financial texts
- id: recognize_ticker_alias_in_financial_texts
- image:
- src: /assets/images/Recognize_ticker_alias_in_financial_texts.svg
- image2:
- src: /assets/images/Recognize_ticker_alias_in_financial_texts_f.svg
- excerpt: This demo shows how to extract ticker alias from financial texts.
- actions:
- - text: Live Demo
- type: normal
- url: https://demo.johnsnowlabs.com/public/NER_TICKER/
- - text: Colab Netbook
- type: blue_btn
- url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/NER.ipynb
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/NER.ipynb
---
diff --git a/docs/demos/relation_extraction.md b/docs/demos/relation_extraction.md
new file mode 100644
index 00000000000000..f7ead3f19eb92b
--- /dev/null
+++ b/docs/demos/relation_extraction.md
@@ -0,0 +1,35 @@
+---
+layout: demopage
+title: Spark NLP in Action
+full_width: true
+permalink: /relation_extraction
+key: demo
+license: false
+show_edit_on_github: false
+show_date: false
+data:
+ sections:
+ - title: Spark NLP for Finance and Legal
+ excerpt: Relation Extraction
+ secheader: yes
+ secheader:
+ - title: Spark NLP for Finance and Legal
+ subtitle: Relation Extraction
+ activemenu: relation_extraction
+ source: yes
+ source:
+ - title: Lorem
+ id: lorem
+ image:
+ src: /assets/images/Analyze_sentiment_in_financial_news.svg
+ image2:
+ src: /assets/images/Analyze_sentiment_in_financial_news_f.svg
+ excerpt: This demo shows how sentiment can be identified (neutral, positive or negative) in financial news.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/SENTIMENT_EN_FINANCE/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/SENTIMENT_EN_FINANCE.ipynb
+---
diff --git a/docs/demos/resolve_entities_codes.md b/docs/demos/resolve_entities_codes.md
index 2e69e10582cb9f..c4069512ba9c94 100644
--- a/docs/demos/resolve_entities_codes.md
+++ b/docs/demos/resolve_entities_codes.md
@@ -205,9 +205,9 @@ data:
- title: Resolve Clinical Abbreviations and Acronyms
id: resolve_clinical_abbreviations_acronyms
image:
- src: /assets/images/Recognize_clinical_abbreviations_and_acronyms.svg
+ src: /assets/images/Resolve_Clinical_Abbreviations_and_Acronyms.svg
image2:
- src: /assets/images/Recognize_clinical_abbreviations_and_acronyms_f.svg
+ src: /assets/images/Resolve_Clinical_Abbreviations_and_Acronyms_f.svg
excerpt: This demo shows how to map clinical abbreviations and acronyms to their meanings.
actions:
- text: Live Demo
@@ -219,9 +219,9 @@ data:
- title: Resolve Drug Class using RxNorm taxonomy
id: resolve_drug_class_using_rxnorm_taxonomy
image:
- src: /assets/images/Resolve_Drugs_to_RxNorm_Codes.svg
+ src: /assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy.svg
image2:
- src: /assets/images/Resolve_Drugs_to_RxNorm_Codes_f.svg
+ src: /assets/images/Resolve_Drug_Class_using_RxNorm_taxonomy_f.svg
excerpt: This demo shows how to map Drugs to related Drug-Classes using RxNorm taxonomy.
actions:
- text: Live Demo
@@ -233,9 +233,9 @@ data:
- title: Resolve Drug & Substance using the UMLS CUI taxonomy
id: resolve_drug_Substance_using_umls_cui_taxonomy
image:
- src: /assets/images/Sentence_Entity_Resolver_for_UMLS_CUI.svg
+ src: /assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy.svg
image2:
- src: /assets/images/Sentence_Entity_Resolver_for_UMLS_CUI_f.svg
+ src: /assets/images/Resolve_Drug_Substance_using_the_umls_cuitaxonomy_f.svg
excerpt: This demo shows how to map Drug & Substance to their corresponding codes using UMLS CUI taxonomy.
actions:
- text: Live Demo
@@ -244,4 +244,18 @@ data:
- text: Colab Netbook
type: blue_btn
url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/3.Clinical_Entity_Resolvers.ipynb
+ - title: Resolve Clinical Procedures using CPT taxonomy
+ id: resolve_clinical_procedures_cpt_taxonomy
+ image:
+ src: /assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy.svg
+ image2:
+ src: /assets/images/Resolve_Clinical_Procedures_using_CPT_taxonomy_f.svg
+ excerpt: This demo shows how to map clinical procedures to codes using CPT taxonomy.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/healthcare/ER_CPT/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/3.Clinical_Entity_Resolvers.ipynb
---
diff --git a/docs/demos/sentiment_analysis.md b/docs/demos/sentiment_analysis.md
new file mode 100644
index 00000000000000..87f33c3332b4cd
--- /dev/null
+++ b/docs/demos/sentiment_analysis.md
@@ -0,0 +1,35 @@
+---
+layout: demopage
+title: Spark NLP in Action
+full_width: true
+permalink: /sentiment_analysis
+key: demo
+license: false
+show_edit_on_github: false
+show_date: false
+data:
+ sections:
+ - title: Spark NLP for Finance and Legal
+ excerpt: Sentiment Analysis
+ secheader: yes
+ secheader:
+ - title: Spark NLP for Finance and Legal
+ subtitle: Sentiment Analysis
+ activemenu: sentiment_analysis
+ source: yes
+ source:
+ - title: Analyze sentiment in financial news
+ id: analyze_sentiment_financial_news
+ image:
+ src: /assets/images/Analyze_sentiment_in_financial_news.svg
+ image2:
+ src: /assets/images/Analyze_sentiment_in_financial_news_f.svg
+ excerpt: This demo shows how sentiment can be identified (neutral, positive or negative) in financial news.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/SENTIMENT_EN_FINANCE/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/SENTIMENT_EN_FINANCE.ipynb
+---
diff --git a/docs/demos/table_extraction.md b/docs/demos/table_extraction.md
new file mode 100644
index 00000000000000..436d144fc2fa21
--- /dev/null
+++ b/docs/demos/table_extraction.md
@@ -0,0 +1,35 @@
+---
+layout: demopage
+title: Spark NLP in Action
+full_width: true
+permalink: /table_extraction
+key: demo
+license: false
+show_edit_on_github: false
+show_date: false
+data:
+ sections:
+ - title: Spark NLP for Finance and Legal
+ excerpt: Table Extraction
+ secheader: yes
+ secheader:
+ - title: Spark NLP for Finance and Legal
+ subtitle: Table Extraction
+ activemenu: table_extraction
+ source: yes
+ source:
+ - title: Lorem
+ id: lorem
+ image:
+ src: /assets/images/Analyze_sentiment_in_financial_news.svg
+ image2:
+ src: /assets/images/Analyze_sentiment_in_financial_news_f.svg
+ excerpt: This demo shows how sentiment can be identified (neutral, positive or negative) in financial news.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/SENTIMENT_EN_FINANCE/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/SENTIMENT_EN_FINANCE.ipynb
+---
diff --git a/docs/demos/text_classification.md b/docs/demos/text_classification.md
new file mode 100644
index 00000000000000..a7198f784e9293
--- /dev/null
+++ b/docs/demos/text_classification.md
@@ -0,0 +1,36 @@
+---
+layout: demopage
+title: Spark NLP in Action
+full_width: true
+permalink: /text_classification
+key: demo
+license: false
+show_edit_on_github: false
+show_date: false
+data:
+ sections:
+ - title: Spark NLP for Healthcare
+ excerpt: Text Classification
+ secheader: yes
+ secheader:
+ - title: Spark NLP for Healthcare
+ subtitle: Text Classification
+ activemenu: text_classification
+ source: yes
+ source:
+ - title: Classify Banking-related texts
+ id: classify_banking_related_texts
+ image:
+ src: /assets/images/Classify_Banking-related_texts.svg
+ image2:
+ src: /assets/images/Classify_Banking-related_texts_f.svg
+ excerpt: This demo shows how to classify banking-related texts into 77 categories.
+ actions:
+ - text: Live Demo
+ type: normal
+ url: https://demo.johnsnowlabs.com/public/CLASSIFICATION_BANKING/
+ - text: Colab Netbook
+ type: blue_btn
+ url: https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/BertForSequenceClassification.ipynb
+
+---
\ No newline at end of file
diff --git a/docs/en/licensed_release_notes.md b/docs/en/licensed_release_notes.md
index e142412bbe4dcc..6f2160c481b1f5 100644
--- a/docs/en/licensed_release_notes.md
+++ b/docs/en/licensed_release_notes.md
@@ -10,6 +10,326 @@ show_nav: true
sidebar:
nav: sparknlp-healthcare
---
+
+## 3.5.1
+We are glad to announce that 3.5.1 version of Spark NLP for Healthcare has been released!
+
+#### Highlights
+- **Deidentification**:
+ - New **Portuguese** **Deidentification** NER models and pretrained pipeline. This is the 6th supported language for deidentification (English, German, Spanish, Italian, French and Portuguese).
+- **New pretrained models and pipelines**:
+ - New **RxNorm** Sentence Entity Resolver model to map and extract pharmaceutical actions (e.g. analgesic, hypoglycemic) as well as treatments (e.g. backache, diabetes) along with the RxNorm code resolved (`sbiobertresolve_rxnorm_action_treatment`)
+ - New **RCT** classification models and pretrained pipelines to classify the sections within the abstracts of scientific articles regarding randomized clinical trials (RCT). (`rct_binary_classifier_use`, `rct_binary_classifier_biobert`, `bert_sequence_classifier_binary_rct_biobert`, `rct_binary_classifier_use_pipeline`, `rct_binary_classifier_biobert_pipeline`, `bert_sequence_classifier_binary_rct_biobert_pipeline`)
+- **New features**:
+ - Add `getClasses()` attribute for `MedicalBertForTokenClassifier` and `MedicalBertForSequenceClassification` to find out the entity classes of the models
+ - Download the AnnotatorModels from the healthcare library using the Healthcare version instead of the open source version (the pretrained models were used to be dependent on open source Spark NLP version before)
+ - New functionality to download and extract clinical models from S3 via direct zip url.
+- **Core improvements**:
+ - Fixing the confidence scores in `MedicalNerModel` when `setIncludeAllConfidenceScores` is true
+ - Graph_builder `relation_extraction` model file name extension problem with `auto` parameter.
+
+- **List of recently updated or added models**
+
+#### Portuguese Deidentification Models
+
+This is the 6th supported language for deidentification (English, German, Spanish, Italian, French and Portuguese). This version includes two Portuguese deidentification models to mask or obfuscate Protected Health Information in the Portuguese language. The models are the following:
+
+- `ner_deid_generic`: extracts `Name`, `Profession`, `Age`, `Date`, `Contact` (Telephone numbers, Email addresses), `Location` (Address, City, Postal code, Hospital Name, Organization), `ID` (Social Security numbers, Medical record numbers) and `Sex` entities.
+
+ See [Model Hub Page](https://nlp.johnsnowlabs.com/2022/04/13/ner_deid_generic_pt_3_0.html) for details.
+
+- `ner_deid_subentity`: `Patient` (name), `Hospital` (name), `Date`, `Organization`, `City`, `ID`, `Street`, `Sex`, `Email`, `ZIP`, `Profession`, `Phone`, `Country`, `Doctor` (name) and `Age`
+
+ See [Model Hub Page](https://nlp.johnsnowlabs.com/2022/04/13/ner_deid_subentity_pt_3_0.html) for details.
+
+You will use the `w2v_cc_300d` Portuguese Embeddings with these models. The pipeline should look as follows:
+```python
+...
+word_embeddings = WordEmbeddingsModel.pretrained("w2v_cc_300d", "pt")\
+ .setInputCols(["sentence","token"])\
+ .setOutputCol("embeddings")
+
+ner_subentity = MedicalNerModel.pretrained("ner_deid_subentity", "pt", "clinical/models")\
+ .setInputCols(["sentence","token","embeddings"])\
+ .setOutputCol("ner_deid_subentity")
+
+ner_converter_subentity = NerConverter()\
+ .setInputCols(["sentence","token","ner_deid_subentity"])\
+ .setOutputCol("ner_chunk_subentity")
+
+ner_generic = MedicalNerModel.pretrained("ner_deid_generic", "pt", "clinical/models")\
+ .setInputCols(["sentence","token","embeddings"])\
+ .setOutputCol("ner_deid_generic")
+
+ner_converter_generic = NerConverter()\
+ .setInputCols(["sentence","token","ner_deid_generic"])\
+ .setOutputCol("ner_chunk_generic")
+
+nlpPipeline = Pipeline(stages=[
+ documentAssembler,
+ sentencerDL,
+ tokenizer,
+ word_embeddings,
+ ner_subentity,
+ ner_converter_subentity,
+ ner_generic,
+ ner_converter_generic,
+ ])
+
+text = """Detalhes do paciente.
+Nome do paciente: Pedro Gonçalves
+NHC: 2569870.
+Endereço: Rua Das Flores 23.
+Código Postal: 21754-987.
+Dados de cuidados.
+Data de nascimento: 10/10/1963.
+Idade: 53 anos
+Data de admissão: 17/06/2016.
+Doutora: Maria Santos"""
+
+data = spark.createDataFrame([[text]]).toDF("text")
+results = nlpPipeline.fit(data).transform(data)
+
+```
+
+Results:
+```
++-----------------+-------------------------------------+
+|chunk |ner_generic_label|ner_subentity_label|
++-----------------+-------------------------------------+
+|Pedro Gonçalves | NAME | PATIENT |
+|2569870 | ID | ID |
+|Rua Das Flores 23| LOCATION | STREET |
+|21754-987 | LOCATION | ZIP |
+|10/10/1963 | DATE | DATE |
+|53 | AGE | AGE |
+|17/06/2016 | DATE | DATE |
+|Maria Santos | NAME | DOCTOR |
++-----------------+-------------------------------------+
+```
+
+We also include a Clinical Deidentification Pipeline for Portuguese that uses `ner_deid_subentity` NER model and also several `ContextualParsers` for rule based contextual Named Entity Recognition tasks. It's available to be used as follows:
+
+```python
+from sparknlp.pretrained import PretrainedPipeline
+
+deid_pipeline = PretrainedPipeline("clinical_deidentification", "pt", "clinical/models")
+```
+
+The pretrained pipeline comes with Deidentification and Obfuscation capabilities as shows the following example:
+
+```
+text = """RELAÇÃO HOSPITALAR
+NOME: Pedro Gonçalves
+NHC: MVANSK92F09W408A
+ENDEREÇO: Rua Burcardo 7
+CÓDIGO POSTAL: 80139
+DATA DE NASCIMENTO: 03/03/1946
+IDADE: 70 anos
+SEXO: Homens
+E-MAIL: pgon21@tim.pt
+DATA DE ADMISSÃO: 12/12/2016
+DOUTORA: Eva Andrade
+RELATO CLÍNICO: 70 anos, aposentado, sem alergia a medicamentos conhecida, com a seguinte história: ex-acidente de trabalho com fratura de vértebras e costelas; operado de doença de Dupuytren na mão direita e ponte ílio-femoral esquerda; diabetes tipo II, hipercolesterolemia e hiperuricemia; alcoolismo ativo, fuma 20 cigarros/dia.
+Ele foi encaminhado a nós por apresentar hematúria macroscópica pós-evacuação em uma ocasião e microhematúria persistente posteriormente, com evacuação normal.
+O exame físico mostrou bom estado geral, com abdome e genitais normais; o toque retal foi compatível com adenoma de próstata grau I/IV.
+A urinálise mostrou 4 hemácias/campo e 0-5 leucócitos/campo; o resto do sedimento era normal.
+O hemograma é normal; a bioquímica mostrou uma glicemia de 169 mg/dl e triglicerídeos 456 mg/dl; função hepática e renal são normais. PSA de 1,16 ng/ml.
+
+DIRIGIDA A: Dr. Eva Andrade - Centro Hospitalar do Medio Ave - Avenida Dos Aliados, 56
+E-MAIL: evandrade@poste.pt
+"""
+
+result = deid_pipeline.annotate(text)
+```
+
+Results:
+```
+| | Sentence | Masked | Masked with Chars | Masked with Fixed Chars | Obfuscated |
+|---:|:-------------------------------|:---------------------------|:-------------------------------|:--------------------------|:----------------------------------|
+| 0 | RELAÇÃO HOSPITALAR | RELAÇÃO HOSPITALAR | RELAÇÃO HOSPITALAR | RELAÇÃO HOSPITALAR | RELAÇÃO HOSPITALAR |
+| | NOME: Pedro Gonçalves | NOME: | NOME: [*************] | NOME: **** | NOME: Isabel Magalhães |
+| 1 | NHC: MVANSK92F09W408A | NHC: | NHC: [**************] | NHC: **** | NHC: 124 445 311 |
+| 2 | ENDEREÇO: Rua Burcardo 7 | ENDEREÇO: | ENDEREÇO: [************] | ENDEREÇO: **** | ENDEREÇO: Rua de Santa María, 100 |
+| 3 | CÓDIGO POSTAL: 80139 | CÓDIGO POSTAL: | CÓDIGO POSTAL: [***] | CÓDIGO POSTAL: **** | CÓDIGO POSTAL: 1000-306 |
+| | DATA DE NASCIMENTO: 03/03/1946 | DATA DE NASCIMENTO: | DATA DE NASCIMENTO: [********] | DATA DE NASCIMENTO: **** | DATA DE NASCIMENTO: 04/04/1946 |
+| 4 | IDADE: 70 anos | IDADE: anos | IDADE: ** anos | IDADE: **** anos | IDADE: 46 anos |
+| 5 | SEXO: Homens | SEXO: | SEXO: [****] | SEXO: **** | SEXO: Mulher |
+| 6 | E-MAIL: pgon21@tim.pt | E-MAIL: | E-MAIL: [***********] | E-MAIL: **** | E-MAIL: eric.shannon@geegle.com |
+| | DATA DE ADMISSÃO: 12/12/2016 | DATA DE ADMISSÃO: | DATA DE ADMISSÃO: [********] | DATA DE ADMISSÃO: **** | DATA DE ADMISSÃO: 23/12/2016 |
+| 7 | DOUTORA: Eva Andrade | DOUTORA: | DOUTORA: [*********] | DOUTORA: **** | DOUTORA: Isabel Magalhães |
+```
+
+ See [Model Hub Page](https://nlp.johnsnowlabs.com/2022/04/14/clinical_deidentification_pt_3_0.html) for details.
+
+
+Check Spark NLP Portuguese capabilities in [4.7.Clinical_Deidentification_in_Portuguese.ipynb notebook](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/4.7.Clinical_Deidentification_in_Portuguese.ipynb) we have prepared for you.
+
+#### New RxNorm Sentence Entity Resolver Model (`sbiobertresolve_rxnorm_action_treatment`)
+
+We are releasing `sbiobertresolve_rxnorm_action_treatment` model that maps clinical entities and concepts (like drugs/ingredients) to RxNorm codes using `sbiobert_base_cased_mli` Sentence Bert Embeddings. This resolver model maps and extracts pharmaceutical actions (e.g analgesic, hypoglycemic) as well as treatments (e.g backache, diabetes) along with the RxNorm code resolved. Actions and treatments of the drugs are returned in `all_k_aux_labels` column.
+
+ See [Model Card](https://nlp.johnsnowlabs.com/2022/04/25/sbiobertresolve_rxnorm_action_treatment_en_2_4.html) for details.
+
+*Example* :
+
+```python
+documentAssembler = DocumentAssembler()\
+ .setInputCol("text")\
+ .setOutputCol("ner_chunk")
+
+sbert_embedder = BertSentenceEmbeddings.pretrained('sbiobert_base_cased_mli', 'en','clinical/models')\
+ .setInputCols(["ner_chunk"])\
+ .setOutputCol("sentence_embeddings")
+
+rxnorm_resolver = SentenceEntityResolverModel.pretrained("sbiobertresolve_rxnorm_action_treatment", "en", "clinical/models") \
+ .setInputCols(["ner_chunk", "sentence_embeddings"]) \
+ .setOutputCol("rxnorm_code")\
+ .setDistanceFunction("EUCLIDEAN")
+
+pipelineModel = PipelineModel(
+ stages = [
+ documentAssembler,
+ sbert_embedder,
+ rxnorm_resolver])
+
+lp_model = LightPipeline(pipelineModel)
+
+text = ["Zita 200 mg", "coumadin 5 mg", 'avandia 4 mg']
+
+result= lp_model.annotate(text)
+
+```
+Results* :
+```
+| | ner_chunk | rxnorm_code | action | treatment |
+|---:|:--------------|--------------:|:----------------------------------------|------------------------------------|
+| 0 | Zita 200 mg | 104080 | ['Analgesic', 'Antacid', 'Antipyretic'] | ['Backache', 'Pain', 'Sore Throat']|
+| 1 | coumadin 5 mg | 855333 | ['Anticoagulant'] | ['Cerebrovascular Accident'] |
+| 2 | avandia 4 mg | 261242 | ['Drugs Used In Diabets','Hypoglycemic']| ['Diabetes Mellitus', ...] | |
+```
+
+#### New RCT Classification Models and Pretrained Pipelines
+
+We are releasing new **Randomized Clinical Trial (RCT)** classification models and pretrained pipelines that can classify the sections within the abstracts of scientific articles regarding randomized clinical trials (RCT).
+
++ Classification Models:
+ + `rct_binary_classifier_use` ([Models Hub page](https://nlp.johnsnowlabs.com/2022/04/24/rct_binary_classifier_use_en_3_0.html))
+ + `rct_binary_classifier_biobert` ([Models Hub page](https://nlp.johnsnowlabs.com/2022/04/25/rct_binary_classifier_biobert_en_3_0.html))
+ + `bert_sequence_classifier_binary_rct_biobert` ([Models Hub page](https://nlp.johnsnowlabs.com/2022/04/25/bert_sequence_classifier_binary_rct_biobert_en_3_0.html))
+
++ Pretrained Pipelines:
+ + `rct_binary_classifier_use_pipeline` ([Models Hub page](https://nlp.johnsnowlabs.com/2022/04/25/rct_binary_classifier_use_pipeline_en_3_0.html))
+ + `rct_binary_classifier_biobert_pipeline` ([Models Hub page](https://nlp.johnsnowlabs.com/2022/04/25/rct_binary_classifier_biobert_pipeline_en_3_0.html))
+ + `bert_sequence_classifier_binary_rct_biobert_pipeline` ([Models Hub page](https://nlp.johnsnowlabs.com/2022/04/25/bert_sequence_classifier_binary_rct_biobert_pipeline_en_3_0.html))
+
+ *Classification Model Example* :
+
+```python
+...
+use = UniversalSentenceEncoder.pretrained()\
+ .setInputCols("document")\
+ .setOutputCol("sentence_embeddings")
+
+classifier_dl = ClassifierDLModel.pretrained('rct_binary_classifier_use', 'en', 'clinical/models')\
+ .setInputCols(["sentence_embeddings"])\
+ .setOutputCol("class")
+
+use_clf_pipeline = Pipeline(
+ stages = [
+ document_assembler,
+ use,
+ classifier_dl
+ ])
+
+sample_text = """Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """
+
+result = use_clf_pipeline.transform(spark.createDataFrame([[sample_text]]).toDF("text"))
+
+```
+
+*Results* :
+```
+>> class: True
+```
+
+*Pretrained Pipeline Example* :
+
+```python
+from sparknlp.pretrained import PretrainedPipeline
+
+pipeline = PretrainedPipeline("rct_binary_classifier_use_pipeline", "en", "clinical/models")
+```
+
+```
+text = """Abstract:Based on the American Society of Anesthesiologists' Practice Guidelines for Sedation and Analgesia by Non-Anesthesiologists (ASA-SED), a sedation training course aimed at improving medical safety was developed by the Japanese Association for Medical Simulation in 2011. This study evaluated the effect of debriefing on participants' perceptions of the essential points of the ASA-SED. A total of 38 novice doctors participated in the sedation training course during the research period. Of these doctors, 18 participated in the debriefing group, and 20 participated in non-debriefing group. Scoring of participants' guideline perceptions was conducted using an evaluation sheet (nine items, 16 points) created based on the ASA-SED. The debriefing group showed a greater perception of the ASA-SED, as reflected in the significantly higher scores on the evaluation sheet (median, 16 points) than the control group (median, 13 points; p < 0.05). No significant differences were identified before or during sedation, but the difference after sedation was significant (p < 0.05). Debriefing after sedation training courses may contribute to better perception of the ASA-SED, and may lead to enhanced attitudes toward medical safety during sedation and analgesia. """
+
+result = pipeline.annotate(text)
+```
+
+*Results* :
+
+```
+>> class: True
+```
+
+#### New Features
+##### Add `getClasses()` attribute to `MedicalBertForTokenClassifier` and `MedicalBertForSequenceClassification`
+Now you can use `getClasses()` method for checking the entity labels of `MedicalBertForTokenClassifier` and `MedicalBertForSequenceClassification` like `MedicalNerModel`.
+
+ ```python
+ tokenClassifier = MedicalBertForTokenClassifier.pretrained("bert_token_classifier_ner_ade", "en", "clinical/models")\
+ .setInputCols("token", "document")\
+ .setOutputCol("ner")\
+ .setCaseSensitive(True)\
+ .setMaxSentenceLength(512)
+
+ tokenClassifier.getClasses()
+ ```
+
+ ```bash
+ ['B-DRUG', 'I-ADE', 'I-DRUG', 'O', 'B-ADE']
+ ```
+
+##### Download the AnnotatorModels from the healthcare library using the Healthcare version instead of the open source version
+
+Now we download the private models using the Healthcare version instead of the open source version (the pretrained models were used to be dependent on open source Spark NLP version before).
+
+##### New functionality to download and extract clinical models from S3 via direct link.
+Now, you can download clinical models from S3 via direct link directly by `downloadModelDirectly` method. See the [Models Hub Page](https://nlp.johnsnowlabs.com/models) to find out the download url of each model.
+
+ ```python
+ from sparknlp.pretrained import ResourceDownloader
+
+ #The first argument is the path to the zip file and the second one is the folder.
+ ResourceDownloader.downloadModelDirectly("clinical/models/assertion_dl_en_2.0.2_2.4_1556655581078.zip", "clinical/models")
+ ```
+
+#### Core improvements:
+
+##### Fix `MedicalNerModel` confidence scores when `setIncludeAllConfidenceScores` is `True`
+
+A mismatch problem between the tag with the highest confidence score and the predicted tag in `MedicalNerModel` is resolved.
+
+##### Graph_builder `relation_extraction` model file name extension problem with `auto` param
+
+A naming problem which occurs while generating a graph for Relation Extraction via graph builder was resolved. Now, the TF graph is generated with the correct extension (`.pb`).
+
+#### List of Recently Updated or Added Models
+
+- ner_deid_generic_pt
+- ner_deid_subentity_pt
+- clinical_deidentification_pt
+- sbiobertresolve_rxnorm_action_treatment
+- rct_binary_classifier_use
+- rct_binary_classifier_biobert
+- bert_sequence_classifier_binary_rct_biobert
+- rct_binary_classifier_use_pipeline
+- rct_binary_classifier_biobert_pipeline
+- bert_sequence_classifier_binary_rct_biobert_pipeline
+- sbiobertresolve_ndc
+
+
## 3.5.0
We are glad to announce that Spark NLP Healthcare 3.5.0 has been released!
@@ -96,7 +416,7 @@ re_model = sparknlp_jsl.annotator.ZeroShotRelationExtractionModel \
pipeline = sparknlp.base.Pipeline() \
.setStages([documenter, tokenizer, sentencer, words_embedder, pos_tagger, ner_tagger, ner_converter,
dependency_parser, re_ner_chunk_filter, re_model])
-
+
data = spark.createDataFrame(
[["Paracetamol can alleviate headache or sickness. An MRI test can be used to find cancer."]]
).toDF("text")
@@ -392,9 +712,9 @@ Giving the map with entities and relationships stored in mapper.json, we will us
```
```
-text = ["""The patient was prescribed 1 unit of Advil for 5 days after meals. The patient was also
+text = ["""The patient was prescribed 1 unit of Advil for 5 days after meals. The patient was also
given 1 unit of Metformin daily.
-He was seen by the endocrinology service and she was discharged on 40 units of insulin glargine at night ,
+He was seen by the endocrinology service and she was discharged on 40 units of insulin glargine at night ,
12 units of insulin lispro with meals , and metformin 1000 mg two times a day."""]
...
nerconverter = NerConverterInternal()\
@@ -1389,7 +1709,7 @@ from sparknlp.pretrained import PretrainedPipeline
deid_pipeline = PretrainedPipeline("clinical_deidentification", "de", "clinical/models")
-text = """Zusammenfassung : Michael Berger wird am Morgen des 12 Dezember 2018 ins St.Elisabeth Krankenhaus in Bad Kissingen eingeliefert.
+text = """Zusammenfassung : Michael Berger wird am Morgen des 12 Dezember 2018 ins St.Elisabeth Krankenhaus in Bad Kissingen eingeliefert.
Herr Michael Berger ist 76 Jahre alt und hat zu viel Wasser in den Beinen.
Persönliche Daten :
@@ -1947,7 +2267,7 @@ B-Disease 657 81 60 0.8902439 0.916318 0.90309274
tp: 1364 fp: 153 fn: 181 labels: 2
Macro-average prec: 0.89890885, rec: 0.88509136, f1: 0.8919466
Micro-average prec: 0.89914304, rec: 0.8828479, f1: 0.89092094
-Quality on test dataset:
+Quality on test dataset:
time to finish evaluation: 9.11s
Total test loss: 17.7705 Avg test loss: 1.6155
label tp fp fn prec rec f1
@@ -2098,7 +2418,7 @@ We are glad to announce that Spark NLP Healthcare 3.3.4 has been released!
+ New Relation Extraction Model
+ New LOINC, MeSH, NDC and SNOMED Entity Resolver Models
+ Updated RxNorm Sentence Entity Resolver Model
-+ New Shift Days Feature in StructuredDeid Deidentification Module
++ New Shift Days Feature in StructuredDeid Deidentification Module
+ New Multiple Chunks Merge Ability in ChunkMergeApproach
+ New setBlackList Feature in ChunkMergeApproach
+ New setBlackList Feature in NerConverterInternal
@@ -2112,7 +2432,7 @@ We have three new clinical NER models.
+ `ner_deid_subentity_augmented_i2b2` : This model annotates text to find protected health information(PHI) that may need to be removed. It is trained with 2014 i2b2 dataset (no augmentation applied) and can detect `MEDICALRECORD`, `ORGANIZATION`, `DOCTOR`, `USERNAME`, `PROFESSION`, `HEALTHPLAN`, `URL`, `CITY`, `DATE`, `LOCATION-OTHER`, `STATE`, `PATIENT`, `DEVICE`, `COUNTRY`, `ZIP`, `PHONE`, `HOSPITAL`, `EMAIL`, `IDNUM`, `SREET`, `BIOID`, `FAX`, `AGE` entities.
-*Example* :
+*Example* :
```bash
...
@@ -2332,7 +2652,7 @@ ndc_resolver = SentenceEntityResolverModel.pretrained("sbiobertresolve_ndc", "en
.setCaseSensitive(False)
...
-sample_text = """The patient was transferred secondary to inability and continue of her diabetes, the sacral decubitus, left foot pressure wound, and associated complications of diabetes.
+sample_text = """The patient was transferred secondary to inability and continue of her diabetes, the sacral decubitus, left foot pressure wound, and associated complications of diabetes.
She is given aspirin 81 mg, folic acid 1 g daily, insulin glargine 100 UNT/ML injection and metformin 500 mg p.o. p.r.n."""
result = resolver_model.transform(spark.createDataFrame([[sample_text]]).toDF("text"))
```
@@ -2412,30 +2732,30 @@ result = light_model.fullAnnotate(['coronary calcium score', 'heart surgery', 'c
We have updated `sbiobertresolve_rxnorm_augmented` model training on an augmented version of the dataset used in previous versions of the model.
#### New Shift Days Feature in StructuredDeid Deidentification Module
-
+
Now we can shift n days in the structured deidentification when the column is a Date.
-
+
*Example* :
-
+
```pyhton
df = spark.createDataFrame([
["Juan García", "13/02/1977", "711 Nulla St.", "140", "673 431234"],
["Will Smith", "23/02/1977", "1 Green Avenue.", "140", "+23 (673) 431234"],
["Pedro Ximénez", "11/04/1900", "Calle del Libertador, 7", "100", "912 345623"]
]).toDF("NAME", "DOB", "ADDRESS", "SBP", "TEL")
-
+
obfuscator = StructuredDeidentification(spark=spark, columns={"NAME": "ID", "DOB": "DATE"},
columnsSeed={"NAME": 23, "DOB": 23},
obfuscateRefSource="faker",
days=5
)
-
+
result = obfuscator.obfuscateColumns(self.df)
result.show(truncate=False)
```
*Results* :
-
+
```bash
+----------+------------+-----------------------+---+----------------+
|NAME |DOB |ADDRESS |SBP|TEL |
@@ -2457,27 +2777,27 @@ Updated ChunkMergeApproach to admit N input cols (`.setInputCols("ner_chunk","ne
deid_ner = MedicalNerModel.pretrained("ner_deid_large", "en", "clinical/models") \
.setInputCols(["sentence", "token", "embeddings"]) \
.setOutputCol("ner")
-
+
ner_converter = NerConverter() \
.setInputCols(["sentence", "token", "ner"]) \
.setOutputCol("ner_chunk") \
.setWhiteList(['DATE', 'AGE', 'NAME', 'PROFESSION', 'ID'])
-
+
medical_ner = MedicalNerModel.pretrained("ner_events_clinical", "en", "clinical/models") \
.setInputCols(["sentence", "token", "embeddings"]) \
.setOutputCol("ner2")
-
+
ner_converter_2 = NerConverter() \
.setInputCols(["sentence", "token", "ner2"]) \
- .setOutputCol("ner_chunk_2")
-
+ .setOutputCol("ner_chunk_2")
+
ssn_parser = ContextualParserApproach() \
.setInputCols(["sentence", "token"]) \
.setOutputCol("entity_ssn") \
.setJsonPath("../../src/test/resources/ssn.json") \
.setCaseSensitive(False) \
.setContextMatch(False)
-
+
chunk_merge = ChunkMergeApproach() \
.setInputCols("entity_ssn","ner_chunk","ner_chunk_2") \
.setOutputCol("deid_merged_chunk") \
@@ -2555,7 +2875,7 @@ We developed a new utility function called `UpdateModels` that allows you to ref
ls ~/cache_pretrained
>> ner_clinical_large_en_3.0.0_2.3_1617206114650/
-# Update models in /cache_pretrained
+# Update models in /cache_pretrained
from sparknlp_jsl.updateModels import UpdateModels
UpdateModels.updateCacheModels()
```
@@ -2570,7 +2890,7 @@ ls ~/cache_pretrained
```
-+ `UpdateModels.updateModels("11/24/2021")` : This method lets you download all the new models uploaded to the Models Hub starting from a cut-off date (i.e. the last sync update).
++ `UpdateModels.updateModels("11/24/2021")` : This method lets you download all the new models uploaded to the Models Hub starting from a cut-off date (i.e. the last sync update).
*Example* :
@@ -2579,7 +2899,7 @@ ls ~/cache_pretrained
ls ~/cache_pretrained
>> ner_clinical_large_en_3.0.0_2.3_1617206114650/
ner_clinical_large_en_3.0.0_3.0_1617206114650/
-
+
# Update models in /cache_pretrained according to date
from sparknlp_jsl.updateModels import UpdateModels
UpdateModels.updateModels("11/24/2021")
@@ -2589,7 +2909,7 @@ UpdateModels.updateModels("11/24/2021")
*Results* :
```bash
-# Updated models in /cache_pretrained
+# Updated models in /cache_pretrained
ls ~/cache_pretrained
>>ner_clinical_large_en_3.0.0_2.3_1617206114650/
ner_clinical_large_en_3.0.0_3.0_1617206114650/
@@ -2601,7 +2921,7 @@ ls ~/cache_pretrained
#### New and Updated Notebooks
+ We have a new [Connect to Annotation Lab via API Notebook](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Annotation_Lab/AL_API_import_export_pre_annotate.ipynb) you can find how to;
-
+
- upload pre-annotations to ALAB
- import a project form ALAB and convert to CoNLL file
- upload tasks without pre-annotations
@@ -2645,15 +2965,15 @@ We are releasing three new clinical NER models trained by MedicalNerApproach().
embeddings = RoBertaEmbeddings.pretrained("roberta_base_biomedical", "es")\
.setInputCols(["sentence", "token"])\
.setOutputCol("embeddings")
-
+
ner = MedicalNerModel.pretrained("roberta_ner_diag_proc", "es", "clinical/models")\
.setInputCols(["sentence", "token", "embeddings"])\
.setOutputCol("ner")\
-
+
ner_converter = NerConverter() \
.setInputCols(['sentence', 'token', 'ner']) \
.setOutputCol('ner_chunk')
-
+
pipeline = Pipeline(stages = [
documentAssembler,
sentenceDetector,
@@ -2661,7 +2981,7 @@ pipeline = Pipeline(stages = [
embeddings,
ner,
ner_converter])
-
+
empty = spark.createDataFrame([['']]).toDF("text")
p_model = pipeline.fit(empty)
@@ -2670,7 +2990,7 @@ test_sentence = 'Mujer de 28 años con antecedentes de diabetes mellitus gestaci
res = p_model.transform(spark.createDataFrame(pd.DataFrame({'text': [test_sentence]})))
```
-*Results* :
+*Results* :
```bash
+---------------------------------+------------+
| text|ner_label |
@@ -2707,9 +3027,9 @@ covid_ner = MedicalNerModel.pretrained('ner_covid_trials', 'en', 'clinical/model
...
results = covid_model.transform(spark.createDataFrame(pd.DataFrame({"text": ["""In December 2019 , a group of patients with the acute respiratory disease was detected in Wuhan , Hubei Province of China . A month later , a new beta-coronavirus was identified as the cause of the 2019 coronavirus infection . SARS-CoV-2 is a coronavirus that belongs to the group of β-coronaviruses of the subgenus Coronaviridae . The SARS-CoV-2 is the third known zoonotic coronavirus disease after severe acute respiratory syndrome ( SARS ) and Middle Eastern respiratory syndrome ( MERS ). The diagnosis of SARS-CoV-2 recommended by the WHO , CDC is the collection of a sample from the upper respiratory tract ( nasal and oropharyngeal exudate ) or from the lower respiratory tract such as expectoration of endotracheal aspirate and bronchioloalveolar lavage and its analysis using the test of real-time polymerase chain reaction ( qRT-PCR )."""]})))
-```
+```
-*Results* :
+*Results* :
```bash
@@ -2745,9 +3065,9 @@ chemd_ner = MedicalNerModel.pretrained('ner_chemd', 'en', 'clinical/models') \
...
results = chemd_model.transform(spark.createDataFrame(pd.DataFrame({"text": ["""Isolation, Structure Elucidation, and Iron-Binding Properties of Lystabactins, Siderophores Isolated from a Marine Pseudoalteromonas sp. The marine bacterium Pseudoalteromonas sp. S2B, isolated from the Gulf of Mexico after the Deepwater Horizon oil spill, was found to produce lystabactins A, B, and C (1-3), three new siderophores. The structures were elucidated through mass spectrometry, amino acid analysis, and NMR. The lystabactins are composed of serine (Ser), asparagine (Asn), two formylated/hydroxylated ornithines (FOHOrn), dihydroxy benzoic acid (Dhb), and a very unusual nonproteinogenic amino acid, 4,8-diamino-3-hydroxyoctanoic acid (LySta). The iron-binding properties of the compounds were investigated through a spectrophotometric competition."""]})))
-```
+```
-*Results* :
+*Results* :
```bash
+----------------------------------+------------+
@@ -2877,13 +3197,13 @@ result = p_model.transform(spark.createDataFrame(pd.DataFrame({'text': [test_sen
+-------------------------------------------+---------+
```
-#### Updated Clinical NER Model
+#### Updated Clinical NER Model
-We have updated `ner_jsl_enriched` model by enriching the training data using clinical trials data to make it more robust. This model is capable of predicting up to `87` different entities and is based on `ner_jsl` model. Here are the entities this model can detect;
+We have updated `ner_jsl_enriched` model by enriching the training data using clinical trials data to make it more robust. This model is capable of predicting up to `87` different entities and is based on `ner_jsl` model. Here are the entities this model can detect;
`Social_History_Header`, `Oncology_Therapy`, `Blood_Pressure`, `Respiration`, `Performance_Status`, `Family_History_Header`, `Dosage`, `Clinical_Dept`, `Diet`, `Procedure`, `HDL`, `Weight`, `Admission_Discharge`, `LDL`, `Kidney_Disease`, `Oncological`, `Route`, `Imaging_Technique`, `Puerperium`, `Overweight`, `Temperature`, `Diabetes`, `Vaccine`, `Age`, `Test_Result`, `Employment`, `Time`, `Obesity`, `EKG_Findings`, `Pregnancy`, `Communicable_Disease`, `BMI`, `Strength`, `Tumor_Finding`, `Section_Header`, `RelativeDate`, `ImagingFindings`, `Death_Entity`, `Date`, `Cerebrovascular_Disease`, `Treatment`, `Labour_Delivery`, `Pregnancy_Delivery_Puerperium`, `Direction`, `Internal_organ_or_component`, `Psychological_Condition`, `Form`, `Medical_Device`, `Test`, `Symptom`, `Disease_Syndrome_Disorder`, `Staging`, `Birth_Entity`, `Hyperlipidemia`, `O2_Saturation`, `Frequency`, `External_body_part_or_region`, `Drug_Ingredient`, `Vital_Signs_Header`, `Substance_Quantity`, `Race_Ethnicity`, `VS_Finding`, `Injury_or_Poisoning`, `Medical_History_Header`, `Alcohol`, `Triglycerides`, `Total_Cholesterol`, `Sexually_Active_or_Sexual_Orientation`, `Female_Reproductive_Status`, `Relationship_Status`, `Drug_BrandName`, `RelativeTime`, `Duration`, `Hypertension`, `Metastasis`, `Gender`, `Oxygen_Therapy`, `Pulse`, `Heart_Disease`, `Modifier`, `Allergen`, `Smoking`, `Substance`, `Cancer_Modifier`, `Fetus_NewBorn`, `Height` .
-*Example* :
+*Example* :
```bash
...
@@ -2894,7 +3214,7 @@ clinical_ner = MedicalNerModel.pretrained("ner_jsl_enriched", "en", "clinical/mo
results = model.transform(spark.createDataFrame([["The patient is a 21-day-old Caucasian male here for 2 days of congestion - mom has been suctioning yellow discharge from the patient's nares, plus she has noticed some mild problems with his breathing while feeding (but negative for any perioral cyanosis or retractions). One day ago, mom also noticed a tactile temperature and gave the patient Tylenol. Baby also has had some decreased p.o. intake. His normal breast-feeding is down from 20 minutes q.2h. to 5 to 10 minutes secondary to his respiratory congestion. He sleeps well, but has been more tired and has been fussy over the past 2 days. The parents noticed no improvement with albuterol treatments given in the ER. His urine output has also decreased; normally he has 8 to 10 wet and 5 dirty diapers per 24 hours, now he has down to 4 wet diapers per 24 hours. Mom denies any diarrhea. His bowel movements are yellow colored and soft in nature."]], ["text"]))
```
-*Results* :
+*Results* :
```bash
| | chunk | begin | end | entity |
@@ -2948,7 +3268,7 @@ results = model.transform(spark.createDataFrame([["The patient is a 21-day-old C
*Example*:
```bash
-ner_model.getTrainingClassDistribution()
+ner_model.getTrainingClassDistribution()
>> {'B-Disease': 2536, 'O': 31659, 'I-Disease': 2960}
```
@@ -2958,7 +3278,7 @@ ner_model.getTrainingClassDistribution()
#### New Spanish SNOMED Sentence Entity Resolver Model
-+ `robertaresolve_snomed` : This models leverages Spanish Roberta Biomedical Embeddings (`roberta_base_biomedical`) at sentence-level to map ner chunks into Spanish SNOMED codes.
++ `robertaresolve_snomed` : This models leverages Spanish Roberta Biomedical Embeddings (`roberta_base_biomedical`) at sentence-level to map ner chunks into Spanish SNOMED codes.
*Example* :
@@ -2967,41 +3287,41 @@ ner_model.getTrainingClassDistribution()
documentAssembler = DocumentAssembler()\
.setInputCol("text")\
.setOutputCol("document")
-
+
sentenceDetector = SentenceDetectorDLModel.pretrained() \
.setInputCols(["document"]) \
.setOutputCol("sentence")
-
+
tokenizer = Tokenizer()\
.setInputCols("sentence")\
.setOutputCol("token")
-
+
word_embeddings = RoBertaEmbeddings.pretrained("roberta_base_biomedical", "es")\
.setInputCols(["sentence", "token"])\
.setOutputCol("roberta_embeddings")
-
+
ner = MedicalNerModel.pretrained("roberta_ner_diag_proc","es","clinical/models")\
.setInputCols("sentence","token","roberta_embeddings")\
.setOutputCol("ner")
-
+
ner_converter = NerConverter() \
.setInputCols(["sentence", "token", "ner"]) \
.setOutputCol("ner_chunk")
-
+
c2doc = Chunk2Doc() \
.setInputCols(["ner_chunk"]) \
.setOutputCol("ner_chunk_doc")
-
+
chunk_embeddings = SentenceEmbeddings() \
.setInputCols(["ner_chunk_doc", "roberta_embeddings"]) \
.setOutputCol("chunk_embeddings") \
.setPoolingStrategy("AVERAGE")
-
+
er = SentenceEntityResolverModel.pretrained("robertaresolve_snomed", "es", "clinical/models")\
.setInputCols(["ner_chunk_doc", "chunk_embeddings"]) \
.setOutputCol("snomed_code") \
.setDistanceFunction("EUCLIDEAN")
-
+
snomed_training_pipeline = Pipeline(stages = [
documentAssembler,
sentenceDetector,
@@ -3012,7 +3332,7 @@ snomed_training_pipeline = Pipeline(stages = [
c2doc,
chunk_embeddings,
er])
-
+
empty = spark.createDataFrame([['']]).toDF("text")
p_model = snomed_pipeline .fit(empty)
@@ -3022,7 +3342,7 @@ test_sentence = 'Mujer de 28 años con antecedentes de diabetes mellitus gestaci
res = p_model.transform(spark.createDataFrame(pd.DataFrame({'text': [test_sentence]})))
```
-*Results* :
+*Results* :
```bash
+----+-------------------------------+-------------+--------------+
@@ -3058,33 +3378,33 @@ res = p_model.transform(spark.createDataFrame(pd.DataFrame({'text': [test_senten
documentAssembler = DocumentAssembler()\
.setInputCol("text")\
.setOutputCol("document")
-
+
sentenceDetector = SentenceDetectorDLModel.pretrained() \
.setInputCols(["document"]) \
.setOutputCol("sentence")
-
+
tokenizer = Tokenizer()\
.setInputCols("sentence")\
.setOutputCol("token")
-
+
seq = BertForSequenceClassification.pretrained('bert_sequence_classifier_question_statement_clinical', 'en', 'clinical/models')\
.setInputCols(["token", "sentence"])\
.setOutputCol("label")\
.setCaseSensitive(True)
-
+
pipeline = Pipeline(stages = [
documentAssembler,
sentenceDetector,
tokenizer,
seq])
-
+
test_sentences = ["""Hello I am going to be having a baby throughand have just received my medical results before I have my tubes tested. I had the tests on day 23 of my cycle. My progresterone level is 10. What does this mean? What does progesterone level of 10 indicate?
Your progesterone report is perfectly normal. We expect this result on day 23rd of the cycle.So there's nothing to worry as it's perfectly alright"""]
res = p_model.transform(spark.createDataFrame(pd.DataFrame({'text': test_sentences})))
```
-*Results* :
+*Results* :
```bash
+--------------------------------------------------------------------------------------------------------------------+---------+
@@ -3100,7 +3420,7 @@ res = p_model.transform(spark.createDataFrame(pd.DataFrame({'text': test_sentenc
+--------------------------------------------------------------------------------------------------------------------+---------
```
-*Metrics* :
+*Metrics* :
```bash
precision recall f1-score support
@@ -3114,7 +3434,7 @@ weighted avg 0.98 0.98 0.98 972
#### New Sentence Entity Resolver Fine-Tune Features (Overwriting and Drop Code)
-+ `.setOverwriteExistingCode()` : This parameter provides overwriting codes over the existing codes if in pretrained Sentence Entity Resolver Model. For example, you want to add a new term to a pretrained resolver model, and if the code of term already exists in the pretrained model, when you `.setOverwriteExistingCode(True)`, it removes all the same codes and their descriptions from the model, then you will have just the new term with its code in the fine-tuned model.
++ `.setOverwriteExistingCode()` : This parameter provides overwriting codes over the existing codes if in pretrained Sentence Entity Resolver Model. For example, you want to add a new term to a pretrained resolver model, and if the code of term already exists in the pretrained model, when you `.setOverwriteExistingCode(True)`, it removes all the same codes and their descriptions from the model, then you will have just the new term with its code in the fine-tuned model.
+ `.setDropCodesList()` : This parameter drops list of codes from a pretrained Sentence Entity Resolver Model.
@@ -3130,7 +3450,7 @@ We have updated `ner_profiling_clinical` and `ner_profiling_biobert` pretrained
#### New ChunkSentenceSplitter Annotator
-+ We are releasing `ChunkSentenceSplitter` annotator that splits documents or sentences by chunks provided. Splitted parts can be named with the splitting chunks. By using this annotator, you can do some some tasks like splitting clinical documents according into sections in accordance with CDA (Clinical Document Architecture).
++ We are releasing `ChunkSentenceSplitter` annotator that splits documents or sentences by chunks provided. Splitted parts can be named with the splitting chunks. By using this annotator, you can do some some tasks like splitting clinical documents according into sections in accordance with CDA (Clinical Document Architecture).
*Example* :
@@ -3157,7 +3477,7 @@ PROCEDURE: Right VATS pleurodesis and pleural biopsy."""]
results = pipeline_model.transform(df)
```
-*Results* :
+*Results* :
```bash
+----------------------------------------------------------------------+------+
@@ -3181,17 +3501,17 @@ chunkSentenceSplitter = ChunkSentenceSplitter()\
.setGroupBySentences(True) \
.setDefaultEntity("Intro") \
.setInsertChunk(False)
-
+
paragraphs = chunkSentenceSplitter.transform(results)
df = paragraphs.selectExpr("explode(paragraphs) as result")\
- .selectExpr("result.result",
- "result.metadata.entity",
+ .selectExpr("result.result",
+ "result.metadata.entity",
"result.metadata.splitter_chunk")
```
-*Results* :
+*Results* :
```bash
+--------------------------------------------------+------+------------------------+
@@ -3226,7 +3546,7 @@ We are glad to announce that Spark NLP Healthcare 3.3.1 has been released!.
+ New Docker Images for Spark NLP for Healthcare and Spark OCR
+ New and Updated Deidentification() Parameters
+ New Python API Documentation
-+ Updated Spark NLP For Healthcare Notebooks and New Notebooks
++ Updated Spark NLP For Healthcare Notebooks and New Notebooks
#### New ChunkKeyPhraseExtraction Annotator
@@ -3286,12 +3606,12 @@ weighted avg 0.99 0.93 0.96 62001
*Example* :
-```python
+```python
...
tokenClassifier = BertForTokenClassification.pretrained("bert_token_classifier_ner_chemicals", "en", "clinical/models")\
.setInputCols("token", "document")\
.setOutputCol("ner")\
- .setCaseSensitive(True)
+ .setCaseSensitive(True)
...
test_sentence = """The results have shown that the product p - choloroaniline is not a significant factor in chlorhexidine - digluconate associated erosive cystitis. A high percentage of kanamycin - colistin and povidone - iodine irrigations were associated with erosive cystitis."""
@@ -3498,7 +3818,7 @@ We are glad to announce that Spark NLP Healthcare 3.3.0 has been released!.
+ Updated UMLS Entity Resolvers (Dropping Invalid Codes)
+ 5 New Clinical NER Models (Trained By BertForTokenClassification Approach)
+ Radiology NER Model Trained On cheXpert Dataset
-+ New Speed Benchmarks on Databricks
++ New Speed Benchmarks on Databricks
+ NerConverterInternal Fixes
+ Simplified Setup and Recommended Use of start() Function
+ NER Evaluation Metrics Fix
@@ -3678,7 +3998,7 @@ icd_resolver = SentenceEntityResolverModel.pretrained("sbiobertresolve_icd10cm_g
.setInputCols(["ner_chunk", "sentence_embeddings"]) \
.setOutputCol("icd_code")\
.setDistanceFunction("EUCLIDEAN")
-
+
icd_pipelineModel = PipelineModel(
stages = [
documentAssembler,
@@ -3707,7 +4027,7 @@ res = icd_pipelineModel.transform(spark.createDataFrame([["82 - year-old male wi
documentAssembler = DocumentAssembler()\
.setInputCol("text")\
.setOutputCol("ner_chunk")
-
+
sbert_embedder = BertSentenceEmbeddings.pretrained('sbiobert_base_cased_mli', 'en','clinical/models')\
.setInputCols(["ner_chunk"])\
.setOutputCol("sentence_embeddings")
@@ -3716,7 +4036,7 @@ rxnorm_ndc_resolver = SentenceEntityResolverModel.pretrained("sbiobertresolve_rx
.setInputCols(["ner_chunk", "sentence_embeddings"]) \
.setOutputCol("rxnorm_code")\
.setDistanceFunction("EUCLIDEAN")
-
+
rxnorm_ndc_pipelineModel = PipelineModel(
stages = [
documentAssembler,
@@ -3952,7 +4272,7 @@ clinical_ner = MedicalNerModel.pretrained("ner_chexpert", "en", "clinical/models
...
nlpPipeline = Pipeline(stages=[document_assembler, sentence_detector, tokenizer, embeddings_clinical, clinical_ner, ner_converter])
model = nlpPipeline.fit(spark.createDataFrame([[""]]).toDF("text"))
-EXAMPLE_TEXT = """FINAL REPORT HISTORY : Chest tube leak , to assess for pneumothorax .
+EXAMPLE_TEXT = """FINAL REPORT HISTORY : Chest tube leak , to assess for pneumothorax .
FINDINGS : In comparison with study of ___ , the endotracheal tube and Swan - Ganz catheter have been removed . The left chest tube remains in place and there is no evidence of pneumothorax. Mild atelectatic changes are seen at the left base."""
results = model.transform(spark.createDataFrame([[EXAMPLE_TEXT]]).toDF("text"))
```
@@ -4009,7 +4329,7 @@ Bug fixed in the `NerDLMetrics` package. Previously, the `full_chunk` option was
**To see more, please check :** [Spark NLP Healthcare Workshop Repo](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/tutorials/Certification_Trainings/Healthcare)
-## 3.2.3
+## 3.2.3
We are glad to announce that Spark NLP Healthcare 3.2.3 has been released!.
#### Highlights
@@ -4019,7 +4339,7 @@ We are glad to announce that Spark NLP Healthcare 3.2.3 has been released!.
+ Allow To Use Disambiguator Pretrained Model
+ Allow To Use Seeds in StructuredDeidentification
+ Added Compatibility with Tensorflow 1.15 For Graph Generation.
-+ New Setup Videos
++ New Setup Videos
#### New BERT-Based Deidentification NER Model
@@ -4031,20 +4351,20 @@ We have a new `bert_token_classifier_ner_deid` model that is BERT-based version
documentAssembler = DocumentAssembler()\
.setInputCol("text")\
.setOutputCol("document")
-
+
tokenizer = Tokenizer()\
.setInputCols("document")\
.setOutputCol("token")
-
+
tokenClassifier = BertForTokenClassification.pretrained("bert_token_classifier_ner_deid", "en")\
.setInputCols("token", "document")\
.setOutputCol("ner")\
.setCaseSensitive(True)
-
+
ner_converter = NerConverter()\
.setInputCols(["document","token","ner"])\
.setOutputCol("ner_chunk")
-
+
pipeline = Pipeline(stages=[documentAssembler, tokenizer, tokenClassifier, ner_converter])
p_model = pipeline.fit(spark.createDataFrame(pd.DataFrame({'text': ['']})))
@@ -4082,7 +4402,7 @@ We are releasing two new Sentence Entity Resolver Models for German language tha
documentAssembler = DocumentAssembler()\
.setInputCol("text")\
.setOutputCol("ner_chunk")
-
+
sbert_embedder = BertSentenceEmbeddings.pretrained("sent_bert_base_cased", "de")\
.setInputCols(["ner_chunk"])\
.setOutputCol("sbert_embeddings")
@@ -4108,10 +4428,10 @@ icd_lp.fullAnnotate("Dyspnoe")
*Example*:
```bash
-documentAssembler = DocumentAssembler()\
- .setInputCol("text")\
+documentAssembler = DocumentAssembler()\
+ .setInputCol("text")\
.setOutputCol("ner_chunk")
-
+
sbert_embedder = BertSentenceEmbeddings.pretrained("sent_bert_base_cased", "de")\
.setInputCols(["ner_chunk"])\
.setOutputCol("sbert_embeddings")
@@ -4139,10 +4459,10 @@ We are releasing new `spellcheck_drug_norvig` model that detects and corrects sp
*Example* :
```bash
-documentAssembler = DocumentAssembler()\
- .setInputCol("text")\
+documentAssembler = DocumentAssembler()\
+ .setInputCol("text")\
.setOutputCol("document")
-
+
tokenizer = Tokenizer()
.setInputCols("document")\
.setOutputCol("token")
@@ -4154,7 +4474,7 @@ spell = NorvigSweetingModel.pretrained("spellcheck_drug_norvig", "en", "clinical
pipeline = Pipeline( stages = [documentAssembler,
tokenizer, spell])
-model = pipeline.fit(spark.createDataFrame([['']]).toDF('text'))
+model = pipeline.fit(spark.createDataFrame([['']]).toDF('text'))
lp = LightPipeline(model)
lp.annotate("You have to take Neutrcare and colfosrinum and a bit of Fluorometholne & Ribotril")
@@ -4179,23 +4499,23 @@ Now we can use the NerDisambiguatorModel as a pretrained model to disambiguate p
[text]]) \
.toDF("text").cache()
da = DocumentAssembler().setInputCol("text").setOutputCol("document")
-
+
sd = SentenceDetector().setInputCols("document").setOutputCol("sentence")
-
+
tk = Tokenizer().setInputCols("sentence").setOutputCol("token")
-
+
emb = WordEmbeddingsModel.pretrained().setOutputCol("embs")
-
+
semb = SentenceEmbeddings().setInputCols("sentence", "embs").setOutputCol("sentence_embeddings")
-
+
ner = NerDLModel.pretrained().setInputCols("sentence", "token", "embs").setOutputCol("ner")
-
+
nc = NerConverter().setInputCols("sentence", "token", "ner").setOutputCol("ner_chunk").setWhiteList(["PER"])
-
+
NerDisambiguatorModel.pretrained().setInputCols("ner_chunk", "sentence_embeddings").setOutputCol("disambiguation")
-
+
pl = Pipeline().setStages([da, sd, tk, emb, semb, ner, nc, disambiguator])
-
+
data = pl.fit(data).transform(data)
data.select("disambiguation").show(10, False)
@@ -4221,7 +4541,7 @@ df = spark.createDataFrame([
["24", "56", "Will Smith"],
["56", "32", "Pedro Ximénez"]
]).toDF("ID1", "ID2", "NAME")
-
+
obfuscator = StructuredDeidentification(spark=spark, columns={"ID1": "ID", "ID2": "ID", "NAME": "PATIENT"},
columnsSeed={"ID1": 23, "ID2": 23},
obfuscateRefSource="faker")
@@ -4320,7 +4640,7 @@ documentAssembler = DocumentAssembler()\
sbert_embedder = BertSentenceEmbeddings.pretrained('sbert_jsl_medium_uncased', 'en','clinical/models')\
.setInputCols(["ner_chunk"])\
.setOutputCol("sbert_embeddings")
-
+
rxnorm_resolver = SentenceEntityResolverModel.pretrained("sbertresolve_rxnorm_disposition", "en", "clinical/models") \
.setInputCols(["ner_chunk", "sbert_embeddings"]) \
.setOutputCol("rxnorm_code")\
@@ -4355,7 +4675,7 @@ documentAssembler = DocumentAssembler()\
sbert_embedder = BertSentenceEmbeddings.pretrained('sbert_jsl_medium_uncased', 'en','clinical/models')\
.setInputCols(["ner_chunk"])\
.setOutputCol("sbert_embeddings")
-
+
snomed_resolver = SentenceEntityResolverModel.pretrained("sbertresolve_snomed_conditions", "en", "clinical/models") \
.setInputCols(["ner_chunk", "sbert_embeddings"]) \
.setOutputCol("snomed_code")\
@@ -4399,7 +4719,7 @@ clinical_ner_chunk = NerConverter()\
.setOutputCol("clinical_ner_chunk")\
.setWhiteList(["PROBLEM"])
-# to get DRUG entities
+# to get DRUG entities
posology_ner = MedicalNerModel().pretrained("ner_posology", "en", "clinical/models") \
.setInputCols(["sentence", "token", "word_embeddings"]) \
.setOutputCol("posology_ner")
@@ -4508,7 +4828,7 @@ results = model.transform(spark.createDataFrame(pd.DataFrame({"text": ["""A. Rec
|(302) 786-5227 |PHONE |
|Brothers Coal-Mine |ORGANIZATION |
+-----------------------------+-------------+
-```
+```
**To see more, please check:** [Spark NLP Healthcare Workshop Repo](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/tutorials/Certification_Trainings/Healthcare)
@@ -4527,7 +4847,7 @@ We are glad to announce that Spark NLP Healthcare 3.2.1 has been released!.
#### New BERT-Based NER Models
-We have two new BERT-based token classifier NER models. These models are the first clinical NER models that use the BertForTokenCLassification approach that was introduced in Spark NLP 3.2.0.
+We have two new BERT-based token classifier NER models. These models are the first clinical NER models that use the BertForTokenCLassification approach that was introduced in Spark NLP 3.2.0.
+ `bert_token_classifier_ner_clinical`: This model is BERT-based version of `ner_clinical` model. This new model is 4% better than the legacy NER model (MedicalNerModel) that is based on BiLSTM-CNN-Char architecture.
@@ -4566,7 +4886,7 @@ tokenClassifier = BertForTokenClassification.pretrained("bert_token_classifier_n
.setInputCols("token", "sentence")\
.setOutputCol("ner")\
.setCaseSensitive(True)
-
+
ner_converter = NerConverter()\
.setInputCols(["sentence","token","ner"])\
.setOutputCol("ner_chunk")
@@ -4697,7 +5017,7 @@ tokenClassifier = BertForTokenClassification.pretrained("bert_token_classifier_n
.setInputCols("token", "sentence")\
.setOutputCol("ner")\
.setCaseSensitive(True)
-
+
ner_converter = NerConverter()\
.setInputCols(["sentence","token","ner"])\
.setOutputCol("ner_chunk")
@@ -4738,11 +5058,11 @@ elig : The eligibility segment of the patient.
- "INS": Long Term Institutional
- "NE": New Enrollee
- "SNPNE": SNP NE
-
+
orec: Original reason for entitlement code.
- "0": Old age and survivor's insurance
- "1": Disability insurance benefits
- - "2": End-stage renal disease
+ - "2": End-stage renal disease
- "3": Both DIB and ESRD
medicaid: If the patient is in Medicaid or not.
@@ -4812,14 +5132,14 @@ We can import different CMS-HCC model versions as seperate functions and use the
from sparknlp_jsl.functions import profile,profileV22,profileV23
-df = df.withColumn("hcc_profileV24", profile(df.icd10_code,
- df.age,
+df = df.withColumn("hcc_profileV24", profile(df.icd10_code,
+ df.age,
df.gender,
df.eligibility,
df.orec,
df.medicaid
))
-
+
df.withColumn("hcc_profileV22", profileV22(df.codes, df.age, df.sex,df.elig,df.orec,df.medicaid))
df.withColumn("hcc_profileV23", profileV23(df.codes, df.age, df.sex,df.elig,df.orec,df.medicaid))
@@ -4854,7 +5174,7 @@ Here are the updated resolver notebooks:
You can also check for more examples of this annotator: [24.1.Improved_Entity_Resolution_with_SentenceChunkEmbeddings.ipynb](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/24.1.Improved_Entity_Resolution_with_SentenceChunkEmbeddings.ipynb)
-+ We have updated TF Graph builder notebook to show how to create TF graphs with TF2.x.
++ We have updated TF Graph builder notebook to show how to create TF graphs with TF2.x.
> Here is the updated notebook: [17.Graph_builder_for_DL_models.ipynb](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/17.Graph_builder_for_DL_models.ipynb)
@@ -4863,7 +5183,7 @@ You can also check for more examples of this annotator: [24.1.Improved_Entity_Re
#### New TF Graph Builder
-TF graph builder to create graphs and train DL models for licensed annotators (MedicalNer, Relation Extraction, Assertion and Generic Classifier) is made compatible with TF2.x.
+TF graph builder to create graphs and train DL models for licensed annotators (MedicalNer, Relation Extraction, Assertion and Generic Classifier) is made compatible with TF2.x.
To see how to create TF Graphs, you can check here: [17.Graph_builder_for_DL_models.ipynb](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/17.Graph_builder_for_DL_models.ipynb)
@@ -5237,7 +5557,7 @@ The model needs following parameters in order to calculate the risk score:
- Age
- Gender
- The eligibility segment of the patient
-- Original reason for entitlement
+- Original reason for entitlement
- If the patient is in Medicaid or not
- If the patient is disabled or not
@@ -5263,7 +5583,7 @@ sample_patients.show()
```
from sparknlp_jsl.functions import profile
df = df.withColumn("hcc_profile", profile(df.ICD_codes, df.Age, df.Gender))
-
+
df = df.withColumn("hcc_profile", F.from_json(F.col("hcc_profile"), schema))
df= df.withColumn("risk_score", df.hcc_profile.getItem("risk_score"))\
.withColumn("hcc_lst", df.hcc_profile.getItem("hcc_map"))\
@@ -5297,11 +5617,11 @@ RECORD 0------------------------------------------------------------------------
OREC | 0
Medicaid | false
Disabled | false
- hcc_profile | {{"CNA_HCC18":0.302,"CNA_HCC85":0.331,"CNA_HCC23":0.194,"CNA_D3":0.0,"CNA_HCC85_gDiabetesMellit":...
+ hcc_profile | {{"CNA_HCC18":0.302,"CNA_HCC85":0.331,"CNA_HCC23":0.194,"CNA_D3":0.0,"CNA_HCC85_gDiabetesMellit":...
risk_score | 0.827
hcc_lst | {"E1169":["HCC18"],"I5030":["HCC85"],"I509":["HCC85"],"E852":["HCC23"]}
parameters | {"elig":"CNA","age":64,"sex":"F","origds":'0',"disabled":false,"medicaid":false}
- details | {"CNA_HCC18":0.302,"CNA_HCC85":0.331,"CNA_HCC23":0.194,"CNA_D3":0.0,"CNA_HCC85_gDiabetesMellit":0.0}
+ details | {"CNA_HCC18":0.302,"CNA_HCC85":0.331,"CNA_HCC23":0.194,"CNA_D3":0.0,"CNA_HCC85_gDiabetesMellit":0.0}
-RECORD 1-------------------------------------------------------------------------------------------------------------------
Patient_ID | 102
ICD_codes | [G629, D469, D6181]
@@ -5311,7 +5631,7 @@ RECORD 0------------------------------------------------------------------------
OREC | 0
Medicaid | false
Disabled | false
- hcc_profile | {{"CNA_M75_79":0.473,"CNA_D1":0.0,"CNA_HCC46":1.372}, ["D1","HCC46"], {"D469":["HCC46"]}, {"elig"...
+ hcc_profile | {{"CNA_M75_79":0.473,"CNA_D1":0.0,"CNA_HCC46":1.372}, ["D1","HCC46"], {"D469":["HCC46"]}, {"elig"...
risk_score | 1.845
hcc_lst | {"D469":["HCC46"]}
parameters | {"elig":"CNA","age":77,"sex":"M","origds":'0',"disabled":false,"medicaid":false}
@@ -5325,11 +5645,11 @@ RECORD 0------------------------------------------------------------------------
OREC | 0
Medicaid | false
Disabled | false
- hcc_profile | {{"CNA_HCC10":0.675,"CNA_HCC40":0.421,"CNA_HCC48":0.192,"CNA_D3":0.0}, ["HCC10","HCC40","HCC48","...
+ hcc_profile | {{"CNA_HCC10":0.675,"CNA_HCC40":0.421,"CNA_HCC48":0.192,"CNA_D3":0.0}, ["HCC10","HCC40","HCC48","...
risk_score | 1.288
hcc_lst | {"D473":["HCC48"],"M069":["HCC40"],"C969":["HCC10"]}
parameters | {"elig":"CNA","age":16,"sex":"F","origds":'0',"disabled":false,"medicaid":false}
- details | {"CNA_HCC10":0.675,"CNA_HCC40":0.421,"CNA_HCC48":0.192,"CNA_D3":0.0}
+ details | {"CNA_HCC10":0.675,"CNA_HCC40":0.421,"CNA_HCC48":0.192,"CNA_D3":0.0}
```
{% endraw %}
@@ -5351,12 +5671,12 @@ sentence_chunk_embeddings = BertSentenceChunkEmbeddings\
.setInputCols(["sentences", "ner_chunk"])\
.setOutputCol("sentence_chunk_embeddings")\
.setChunkWeight(0.5)
-
+
resolver = SentenceEntityResolverModel.pretrained('sbiobertresolve_icd10cm', 'en', 'clinical/models')\
.setInputCols(["ner_chunk", "sentence_chunk_embeddings"]) \
.setOutputCol("resolution")
-
-text = """A 20 year old female patient badly tripped while going down stairs. She complains of right leg pain.
+
+text = """A 20 year old female patient badly tripped while going down stairs. She complains of right leg pain.
Her x-ray showed right hip fracture. Hair line fractures also seen on the left knee joint.
She also suffered from trauma and slight injury on the head.
@@ -5373,7 +5693,7 @@ results = model.transform(spark.createDataFrame([[text]], ["text"]))
| | chunk | entity | code_with_old_approach | resolutions_with_old_approach | code_with_new_approach | resolutions_with_new_approach |
|---:|:--------------------|:--------------------|:-----------------------|:-----------------------------------------------------------|:-----------------------|:----------------------------------------------------------------------------------------------|
| 0 | leg pain | Symptom | R1033 | Periumbilical pain | M79661 | Pain in right lower leg |
-| 1 | hip fracture | Injury_or_Poisoning | M84459S | Pathological fracture, hip, unspecified, sequela | M84451S | Pathological fracture, right femur, sequela |
+| 1 | hip fracture | Injury_or_Poisoning | M84459S | Pathological fracture, hip, unspecified, sequela | M84451S | Pathological fracture, right femur, sequela |
| 2 | Hair line fractures | Injury_or_Poisoning | S070XXS | Crushing injury of face, sequela | S92592P | Other fracture of left lesser toe(s), subsequent encounter for fracture with malunion |
| 3 | trauma | Injury_or_Poisoning | T794XXS | Traumatic shock, sequela | S0083XS | Contusion of other part of head, sequela |
| 4 | slight injury | Injury_or_Poisoning | B03 | Smallpox | S0080XD | Unspecified superficial injury of other part of head, subsequent encounter |
@@ -5405,8 +5725,8 @@ re_model = RelationExtractionModel()\
.pretrained("re_ade_biobert", "en", 'clinical/models')\
.setInputCols(["embeddings", "pos_tags", "ner_chunks", "dependencies"])\
.setOutputCol("relations")\
- .setMaxSyntacticDistance(3)\ #default: 0
- .setPredictionThreshold(0.5)\ #default: 0.5
+ .setMaxSyntacticDistance(3)\ #default: 0
+ .setPredictionThreshold(0.5)\ #default: 0.5
.setRelationPairs(["ade-drug", "drug-ade"]) # Possible relation pairs. Default: All Relations.
nlp_pipeline = Pipeline(stages=[documenter, sentencer, tokenizer, words_embedder, pos_tagger, ner_tagger, ner_chunker, dependency_parser, re_model])
@@ -5424,7 +5744,7 @@ Example:
```python
pretrained_ade_pipeline = PretrainedPipeline('explain_clinical_doc_ade', 'en', 'clinical/models')
-
+
result = pretrained_ade_pipeline.fullAnnotate("""Been taking Lipitor for 15 years , have experienced sever fatigue a lot!!! . Doctor moved me to voltaren 2 months ago , so far , have only experienced cramps""")[0]
```
@@ -5497,7 +5817,7 @@ Allows to use RegexMather chunks as NER chunks and feed the output to the downst
.setExternalRules(path="../src/test/resources/regex-matcher/rules.txt",delimiter=",")
chunkConverter = ChunkConverter().setInputCols("regex").setOutputCol("chunk")
-
+
```
@@ -5522,7 +5842,7 @@ This release comes with new features, new models, bug fixes, and examples.
Users can now resume training/fine-tune existing(already trained) Spark NLP MedicalNer models on new data. Users can simply provide the path to any existing MedicalNer model and train it further on the new dataset:
```
-ner_tagger = MedicalNerApproach().setPretrainedModelPath("/path/to/trained/medicalnermodel")
+ner_tagger = MedicalNerApproach().setPretrainedModelPath("/path/to/trained/medicalnermodel")
```
If the new dataset contains new tags/labels/entities, users can choose to override existing tags with the new ones. The default behaviour is to reset the list of existing tags and generate a new list from the new dataset. It is also possible to preserve the existing tags by setting the 'overrideExistingTags' parameter:
@@ -5588,7 +5908,7 @@ Example:
```
```bash
-
+
+-----------+----------+
|text | date |
+-----------+----------+
@@ -5617,14 +5937,14 @@ Example
.setOutputCol("relations")\
.setPredictionThreshold(0.5)\
.setRelationPairs(['ade-drug', 'drug-ade'])
- pipeline = Pipeline(stages=[documenter, sentencer, tokenizer, pos_tagger, words_embedder, ner_tagger, ner_converter,
+ pipeline = Pipeline(stages=[documenter, sentencer, tokenizer, pos_tagger, words_embedder, ner_tagger, ner_converter,
dependency_parser, re_ner_chunk_filter, re_model])
text ="""A 30 year old female presented with tense bullae due to excessive use of naproxin, and leg cramps relating to oxaprozin."""
p_model = pipeline.fit(spark.createDataFrame([[text]]).toDF("text"))
-
+
result = p_model.transform(data)
-
+
```
Results
@@ -5717,11 +6037,11 @@ You can now customize whether you will require confidence score for every token(
#### MedicalNerModel new parameter `inferenceBatchSize`
You can now control the batch size used during inference as a separate parameter from the one you used during training of the model. This can be useful in the situation in which the hardware on which you run inference has different capacity. For example, when you have lower available memory during inference, you can reduce the batch size.
-
+
#### New Resolver Models
-We trained three new sentence entity resolver models.
+We trained three new sentence entity resolver models.
-+ `sbertresolve_snomed_bodyStructure_med` and `sbiobertresolve_snomed_bodyStructure` models map extracted medical (anatomical structures) entities to Snomed codes (body structure version).
++ `sbertresolve_snomed_bodyStructure_med` and `sbiobertresolve_snomed_bodyStructure` models map extracted medical (anatomical structures) entities to Snomed codes (body structure version).
+ `sbertresolve_snomed_bodyStructure_med` : Trained with using `sbert_jsl_medium_uncased` embeddings.
+ `sbiobertresolve_snomed_bodyStructure` : Trained with using `sbiobert_base_cased_mli` embeddings.
@@ -5759,12 +6079,12 @@ result = snomed_lp.fullAnnotate("Amputation stump")
```
...
chunk2doc = Chunk2Doc().setInputCols("ner_chunk").setOutputCol("ner_chunk_doc")
-
+
sbert_embedder = BertSentenceEmbeddings\
.pretrained("sbiobert_base_cased_mli","en","clinical/models")\
.setInputCols(["ner_chunk_doc"])\
.setOutputCol("sbert_embeddings")
-
+
icdo_resolver = SentenceEntityResolverModel.pretrained("sbiobertresolve_icdo_augmented","en", "clinical/models") \
.setInputCols(["ner_chunk", "sbert_embeddings"]) \
.setOutputCol("resolution")\
@@ -5791,12 +6111,12 @@ results = model.transform(spark.createDataFrame([["The patient is a very pleasan
+--------------------+-----+---+-----------+-------------+-------------------------+-------------------------+
```
-
+
#### Updated Resolver Models
We updated `sbiobertresolve_snomed_findings` and `sbiobertresolve_cpt_procedures_augmented` resolver models to reflect the latest changes in the official terminologies.
#### Getting Started with Spark NLP for Healthcare Notebook in Databricks
-We prepared a new notebook for those who want to get started with Spark NLP for Healthcare in Databricks : [Getting Started with Spark NLP for Healthcare Notebook](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/databricks/python/healthcare_case_studies/Get_Started_Spark_NLP_for_Healthcare.ipynb)
+We prepared a new notebook for those who want to get started with Spark NLP for Healthcare in Databricks : [Getting Started with Spark NLP for Healthcare Notebook](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/databricks/python/healthcare_case_studies/Get_Started_Spark_NLP_for_Healthcare.ipynb)
## 3.1.0
We are glad to announce that Spark NLP for Healthcare 3.1.0 has been released!
@@ -5814,7 +6134,7 @@ We are glad to announce that Spark NLP for Healthcare 3.1.0 has been released!
+ Enhanced RelationExtractionDL Model to create and identify relations between entities across the entire document
+ MedicalNerApproach can now accept a graph file directly.
+ MedicalNerApproach can now accept a user-defined name for log file.
-+ More improvements in Scaladocs.
++ More improvements in Scaladocs.
+ Bug fixes in Deidentification module.
+ New notebooks.
@@ -5861,7 +6181,7 @@ Models Hub Page : https://nlp.johnsnowlabs.com/2021/05/25/sbiobertresolve_icd10c
Models Hub Page : https://nlp.johnsnowlabs.com/2021/05/25/sbertresolve_icd10cm_slim_billable_hcc_med_en.html
-*Example*: 'bladder cancer'
+*Example*: 'bladder cancer'
+ `sbiobertresolve_icd10cm_augmented_billable_hcc`
| chunks | code | all_codes | resolutions |all_distances | 100x Loop(sec) |
@@ -5878,7 +6198,7 @@ Models Hub Page : https://nlp.johnsnowlabs.com/2021/05/25/sbertresolve_icd10cm_s
| chunks | code | all_codes | resolutions |all_distances | 100x Loop(sec) |
| - | - | - | - | - | - |
-| bladder cancer | C671 | [C671, C679, C61, C672, C673] | [bladder cancer, dome [Malignant neoplasm of dome of bladder], cancer of the urinary bladder [Malignant neoplasm of bladder, unspecified], prostate cancer [Malignant neoplasm of prostate], cancer of the urinary bladder] | [0.0894, 0.1051, 0.1184, 0.1180, 0.1200] | 12,8 |
+| bladder cancer | C671 | [C671, C679, C61, C672, C673] | [bladder cancer, dome [Malignant neoplasm of dome of bladder], cancer of the urinary bladder [Malignant neoplasm of bladder, unspecified], prostate cancer [Malignant neoplasm of prostate], cancer of the urinary bladder] | [0.0894, 0.1051, 0.1184, 0.1180, 0.1200] | 12,8 |
#### New Deidentification NER Models
@@ -5958,7 +6278,7 @@ results = model.transform(spark.createDataFrame(pd.DataFrame({"text": ["""A. Rec
|(302) 786-5227 |PHONE |
|Brothers Coal-Mine |ORGANIZATION |
+-----------------------------+-------------+
-```
+```
#### New column returned in DeidentificationModel
@@ -5969,9 +6289,9 @@ Also, the name for the column can be changed using the following method; `.setMa
The new column will produce annotations with the following structure,
```
Annotation(
- type: chunk,
- begin: 17,
- end: 25,
+ type: chunk,
+ begin: 17,
+ end: 25,
result: 47,
metadata:{
originalChunk -> 01/13/93 //Original text of the chunk
@@ -6007,7 +6327,7 @@ reDeidentification = ReIdentification()
```
#### New Deidentification Pretrained Pipelines
-We developed a `clinical_deidentification` pretrained pipeline that can be used to deidentify PHI information from medical texts. The PHI information will be masked and obfuscated in the resulting text. The pipeline can mask and obfuscate `AGE`, `CONTACT`, `DATE`, `ID`, `LOCATION`, `NAME`, `PROFESSION`, `CITY`, `COUNTRY`, `DOCTOR`, `HOSPITAL`, `IDNUM`, `MEDICALRECORD`, `ORGANIZATION`, `PATIENT`, `PHONE`, `PROFESSION`, `STREET`, `USERNAME`, `ZIP`, `ACCOUNT`, `LICENSE`, `VIN`, `SSN`, `DLN`, `PLATE`, `IPADDR` entities.
+We developed a `clinical_deidentification` pretrained pipeline that can be used to deidentify PHI information from medical texts. The PHI information will be masked and obfuscated in the resulting text. The pipeline can mask and obfuscate `AGE`, `CONTACT`, `DATE`, `ID`, `LOCATION`, `NAME`, `PROFESSION`, `CITY`, `COUNTRY`, `DOCTOR`, `HOSPITAL`, `IDNUM`, `MEDICALRECORD`, `ORGANIZATION`, `PATIENT`, `PHONE`, `PROFESSION`, `STREET`, `USERNAME`, `ZIP`, `ACCOUNT`, `LICENSE`, `VIN`, `SSN`, `DLN`, `PLATE`, `IPADDR` entities.
Models Hub Page : [clinical_deidentification](https://nlp.johnsnowlabs.com/2021/05/27/clinical_deidentification_en.html)
@@ -6019,7 +6339,7 @@ Here are the model names:
*Example:*
Python:
-```bash
+```bash
from sparknlp.pretrained import PretrainedPipeline
deid_pipeline = PretrainedPipeline("clinical_deidentification", "en", "clinical/models")
@@ -6070,7 +6390,7 @@ val result = deid_pipeline.annotate("Record date : 2093-01-13, David Hale, M.D.
#### Chunk filtering based on confidence
-We added a new annotator ChunkFiltererApproach that allows to load a csv with both entities and confidence thresholds.
+We added a new annotator ChunkFiltererApproach that allows to load a csv with both entities and confidence thresholds.
This annotator will produce a ChunkFilterer model.
You can load the dictionary with the following property `setEntitiesConfidenceResource()`.
@@ -6089,13 +6409,13 @@ We have a ner_chunk column and sentence column with the following data:
Ner_chunk
```
-|[{chunk, 141, 163, the genomicorganization, {entity -> TREATMENT, sentence -> 0, chunk -> 0, confidence -> 0.57785}, []}, {chunk, 209, 267, a candidate gene forType II
+|[{chunk, 141, 163, the genomicorganization, {entity -> TREATMENT, sentence -> 0, chunk -> 0, confidence -> 0.57785}, []}, {chunk, 209, 267, a candidate gene forType II
diabetes mellitus, {entity -> PROBLEM, sentence -> 0, chunk -> 1, confidence -> 0.6614286}, []}, {chunk, 394, 408, byapproximately, {entity -> TREATMENT, sentence -> 1, chunk -> 2, confidence -> 0.7705}, []}, {chunk, 478, 508, single nucleotide polymorphisms, {entity -> TREATMENT, sentence -> 2, chunk -> 3, confidence -> 0.7204666}, []}, {chunk, 559, 581, aVal366Ala substitution, {entity -> TREATMENT, sentence -> 2, chunk -> 4, confidence -> 0.61505}, []}, {chunk, 588, 601, an 8 base-pair, {entity -> TREATMENT, sentence -> 2, chunk -> 5, confidence -> 0.29226667}, []}, {chunk, 608, 625, insertion/deletion, {entity -> PROBLEM, sentence -> 3, chunk -> 6, confidence -> 0.9841}, []}]|
+-------
```
Sentence
```
-[{document, 0, 298, The human KCNJ9 (Kir 3.3, GIRK3) is a member of the G-protein-activated inwardly rectifying potassium (GIRK) channel family.Here we describe the genomicorganization of the KCNJ9 locus on chromosome 1q21-23 as a candidate gene forType II
+[{document, 0, 298, The human KCNJ9 (Kir 3.3, GIRK3) is a member of the G-protein-activated inwardly rectifying potassium (GIRK) channel family.Here we describe the genomicorganization of the KCNJ9 locus on chromosome 1q21-23 as a candidate gene forType II
diabetes mellitus in the Pima Indian population., {sentence -> 0}, []}, {document, 300, 460, The gene spansapproximately 7.6 kb and contains one noncoding and two coding exons ,separated byapproximately 2.2 and approximately 2.6 kb introns, respectively., {sentence -> 1}, []}, {document, 462, 601, We identified14 single nucleotide polymorphisms (SNPs),
including one that predicts aVal366Ala substitution, and an 8 base-pair, {sentence -> 2}, []}, {document, 603, 626, (bp) insertion/deletion., {sentence -> 3}, []}]
```
@@ -6135,7 +6455,7 @@ As you can see, only the treatment entities with confidence score of more than 0
The RegexPatternsDictionary can now use a regex that spawns the 2 previous token and the 2 next tokens.
That feature is implemented using regex groups.
-Examples:
+Examples:
Given the sentence `The patient with ssn 123123123` we can use the following regex to capture the entitty `ssn (\d{9})`
Given the sentence `The patient has 12 years` we can use the following regex to capture the entitty `(\d{2}) years`
@@ -6187,7 +6507,7 @@ We are glad to announce that Spark NLP for Healthcare 3.0.3 has been released!
+ New feature for random displacement of dates on deidentification model.
+ Five new pretrained pipelines to map terminologies across each other (from UMLS to ICD10, from RxNorm to MeSH etc.)
+ AnnotationToolReader support for Spark 2.3. The tool that helps model training on Spark-NLP to leverage data annotated using JSL Annotation Tool now has support for Spark 2.3.
-+ Updated documentation (Scaladocs) covering more APIs, and examples.
++ Updated documentation (Scaladocs) covering more APIs, and examples.
#### Five new resolver models:
@@ -6204,16 +6524,16 @@ We are glad to announce that Spark NLP for Healthcare 3.0.3 has been released!
* OMIM (Online Mendelian Inheritance in Man)
*Related Notebook*: [Resolver Models](https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/24.Improved_Entity_Resolvers_in_SparkNLP_with_sBert.ipynb)
-
+
#### New feature on Deidentification Module
+ isRandomDateDisplacement(True): Be able to apply a random displacement on obfuscation dates. The randomness is based on the seed.
-+ Fix random dates when the format is not correct. Now you can repeat an execution using a seed for dates. Random dates will be based on the seed.
++ Fix random dates when the format is not correct. Now you can repeat an execution using a seed for dates. Random dates will be based on the seed.
#### Five new healthcare code mapping pipelines:
+ `icd10cm_umls_mapping`: This pretrained pipeline maps ICD10CM codes to UMLS codes without using any text data. You’ll just feed white space-delimited ICD10CM codes and it will return the corresponding UMLS codes as a list. If there is no mapping, the original code is returned with no mapping.
- {'icd10cm': ['M89.50', 'R82.2', 'R09.01'],
+ {'icd10cm': ['M89.50', 'R82.2', 'R09.01'],
'umls': ['C4721411', 'C0159076', 'C0004044']}
+ `mesh_umls_mapping`: This pretrained pipeline maps MeSH codes to UMLS codes without using any text data. You’ll just feed white space-delimited MeSH codes and it will return the corresponding UMLS codes as a list. If there is no mapping, the original code is returned with no mapping.
@@ -6263,13 +6583,13 @@ Provide confidence scores for all available tags in `MedicalNerModel`,
### 3.0.1
-We are very excited to announce that **Spark NLP for Healthcare 3.0.1** has been released!
+We are very excited to announce that **Spark NLP for Healthcare 3.0.1** has been released!
#### Highlights:
* Fixed problem in Assertion Status internal tokenization (reported in Spark-NLP #2470).
* Fixes in the internal implementation of DeIdentificationModel/Obfuscator.
-* Being able to disable the use of regexes in the Deidentification process
+* Being able to disable the use of regexes in the Deidentification process
* Other minor bug fixes & general improvements.
#### DeIdentificationModel Annotator
@@ -6519,7 +6839,7 @@ We are glad to announce that Spark NLP for Healthcare 2.7.6 has been released!
- New upgrades on `ner_deid_large` and `ner_deid_enriched` NER models to cover more use cases with better resolutions.
-- Adding more [examples](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/scala/healthcare) to workshop repo for _Scala_ users to practice more on healthcare annotators.
+- Adding more [examples](https://github.com/JohnSnowLabs/spark-nlp-workshop/tree/master/scala/healthcare) to workshop repo for _Scala_ users to practice more on healthcare annotators.
- Bug fixes & general improvements.
@@ -6561,9 +6881,9 @@ You can also use this with `AssertionFilterer` to return clinical findings from
.setSameEntityThreshold(0.8)\
.setObfuscateRefSource("faker")
-
+
text =''' Provider: David Hale, M.D.
- Pt: Jessica Parker
+ Pt: Jessica Parker
David told Jessica that she will need to visit the clinic next month.'''
@@ -6606,7 +6926,7 @@ We are releasing the version compatibility table to help users get to see which
#### 4. Pretrained Models Version Control :
-Due to active release cycle, we are adding & training new pretrained models at each release and it might be tricky to maintain the backward compatibility or keep up with the latest models, especially for the users using our models locally in air-gapped networks.
+Due to active release cycle, we are adding & training new pretrained models at each release and it might be tricky to maintain the backward compatibility or keep up with the latest models, especially for the users using our models locally in air-gapped networks.
We are releasing a new utility class to help you check your local & existing models with the latest version of everything we have up to date. This is an highly experimental feature of which we plan to improve and add more capability later on.
@@ -6623,7 +6943,7 @@ We are releasing a new utility class to help you check your local & existing mod
cache_pretrained_path='/home/ubuntu/cache_pretrained')
>> result['outdated_models']
-
+
[{'model_name': 'clinical_ner_assertion',
'current_version': '2.4.0',
'latest_version': '2.6.4'},
@@ -6644,13 +6964,13 @@ We are releasing a new utility class to help you check your local & existing mod
'latest_version': '2.5.0'}]
>> result['version_comparison_dict']
-
+
[{'clinical_ner_assertion': {'current_version': '2.4.0', 'latest_version': '2.6.4'}}, {'jsl_ner_wip_clinical': {'current_version': '2.6.5', 'latest_version': '2.6.1'}}, {'jsl_ner_wip_greedy_clinical': {'current_version': '2.6.5', 'latest_version': '2.6.5'}}, {'jsl_ner_wip_modifier_clinical': {'current_version': '2.6.4', 'latest_version': '2.6.4'}}, {'jsl_rd_ner_wip_greedy_clinical': {'current_version': '2.6.1','latest_version': '2.6.2'}}]
#### 5. Updated Pretrained Models:
(requires fresh `.pretraned()`)
-
+
- ner_deid_large
- ner_deid_enriched
@@ -6730,14 +7050,14 @@ We are glad to announce that Spark NLP for Healthcare 2.7.4 has been released!
#### 1. NerChunker:
-Similar to what we used to do in **POSChunker** with POS tags, now we can also extract phrases that fits into a known pattern using the NER tags. **NerChunker** would be quite handy to extract entity groups with neighboring tokens when there is no pretrained NER model to address certain issues. Lets say we want to extract clinical findings and body parts together as a single chunk even if there are some unwanted tokens between.
+Similar to what we used to do in **POSChunker** with POS tags, now we can also extract phrases that fits into a known pattern using the NER tags. **NerChunker** would be quite handy to extract entity groups with neighboring tokens when there is no pretrained NER model to address certain issues. Lets say we want to extract clinical findings and body parts together as a single chunk even if there are some unwanted tokens between.
**How to use:**
ner_model = NerDLModel.pretrained("ner_radiology", "en", "clinical/models")\
.setInputCols("sentence","token","embeddings")\
.setOutputCol("ner")
-
+
ner_chunker = NerChunker().\
.setInputCols(["sentence","ner"])\
.setOutputCol("ner_chunk")\
@@ -6762,11 +7082,11 @@ Similar to what we used to do in **POSChunker** with POS tags, now we can also e
ner_converter = NerConverter() \
.setInputCols(["sentence", "token", "ner"]) \
.setOutputCol("ner_chunk")
-
+
chunk_filterer = ChunkFilterer()\
.setInputCols("sentence","ner_chunk")\
.setOutputCol("chunk_filtered")\
- .setCriteria("isin") \
+ .setCriteria("isin") \
.setWhiteList(['severe fever','sore throat'])
text = 'Patient with severe fever, sore throat, stomach pain, and a headache.'
@@ -6784,7 +7104,7 @@ Similar to what we used to do in **POSChunker** with POS tags, now we can also e
clinical_assertion = AssertionDLModel.pretrained("assertion_dl", "en", "clinical/models") \
.setInputCols(["sentence", "ner_chunk", "embeddings"]) \
.setOutputCol("assertion")
-
+
assertion_filterer = AssertionFilterer()\
.setInputCols("sentence","ner_chunk","assertion")\
.setOutputCol("assertion_filtered")\
@@ -6796,7 +7116,7 @@ Similar to what we used to do in **POSChunker** with POS tags, now we can also e
>> ner_chunk: ['severe fever','sore throat','stomach pain','headache']
>> assertion_filtered: ['severe fever','sore throat']
-
+
### 2.7.3
We are glad to announce that Spark NLP for Healthcare 2.7.3 has been released!
diff --git a/docs/en/licensed_version_compatibility.md b/docs/en/licensed_version_compatibility.md
index 3e046d42f19223..4365f3e890de4f 100644
--- a/docs/en/licensed_version_compatibility.md
+++ b/docs/en/licensed_version_compatibility.md
@@ -16,57 +16,58 @@ sidebar:
| Spark NLP for Healthcare | Spark NLP (Public) |
|---------------------------|--------------------|
+| 3.5.1 | 3.4.3 |
| 3.5.0 | 3.4.2 |
| 3.4.2 | 3.4.2 |
| 3.4.1 | 3.4.1 |
| 3.4.0 | 3.4.0 |
-| 3.3.4 | 3.3.4 |
-| 3.3.2 | 3.3.2 |
-| 3.3.1 | 3.3.1 |
-| 3.3.0 | 3.3.0 |
-| 3.2.3 | 3.2.3 |
-| 3.2.2 | 3.2.2 |
-| 3.2.1 | 3.2.1 |
-| 3.2.0 | 3.2.1 |
-| 3.1.3 | 3.1.3 |
-| 3.1.2 | 3.1.2 |
-| 3.1.1 | 3.1.0 |
-| 3.1.0 | 3.1.0 |
-| 3.0.3 | 3.0.3 |
-| 3.0.2 | 3.0.2 |
-| 3.0.1 | 3.0.1 |
-| 3.0.0 | 3.0.1 |
-| 2.7.6 | 2.7.4 |
-| 2.7.5 | 2.7.4 |
-| 2.7.4 | 2.7.3 |
-| 2.7.3 | 2.7.3 |
-| 2.7.2 | 2.6.5 |
-| 2.7.1 | 2.6.4 |
-| 2.7.0 | 2.6.3 |
-| 2.6.2 | 2.6.2 |
-| 2.6.0 | 2.6.0 |
-| 2.5.5 | 2.5.5 |
-| 2.5.3 | 2.5.3 |
-| 2.5.2 | 2.5.2 |
-| 2.5.0 | 2.5.0 |
-| 2.4.7 | 2.4.5 |
-| 2.4.6 | 2.4.5 |
-| 2.4.5 | 2.4.5 |
-| 2.4.2 | 2.4.2 |
-| 2.4.1 | 2.4.1 |
-| 2.4.0 | 2.4.0 |
-| 2.3.6 | 2.3.6 |
-| 2.3.5 | 2.3.5 |
-| 2.3.4 | 2.3.4 |
+| 3.3.4 | 3.3.4 |
+| 3.3.2 | 3.3.2 |
+| 3.3.1 | 3.3.1 |
+| 3.3.0 | 3.3.0 |
+| 3.2.3 | 3.2.3 |
+| 3.2.2 | 3.2.2 |
+| 3.2.1 | 3.2.1 |
+| 3.2.0 | 3.2.1 |
+| 3.1.3 | 3.1.3 |
+| 3.1.2 | 3.1.2 |
+| 3.1.1 | 3.1.0 |
+| 3.1.0 | 3.1.0 |
+| 3.0.3 | 3.0.3 |
+| 3.0.2 | 3.0.2 |
+| 3.0.1 | 3.0.1 |
+| 3.0.0 | 3.0.1 |
+| 2.7.6 | 2.7.4 |
+| 2.7.5 | 2.7.4 |
+| 2.7.4 | 2.7.3 |
+| 2.7.3 | 2.7.3 |
+| 2.7.2 | 2.6.5 |
+| 2.7.1 | 2.6.4 |
+| 2.7.0 | 2.6.3 |
+| 2.6.2 | 2.6.2 |
+| 2.6.0 | 2.6.0 |
+| 2.5.5 | 2.5.5 |
+| 2.5.3 | 2.5.3 |
+| 2.5.2 | 2.5.2 |
+| 2.5.0 | 2.5.0 |
+| 2.4.7 | 2.4.5 |
+| 2.4.6 | 2.4.5 |
+| 2.4.5 | 2.4.5 |
+| 2.4.2 | 2.4.2 |
+| 2.4.1 | 2.4.1 |
+| 2.4.0 | 2.4.0 |
+| 2.3.6 | 2.3.6 |
+| 2.3.5 | 2.3.5 |
+| 2.3.4 | 2.3.4 |
-| Spark NLP for Healthcare | Spark OCR |
+| Spark NLP for Healthcare | Spark OCR |
|---------------------------|--------------------|
-| 3.5.0 | 3.11.0 |
-| 3.4.2 | 3.11.0 |
-| 3.4.1 | 3.11.0 |
-| 3.4.0 | 3.11.0 |
-| 3.3.4 | 3.10.0 |
-| 3.3.2 | 3.9.0 |
-| 3.3.1 | 3.9.0 |
-
+| 3.5.1 | 3.12.0 |
+| 3.5.0 | 3.11.0 |
+| 3.4.2 | 3.11.0 |
+| 3.4.1 | 3.11.0 |
+| 3.4.0 | 3.11.0 |
+| 3.3.4 | 3.10.0 |
+| 3.3.2 | 3.9.0 |
+| 3.3.1 | 3.9.0 |
diff --git a/docs/en/version_compatibility.md b/docs/en/version_compatibility.md
index e5e47273d12678..31655abd7869d6 100644
--- a/docs/en/version_compatibility.md
+++ b/docs/en/version_compatibility.md
@@ -28,13 +28,13 @@ sidebar:
| 3.2.0 | 3.7.0 | 3.2.0 |
| 3.2.1 | 3.8.0 | 3.2.1 |
| 3.2.2 | 3.8.0 | 3.2.2 |
-| 3.2.3 | 3.8.0 | 3.2.3 |
-| 3.3.0 | 3.8.0 | 3.3.0 |
-| 3.3.1 | 3.9.0 | 3.3.1 |
-| 3.3.2 | 3.9.0 | 3.3.2 |
-| 3.3.4 | 3.10.0 | 3.3.4 |
-| 3.4.0 | 3.11.0 | 3.4.0 |
-| 3.4.1 | 3.11.0 | 3.4.1 |
-| 3.4.2 | 3.11.0 | 3.4.2 |
-
-
+| 3.2.3 | 3.8.0 | 3.2.3 |
+| 3.3.0 | 3.8.0 | 3.3.0 |
+| 3.3.1 | 3.9.0 | 3.3.1 |
+| 3.3.2 | 3.9.0 | 3.3.2 |
+| 3.3.4 | 3.10.0 | 3.3.4 |
+| 3.4.0 | 3.11.0 | 3.4.0 |
+| 3.4.1 | 3.11.0 | 3.4.1 |
+| 3.4.2 | 3.11.0 | 3.4.2 |
+| 3.5.0 | 3.11.0 | 3.4.2 |
+| 3.5.1 | 3.12.0 | 3.4.2 |
diff --git a/docs/licensed/api/com/index.html b/docs/licensed/api/com/index.html
index d6a51495686a4c..6a14ed559e9470 100644
--- a/docs/licensed/api/com/index.html
+++ b/docs/licensed/api/com/index.html
@@ -3,9 +3,9 @@
- Spark NLP 3.5.0 ScalaDoc - com
-
-
+ Spark NLP 3.5.1 ScalaDoc - com
+
+
@@ -28,7 +28,7 @@