Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions twml/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down