stas commited on
Commit
3797450
1 Parent(s): 2d8a1df
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ru
5
+ thumbnail:
6
+ tags:
7
+ - wmt19
8
+ - testing
9
+ license: apache-2.0
10
+ datasets:
11
+ - wmt19
12
+ metrics:
13
+ - bleu
14
+ ---
15
+
16
+ # Tiny FSMT en-ru
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 30KB in size.
23
+
24
+ You can see how it was created [here](https://huggingface.co/stas/tiny-wmt19-en-ru/blob/main/fsmt-make-super-tiny-model.py)
25
+
26
+