Skip to content

A decoder-only Transformer LM based on MLX specialized in evaluating logic expressions based on the BoLoCo datasets.

License

Notifications You must be signed in to change notification settings

klusai/tiny-aristotle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transformer LM

This is an example of a decoder-only Transformer LM. The only dependency is MLX.

Run the example on the GPU with:

python main.py --gpu

By default the dataset is the PTB corpus. Choose a different dataset with the --dataset option.

About

A decoder-only Transformer LM based on MLX specialized in evaluating logic expressions based on the BoLoCo datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages