HackerTrans
TopNewTrendsCommentsPastAskShowJobs

croqaz

no profile record

Submissions

Making a vintage LLM from scratch

crlf.link
104 points·by croqaz·last month·29 comments

TwoFold (2f), CLI text expander/template engine

github.com
17 points·by croqaz·last year·1 comments

[untitled]

1 points·by croqaz·4 years ago·0 comments

Blocking adware, malware, and tracking sites

crlf.link
1 points·by croqaz·5 years ago·2 comments

Harden and secure browsers in containers, with GUI

crlf.link
58 points·by croqaz·5 years ago·31 comments

Tomb: File Encryption on GNU/Linux

dyne.org
6 points·by croqaz·5 years ago·2 comments

Things that only someone who has been programming 20 years would know

quora.com
23 points·by croqaz·5 years ago·7 comments

comments

croqaz
·last month·discuss
Thank you very much! It is humbling and motivating to see other people interested in this.
croqaz
·last month·discuss
Do share! I read all the blog posts where people share their experiences of building small scale LLMs "from scratch".
croqaz
·last month·discuss
That's a fair point TBH. I said in my post that this LLM is first of all a learning project and I skipped an important step: the training loop. But on the other hand, how many data scientists are writing their own training loops? Is it even worth it? And how much learning do you want for one project, I mean, where do you stop? Why use "Huggingface Transformers" when you can write it from scratch, for learning? Why use Torch when you can write it from scratch, for learning? Why use Python when you can write in C, etc. It's cheating, right? In my case, I decided to skip the training loop and focus on the data processing and the hyper params and the rest of the higher level steps that took a ton of time anyway, and I reduced the friction. I do get your point tho. Now that I know how to train an LLM, maybe I'll write a training loop from scratch as a project, to learn how to do it.
croqaz
·last month·discuss
"A more granular followup would be cool too"

Do you mind expanding this question? More granular in what way? what would you like to know that is missing from the post?
croqaz
·last month·discuss
That's exactly what I had in mind. When I started this, I was jumping back and forth between this thought: "Can this model size actually generate logical English text?" and I played with a few different models of the same size and I was really really depressed when seeing how bad they are.... but then I discovered more and more tiny models and LaMini-125M, LaMini-256M, and nanowhale-100m, and SmolLM2-135M-Instruct are very very decent. So I decided to give it a try.
croqaz
·last month·discuss
It looks like ROT13 text to me, I hope it's not Welsh. Don't want to offend anyone if that's their actual language :)
croqaz
·last month·discuss
I am creating my tiny Llama 340M base model from scratch. If you're curious about the steps, challenges and cost, read on. I am still working on the instruct model.
croqaz
·last year·discuss
TwoFold is a small command line app that allows plain text files to behave like dynamic files. It is a hybrid between a text expande, a template engine and a mini programming language.
croqaz
·4 years ago·discuss
What are web snapshots; comparison of the most popular methods: WARC, HTML, rrWeb and a better alternative called "recorded".
croqaz
·5 years ago·discuss
DYI blocking, a few methods
croqaz
·5 years ago·discuss
Tomb consists of a simple shell script (Zsh) using standard filesystem tools (GNU) and the cryptographic API of the Linux kernel (cryptsetup and LUKS).