stas commited on
Commit
4df2a26
1 Parent(s): 8f8552d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail:
5
+ tags:
6
+ - testing
7
+ license: apache-2.0
8
+ ---
9
+
10
+ # Tiny M2M100 model
11
+
12
+ This is a tiny model that is used in the `transformers` test suite. It doesn't do anything useful beyond functional testing.
13
+
14
+ Do not try to use it for anything that requires quality.
15
+
16
+ The model is indeed 4MB in size.
17
+
18
+ You can see how it was created [here](https://huggingface.co/stas/tiny-m2m_100/blob/main/m2m-make-tiny-model.py)
19
+
20
+
21
+ If you're looking for the real model, please go to [https://huggingface.co/facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M).