Google Open-Sources ALBERT Natural Language Model
Google AI has open-sourced A Lite Bert (ALBERT), a deep-learning natural language processing (NLP) model, which uses 89% fewer parameters than the state-of-the-art BERT model, with little loss of accuracy. The model can also be scaled-up to achieve new state-of-the-art performance on NLP benchmarks. The research team described the model in a paper to be presented at the International Conference on Learning Representations. ALBERT uses two optimizations to reduce model size: a factorization of the embedding layer and parameter-sharing across the hidden layers of the network. Combining these two approaches results in a baseline model with only 12M parameters, compared to BERT's 108M, while achieving an average of 80.1% accuracy on several NLP benchmarks compared with BERT's 82.3% average.
Jan-8-2020, 13:56:35 GMT
- Technology: