Update typo in introduction-to-llms.md (#4159)

pull/4175/head
Dimun 1 year ago committed by GitHub
parent 9299326dc2
commit c21f217425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/guides/introduction-to-llms.md

@ -33,7 +33,7 @@ OpenAI has been a major contributor to this space in the past few years with the
## Training an LLM Model ## Training an LLM Model
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. - **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.

Loading…
Cancel
Save