From 89930083978a2c48f7bfc6ccc44c0f1e25b4f2bd Mon Sep 17 00:00:00 2001
From: Alexandru Gherghescu <gherghescu_alex1@yahoo.ro>
Date: Tue, 9 Jan 2024 22:42:12 +0200
Subject: [PATCH] Add link to datasets doc in the README file

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 593c4e7..25642c5 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ information for both newcomers as well as any other interesting new research:
 - [Formal verification](doc/verification.md): somewhat orthogonal to LLM's,
   refers to how to formally verify (and specify) the code output of language
   models.
+- [Datasets for training](doc/datasets.md): Available online datasets used to
+  train (open-source and other) language models
 
 ## The rest of the repositories
 
-- 
GitLab