File size: 1,043 Bytes
2d052ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---

language: ["ko", "en", "ja", "zh", "es", "fr", "de", "pt", "it", "ru", "ar", "hi", "th", "vi", "id", "tr", "nl", "pl"]
tags:
- sentence-transformers
- intent-classification
- multilingual
- layer-pruning
- vocab-pruning

library_name: sentence-transformers
pipeline_tag: sentence-similarity
license: apache-2.0
---


# L3_compact



Ultra-compact multilingual sentence encoder (~50.9MB) for intent classification.

3 layers [0,6,11] + 20K vocab



## Performance



| Model | Size | MassiveIntent | MassiveScenario | Average |

|-------|------|--------------|-----------------|---------|

| Teacher (12L, full) | ~480MB | 55.52% | 61.01% | 58.27% |

| L6_bottom (38K vocab) | 98MB | 54.70% | 59.39% | 57.05% |
| **L3_compact** | **50.9MB** | **47.5%** | **50.4%** | **48.95%** |



## Model Details



| Property | Value |

|----------|-------|

| Teacher | paraphrase-multilingual-MiniLM-L12-v2 |

| Vocab | ~20,000 (frequency-based pruning, 97.4% coverage) |

| Size | 50.9MB |

| Distilled | No |



## Quick Start