stas commited on
Commit
82d9b30
1 Parent(s): 2b8bbe4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -13,6 +13,13 @@ metrics:
13
  - bleu
14
  ---
15
 
16
- # Tiny FSMT
 
 
 
 
 
 
 
 
17
 
18
- This is a tiny model that is used in the `transformers` test suite. It doesn't do anything useful, other than testing that `FSMT` works.
 
13
  - bleu
14
  ---
15
 
16
+ # Tiny FSMT en-de
17
+
18
+ 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.
19
+
20
+ Do not try to use it for anything that requires quality.
21
+
22
+ The model is indeed 1MB in size.
23
+
24
+ You can see how it was created [here](https://huggingface.co/stas/tiny-wmt19-en-de/blob/main/fsmt-make-tiny-model.py)
25