Skip to content

Commit

Permalink
space between transformers and transfer-learning
Browse files Browse the repository at this point in the history
  • Loading branch information
Anindyadeep committed Dec 10, 2023
1 parent 31a2486 commit c7545ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ Token
Transfer Learning
[Transfer Learning](https://en.wikipedia.org/wiki/Transfer_learning) is a process of leveraging a pre-trained model's learned representations and adapting them to solve a different but related problem, often requiring less data and computation compared to training from scratch.. See also {term}`fine-tuning` and [](fine-tuning).
Transformer
A [transformer](<https://en.wikipedia.org/wiki/Transformer_(machine_learning_model)>) is a neural network using a parallel multi-head [attention](<https://en.wikipedia.org/wiki/Attention_(machine_learning)>) mechanism. The resultant reduce training time makes it well-suited for use in {term}`LLMs <llm>`.
Expand Down

0 comments on commit c7545ff

Please sign in to comment.