Skip to content

ShawonAshraf/ShawonAshraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Shawon Ashraf

Tinkering with bare metal

Website

🤔 Myself?

#include <string>
#include <vector>


typedef std::vector<std::string> Information;


Information myself() {
    Information shawon = {
        "PhD @ TU/e Eindhoven"
        "Open Source LLMs",
        "Learning Dyanmics in larger models, Evaluations",
        "Pytorch, CUDA",
        "Photography, Music, Books"
    };
    
    return shawon;
}

About

It's me!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published