https://github.com/oelin/temporal-language-model
An implementation of Temporal Language Model from "Temporal Attention for Language Models", in PyTorch.
https://github.com/oelin/temporal-language-model
Last synced: 3 months ago
JSON representation
An implementation of Temporal Language Model from "Temporal Attention for Language Models", in PyTorch.
- Host: GitHub
- URL: https://github.com/oelin/temporal-language-model
- Owner: oelin
- License: mit
- Created: 2024-01-26T18:19:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T18:20:57.000Z (over 1 year ago)
- Last Synced: 2024-01-26T19:32:55.033Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# temporal-language-model
An implementation of Temporal Language Model from "Temporal Attention for Language Models", in PyTorch.