1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-15 13:44:13 +02:00

doc: fix typo (#4889)

typo fix
This commit is contained in:
Ahmed Abdul Saad
2024-01-09 15:39:38 +04:00
committed by GitHub
parent 85214da400
commit 4d6d943b4e

View File

@@ -1,6 +1,6 @@
# How are LLMs Built?
On a high level, training an LLM model involves thre steps i.e. data collection, training and evaluation.
On a high level, training an LLM model involves three steps i.e. data collection, training and evaluation.
- **Data Collection** The first step is to collect the data that will be used to train the model. The data can be collected from various sources such as Wikipedia, news articles, books, websites etc.