From c5d3eff118fd1b4e103a475b78e1bd2c3249374a Mon Sep 17 00:00:00 2001 From: Lucas Matheus <39737833+1uc4sm4theus@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:49:37 -0300 Subject: [PATCH] docs: make it better to copy and past the path --- twml/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/twml/README.md b/twml/README.md index b2b315b45..4b3f523e4 100644 --- a/twml/README.md +++ b/twml/README.md @@ -1,9 +1,13 @@ # TWML --- -Note: `twml` is no longer under development. Much of the code here is out of date and unused. -It is included here for completeness, because `twml` is still used to train the light ranker models -(see `src/python/twitter/deepbird/projects/timelines/scripts/models/earlybird/README.md`) +## Note +`twml` is no longer under development. Much of the code here is out of date and unused. +It is included here for completeness, because `twml` is still used to train the light ranker models: + +```bash +src/python/twitter/deepbird/projects/timelines/scripts/models/earlybird/README.md +``` --- TWML is one of Twitter's machine learning frameworks, which uses Tensorflow under the hood. While it is mostly