File size: 651 Bytes
7b9f4b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82d9b30
 
 
 
 
 
 
 
52d628a
7b9f4b2
18ca8fc
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
language:
- en
- de
thumbnail:
tags:
- wmt19
- testing
license: apache-2.0
datasets:
- wmt19
metrics:
- bleu
---

# Tiny FSMT en-de

This is a tiny model that is used in the `transformers` test suite. It doesn't do anything useful, other than testing that `modeling_fsmt.py` is functional.

Do not try to use it for anything that requires quality.

The model is indeed 1MB in size.

You can see how it was created [here](https://huggingface.co/stas/tiny-wmt19-en-de/blob/main/fsmt-make-tiny-model.py).


If you're looking for the real model, please go to [https://huggingface.co/facebook/wmt19-en-de](https://huggingface.co/facebook/wmt19-en-de).