Remove trailing spaces/lines (#4177)

pull/4196/head
Ritik Ranjan 1 year ago committed by GitHub
parent 9e7a37d079
commit e0828d11bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/data/guides/introduction-to-llms.md

@ -63,11 +63,8 @@ Instruction Tuned LLMs = Base LLMs + Further Tuning + RLHF
To build an Instruction Tuned LLM, a Base LLM is taken and is further trained using a large dataset covering sample "Instructions" and how the model should perform as a result of those instructions. The model is then fine-tuned using a technique called "Reinforcement Learning with Human Feedback" (RLHF) which allows the model to learn from human feedback and improve its performance over time.
## Conclusion
LLMs are a powerful tool that can be used to solve a wide range of language-related tasks. They are being used in various industries such as healthcare, finance, education etc. to automate processes and improve efficiency. LLMs have the potential to revolutionize the way we interact with computers and make our lives easier.
And that's it for this guide. We have some exciting AI related content coming up in the next few weeks. Stay tuned!

Loading…
Cancel
Save