Browse Source

Fixed typo

Efren Yevale Varela 2 years ago
parent
commit
8eb65d74f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,6 +6,6 @@ Things to cover:
 - Simple theory of Q-learning, with a practical example using the a Taxi game.
 - Simple theory of Q-learning, with a practical example using the a Taxi game.
 - Simple thory of Proximal Policy Optimization, with a practical example using a Pong game.
 - Simple thory of Proximal Policy Optimization, with a practical example using a Pong game.
 - _OpenSource Web_ interfaces available for Stable Diffusion, Inference and Embeddings.
 - _OpenSource Web_ interfaces available for Stable Diffusion, Inference and Embeddings.
-- A practical example on how to create and use _LLMs_ and _Embeddings_ using a _Pytho script_.
+- A practical example on how to create and use _LLMs_ and _Embeddings_ using a _Python_ script.
 
 
 In no way should any of this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.
 In no way should any of this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.