-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
[ | ||
{ | ||
"title": "MEGABYTE: Predicting Million-byte Sequences with Multiscale Transformers", | ||
"authors": "Alice, Yu", | ||
"year": 2024, | ||
"link": "https://arxiv.org/abs/1234.5678", | ||
"summary": "A survey on byte-based large language models." | ||
}, | ||
{ | ||
"title": "Efficient Byte-Based Transformers", | ||
"authors": "Charlie, Dana", | ||
"year": 2023, | ||
"link": "https://arxiv.org/abs/8765.4321", | ||
"summary": "Exploration of efficient methods for byte-level transformers." | ||
"date": "2023-05", | ||
"link": "https://arxiv.org/pdf/2305.07185", | ||
"conference": "NeurIPS'23", | ||
"summary": "The paper introduces MEGABYTE, a multiscale Transformer architecture that segments sequences into patches, enabling efficient modeling of million-byte sequences with sub-quadratic self-attention, enhanced feedforward computation, and improved decoding parallelism, achieving competitive performance on tasks like long-context language modeling, image generation, and audio modeling." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters