hiiamsid commited on
Commit
28cd42e
1 Parent(s): 16a8aee

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: ["es"]
3
+ tags:
4
+ - spanish
5
+ license: mit
6
+ ---
7
+ This is a smaller version of the [google/mt5-base](https://huggingface.co/google/mt5-base) model with only Russian and some English embeddings left.
8
+ * The original model has 582M parameters, with 237M of them being input and output embeddings.
9
+ * After shrinking the `sentencepiece` vocabulary from 250K to 25K (top 25K Spanish tokens) the number of model parameters reduced to 237M parameters, and model size reduced from 2.2GB to 0.9GB - 42% of the original one.
10
+
11
+ ## Citing & Authors
12
+ - Datasets : [cleaned corpora](https://github.com/crscardellino/sbwce)
13
+ - Model : [google/mt5-base](https://huggingface.co/google/mt5-base)
14
+ - Reference: [cointegrated/rut5-base](https://huggingface.co/cointegrated/rut5-base)