Translation
Fairseq
English
Icelandic
wmt
atlijas commited on
Commit
75894d7
1 Parent(s): a1fca5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: [base_deep](hlekkur), [big](hlekkur), [big_deep](hlekkur).
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: [arnastofnun/wmt24-en-is-transformer-base-deep](https://huggingface.co/arnastofnun/wmt24-en-is-transformer-base-deep), [arnastofnun/wmt24-en-is-transformer-big](https://huggingface.co/arnastofnun/wmt24-en-is-transformer-big), [arnastofnun/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
  |:---------------|:----------------------|:-------------------|:--------------|:--------------------|:--------------------|