Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
## Model description
|
13 |
This is a translation model which translates text from English to Icelandic. It follows the architecture of the transformer model described in [Attention is All You Need](https://arxiv.org/pdf/1706.03762) and was trained with [fairseq](https://github.com/facebookresearch/fairseq) for [WMT24](https://www2.statmt.org/wmt24/).
|
14 |
|
15 |
-
This is the base version of our model. See also: [
|
16 |
|
17 |
| model | d_model | d_ff | h | N_enc | N_dec |
|
18 |
|:---------------|:----------------------|:-------------------|:--------------|:--------------------|:--------------------|
|
|
|
12 |
## Model description
|
13 |
This is a translation model which translates text from English to Icelandic. It follows the architecture of the transformer model described in [Attention is All You Need](https://arxiv.org/pdf/1706.03762) and was trained with [fairseq](https://github.com/facebookresearch/fairseq) for [WMT24](https://www2.statmt.org/wmt24/).
|
14 |
|
15 |
+
This is the base version of our model. See also: [wmt24-en-is-transformer-base-deep](https://huggingface.co/arnastofnun/wmt24-en-is-transformer-base-deep), [wmt24-en-is-transformer-big](https://huggingface.co/arnastofnun/wmt24-en-is-transformer-big), [wmt24-en-is-transformer-big-deep](https://huggingface.co/arnastofnun/wmt24-en-is-transformer-big-deep).
|
16 |
|
17 |
| model | d_model | d_ff | h | N_enc | N_dec |
|
18 |
|:---------------|:----------------------|:-------------------|:--------------|:--------------------|:--------------------|
|