this post was submitted on 30 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 1 year ago
MODERATORS
 

For those of you who work with Transformers, are there any good pytorch libraries or performance benchmarks out there? Note that I am not looking for LLMs, I would just like implementations of the standard Transformer and various newer methods such as the Linear Transformer, Performer, Linformer, Reformer, etc. Ideally, I would like a library that also includes benchmarks, where various models can be compared in performance on simple to complex tasks. I would like to get into research in this space, but I don't know where to start.

you are viewing a single comment's thread
view the rest of the comments
[–] KingsmanVince@alien.top 1 points 11 months ago

You can check out HuggingFace transformers, xformers, Lucidrains implementations. For benchmarking, just test on GLUE.