Pinned Repositories
BytePairEncoding.jl
Julia implementation of Byte Pair Encoding for NLP
FuncPipelines.jl
Pipelines for fun
NeuralAttentionlib.jl
Reusable functionality for defining custom attention/transformer layers.
OhMyArtifacts.jl
Pickle.jl
An experimental package for loading and saving object in Python Pickle format.
Raylib.jl
Julia wrapper for the raylib videogames programming library
StructWalk.jl
TextEncodeBase.jl
text preprocessing library with framework for composable tokenizations
Transformers.jl
Julia Implementation of Transformer models
HuggingFaceApi.jl
chengchingwen's Repositories
chengchingwen/Transformers.jl
Julia Implementation of Transformer models
chengchingwen/Pickle.jl
An experimental package for loading and saving object in Python Pickle format.
chengchingwen/NeuralAttentionlib.jl
Reusable functionality for defining custom attention/transformer layers.
chengchingwen/Raylib.jl
Julia wrapper for the raylib videogames programming library
chengchingwen/BytePairEncoding.jl
Julia implementation of Byte Pair Encoding for NLP
chengchingwen/StructWalk.jl
chengchingwen/TextEncodeBase.jl
text preprocessing library with framework for composable tokenizations
chengchingwen/FuncPipelines.jl
Pipelines for fun
chengchingwen/DLFP8Types.jl
chengchingwen/DoubleArrayTries.jl
chengchingwen/PrimitiveOneHot.jl
chengchingwen/RustRegex.jl
chengchingwen/Contextual.jl
chengchingwen/BSON.jl
chengchingwen/ChainRules.jl
forward and reverse mode automatic differentiation primitives for Julia Base + StdLibs
chengchingwen/ChainRulesCore.jl
AD-backend agnostic system defining custom forward and reverse mode rules. This is the light weight core to allow you to define rules for your functions in your packages, without depending on any particular AD system.
chengchingwen/CUDA.jl
CUDA programming in Julia.
chengchingwen/DataStructures.jl
Julia implementation of Data structures
chengchingwen/Functors.jl
Parameterise all the things
chengchingwen/FuncTransforms.jl
chengchingwen/GPUArrays.jl
Reusable array functionality for Julia's various GPU backends.
chengchingwen/Metal.jl
Metal programming in Julia
chengchingwen/NNlib.jl
No description, website, or topics provided.
chengchingwen/OpenAIApi.jl
OpenAI wrapper for Julia
chengchingwen/Optimisers.jl
Optimisers.jl defines many standard optimisers and utilities for learning loops.
chengchingwen/SafeTensors.jl
chengchingwen/TextPieces.jl
chengchingwen/Tricks.jl
Cunning tricks though the julia compiler internals
chengchingwen/ValSplit.jl
Compile away dynamic dispatch on Val-typed arguments via value-splitting.
chengchingwen/Zygote.jl
21st Century AD