Show HN: Trained Tiny Tales GPT(30M model)from scratch and deployed in $15 For the last few weeks, I have been working on training an LLM from scratch and deploying it in production on Google Cloud Platform. Finally, I trained a 30 million parameter model on 1 billion tokens and deployed it as a web service. You can access the LLM using this site - https://ift.tt/JNOro3u The following steps were taken to build Tiny Tales GPT 1. Downloaded and preprocessed 8GB of dataset using multiprocessing library. 2. Tokenized the data using byte pair encoding to create 1 billion tokens sharded in different bin files. 3. Defined a training setup and trained the model on a small version of the LLaMA model architecture with 30 million parameters. 4. The training was done using Distributed Data-Parallel on two A-100 GPUs provided by JarvisLabs.ai (they are most cost-optimized) 5. After the training is done, an inference script is created to predict the tokens from the trained model given the input context vector. 6. Developed REST-based API service using Flask framework to interact with the inference service to the end user. 7. Finally used GCP's virtual machines, instance groups, load balancers, and DNS services to deploy the service on the internet. https://ift.tt/odhkjPA April 18, 2024 at 02:25AM
Show HN: Trained Tiny Tales GPT(30M model)from scratch and deployed in $15 https://ift.tt/qGD6ZuB
Related Articles
Show HN: AI detects resume "red flags" https://ift.tt/CUaoZwhShow HN: AI detects resume "red flags" https://ift.tt/SiVBry3 October … Read More
Show HN: QuickDessert – generate quick dessert recipes and adjust Ingredients https://ift.tt/QMUHfxmShow HN: QuickDessert – generate quick dessert recipes and adjust Ingr… Read More
Show HN: AuthorLens – a new way to find good books to read https://ift.tt/AK3poRVShow HN: AuthorLens – a new way to find good books to read The previou… Read More
Show HN: HTML for People https://ift.tt/xwCcDYSShow HN: HTML for People https://ift.tt/6v8I5ty October 10, 2024 at 11… Read More
Show HN: Arch – an intelligent prompt gateway built on Envoy https://ift.tt/SNtGrzjShow HN: Arch – an intelligent prompt gateway built on Envoy Hi HN! My… Read More
Show HN: VRE Dataset generation for MultiTask vision models training from videos https://ift.tt/CneERIoShow HN: VRE Dataset generation for MultiTask vision models training f… Read More
Show HN: Build Apps via Voice https://ift.tt/TkehxYFShow HN: Build Apps via Voice TiramAi - Beta - We have built an app th… Read More
Show HN: Generative Ambient Music DAW in the Browser https://ift.tt/TEgOLGUShow HN: Generative Ambient Music DAW in the Browser After many years … Read More
0 Comments: