Translations:Transfer Learning/18/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) Tag: Manual revert |
||
| Line 1: | Line 1: | ||
* '''Word2Vec / GloVe''' — static word | * '''Word2Vec / GloVe''' — static word embeddings pretrained on large corpora. | ||
* '''ELMo''' — contextualised | * '''ELMo''' — contextualised embeddings from bidirectional LSTMs. | ||
* '''BERT''' (Devlin et al., 2019) — bidirectional | * '''BERT''' (Devlin et al., 2019) — bidirectional Transformer pretrained with masked language modelling; fine-tuned for classification, QA, NER, and more. | ||
* '''GPT series''' — autoregressive | * '''GPT series''' — autoregressive Transformers demonstrating that scale and pretraining enable few-shot and zero-shot transfer. | ||
Revision as of 22:05, 27 April 2026
- Word2Vec / GloVe — static word embeddings pretrained on large corpora.
- ELMo — contextualised embeddings from bidirectional LSTMs.
- BERT (Devlin et al., 2019) — bidirectional Transformer pretrained with masked language modelling; fine-tuned for classification, QA, NER, and more.
- GPT series — autoregressive Transformers demonstrating that scale and pretraining enable few-shot and zero-shot transfer.