asahi417 commited on
Commit
abe0975
·
1 Parent(s): 2947ae6

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Vocabulary Trimmed [facebook/xlm-v-base](https://huggingface.co/facebook/xlm-v-base): `vocabtrimmer/xlm-v-base-trimmed-pt-30000`
2
+ This model is a trimmed version of [facebook/xlm-v-base](https://huggingface.co/facebook/xlm-v-base) by [`vocabtrimmer`](https://github.com/asahi417/lm-vocab-trimmer), a tool for trimming vocabulary of language models to compress the model size.
3
+ Following table shows a summary of the trimming process.
4
+
5
+ | | facebook/xlm-v-base | vocabtrimmer/xlm-v-base-trimmed-pt-30000 |
6
+ |:---------------------------|:----------------------|:-------------------------------------------|
7
+ | parameter_size_full | 779,396,349 | 109,115,186 |
8
+ | parameter_size_embedding | 692,451,072 | 23,041,536 |
9
+ | vocab_size | 901,629 | 30,002 |
10
+ | compression_rate_full | 100.0 | 14.0 |
11
+ | compression_rate_embedding | 100.0 | 3.33 |
12
+
13
+
14
+ Following table shows the parameter used to trim vocabulary.
15
+
16
+ | language | dataset | dataset_column | dataset_name | dataset_split | target_vocab_size | min_frequency |
17
+ |:-----------|:----------------------------|:-----------------|:---------------|:----------------|--------------------:|----------------:|
18
+ | pt | vocabtrimmer/mc4_validation | text | pt | validation | 30000 | 2 |