asahi417 commited on
Commit
26d05e6
1 Parent(s): a4e0768

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-en`
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-en |
6
+ |:---------------------------|:----------------------|:-------------------------------------|
7
+ | parameter_size_full | 779,396,349 | 458,814,091 |
8
+ | parameter_size_embedding | 692,451,072 | 372,285,696 |
9
+ | vocab_size | 901,629 | 484,747 |
10
+ | compression_rate_full | 100.0 | 58.87 |
11
+ | compression_rate_embedding | 100.0 | 53.76 |
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
+ | en | vocabtrimmer/mc4_validation | text | en | validation | | 2 |