oxidized-transformers 0.1.1

Transformers library (not functional yet)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod activation;

pub mod attention;

pub mod dropout;

pub mod embeddings;

pub mod feedforward;

pub mod identity;

pub mod build_module;

pub mod layer_norm;

pub mod transformer;