From 9d381e7be9fb97e09777fa66aa3e336ca132af70 Mon Sep 17 00:00:00 2001 From: LysandreJik Date: Wed, 17 Jul 2019 09:25:38 -0400 Subject: [PATCH] Fixed incorrect links in the PretrainedModel --- docs/source/pretrained_models.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/pretrained_models.rst b/docs/source/pretrained_models.rst index e4ad7a6eaa..b23a96ff7c 100644 --- a/docs/source/pretrained_models.rst +++ b/docs/source/pretrained_models.rst @@ -43,8 +43,8 @@ Here is the full list of the currently provided pretrained models together with | | | (see `details `__) | | +------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | | ``bert-large-uncased-whole-word-masking-finetuned-squad`` | 24-layer, 1024-hidden, 16-heads, 340M parameters | -| | | The ``bert-large-uncased-whole-word-masking`` model fine-tuned on SQuAD | -| | | (see details of fine-tuning in the `example section`__) | +| | | The ``bert-large-uncased-whole-word-masking`` model fine-tuned on SQuAD (see details of fine-tuning in the | +| | | `example section `__) | | +------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | | ``bert-large-cased-whole-word-masking-finetuned-squad`` | 24-layer, 1024-hidden, 16-heads, 340M parameters | | | | The ``bert-large-cased-whole-word-masking`` model fine-tuned on SQuAD | @@ -85,10 +85,10 @@ Here is the full list of the currently provided pretrained models together with | | | XLM English-Romanian Multi-language model | | +------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | | ``xlm-mlm-xnli15-1024`` | 12-layer, 1024-hidden, 8-heads | -| | | XLM Model pre-trained with MLM on the `15 XNLI languages`__. | +| | | XLM Model pre-trained with MLM on the `15 XNLI languages `__. | | +------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | | ``xlm-mlm-tlm-xnli15-1024`` | 12-layer, 1024-hidden, 8-heads | -| | | XLM Model pre-trained with MLM + TLM on the `15 XNLI languages`__. | +| | | XLM Model pre-trained with MLM + TLM on the `15 XNLI languages `__. | | +------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | | ``xlm-clm-enfr-1024`` | 12-layer, 1024-hidden, 8-heads | | | | XLM English model trained with CLM (Causal Language Modeling) |