ML icon indicating copy to clipboard operation
ML copied to clipboard

Is "Transformer Architecture Marchine Learning Model" supported on RubixML ???

Open chegmarco1989 opened this issue 2 years ago • 4 comments

Hello (again).

ChatGPT is built on Transformer Architecture Machine Learning Model .

So, does RubixML support this Transformer Architecture algorithm to do something like an intelligence Question & Answer project like ChatGPT in PHP using RubixML ???

If so, how to access its tutorial ???

Thanks to answer.

chegmarco1989 avatar Apr 01 '23 15:04 chegmarco1989

Hi @chegmarco1989, currently we just have feed-forward networks without attention implemented in Rubix ML.

andrewdalpino avatar Apr 10 '23 01:04 andrewdalpino

Ok. Thanks for your feedback

chegmarco1989 avatar Apr 10 '23 01:04 chegmarco1989

You're welcome! If you're looking for a place to get started with Transformer networks, I highly recommend Andrey Karpathy's NanoGPT project as a place to get started. It uses PyTorch under the hood.

https://github.com/karpathy/nanoGPT

andrewdalpino avatar Apr 20 '23 23:04 andrewdalpino

Thanks

chegmarco1989 avatar Apr 21 '23 07:04 chegmarco1989