Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oxidized-transformers/oxidized-transformers

Modular Rust transformer/LLM library using Candle
https://github.com/oxidized-transformers/oxidized-transformers

bert llama llama2 llm roberta rust transformers

Last synced: about 1 month ago
JSON representation

Modular Rust transformer/LLM library using Candle

Awesome Lists containing this project

README

        

# Oxidized Transformers

Oxidized Transformers is a Rust transformers library that started out as
a port of [Curated Transformers](https://github.com/explosion/curated-transformers/tree/main).
The foundations are in place and some popular models are implemented, but
Oxidized Transformers is still too volatile to use in projects. Keep an eye
on the repo, since progress is currently fast.

## 🧰 Supported Model Architectures

Supported encoder-only models:

- ALBERT
- BERT
- RoBERTa
- XLM-RoBERTa

Supported decoder-only models:

- GPT-NeoX
- Llama 1/2

All types of models can be loaded from Huggingface Hub. Float16/bfloat16
models can use flash attention v2 on recent CUDA GPUs.