HN user

rain1

1,127 karma
Posts43
Comments128
View on HN
rain-1.github.io 12d ago

CleoBench: Can Fable mathematically prove Cleo's integrals?

rain1
2pts0
weavers.neocities.org 7mo ago

Transformer Architecture Visualizer

rain1
2pts1
gist.github.com 1y ago

How large are large language models?

rain1
263pts150
unrollnow.com 1y ago

Midjourney Generating Screenshots of Movies

rain1
2pts0
blog.ornx.net 2y ago

Fixing the volume on my Bluetooth earbuds

rain1
293pts85
gist.github.com 3y ago

Crossword Solving with GPT

rain1
2pts0
gist.github.com 3y ago

Run Llama 13B with a 6GB graphics card

rain1
618pts266
yoshuabengio.org 3y ago

AI Scientists: Safe and Useful AI?

rain1
2pts0
www.youtube.com 3y ago

TEDx – Eliezer Yudkowsky – Unleashing the Power of Artificial Intelligence

rain1
2pts3
gist.github.com 3y ago

Does prompt injection matter to AutoGPT?

rain1
1pts0
gist.github.com 3y ago

Pair Programming Experience with Bard

rain1
2pts0
gist.github.com 3y ago

WorLLMs

rain1
2pts0
thezvi.substack.com 3y ago

Eliezer Yudkowsky's Letter in Time Magazine

rain1
4pts0
evanthebouncy.medium.com 3y ago

Probing Compositional Understanding of ChatGPT with SVG

rain1
3pts2
unremediatedgender.space 3y ago

Blame Me for Trying

rain1
2pts0
www.planned-obsolescence.org 3y ago

Is it time for a pause? By Kelsey Piper

rain1
2pts1
gist.github.com 3y ago

LLMs and GPT: Some of my favorite learning materials

rain1
280pts24
gist.github.com 3y ago

Show HN: GPT-4 Reverse Turing Test

rain1
288pts272
borretti.me 3y ago

And yet It Understands

rain1
137pts226
gist.github.com 4y ago

Modelling an Uncertain World

rain1
1pts2
gist.github.com 4y ago

How is a matrix used to count fish?

rain1
3pts1
www.youtube.com 4y ago

The Tyrannical Mods of Stack Overflow

rain1
4pts0
gist.github.com 4y ago

Show HN: Using Docker to build NPM projects

rain1
1pts0
gist.github.com 4y ago

A proposal for adding security to Gopher

rain1
4pts0
gist.github.com 4y ago

Setting up a static HTTPS website on your Raspberry Pi using Docker and Nginx

rain1
56pts77
gist.github.com 4y ago

Why is IRC distributed across multiple servers?

rain1
134pts76
rain-1.github.io 7y ago

Why did I write my programming projects?

rain1
1pts0
gist.github.com 7y ago

Show HN: Compiler Fundamentals – Closure Conversion

rain1
70pts7
rain-1.github.io 7y ago

Show HN: I wrote a scheme interpreter in C

rain1
7pts0
rain-1.github.io 7y ago

Are first class continuations a language-design dead end?

rain1
1pts0

The Gemma models are too small to be included in this list.

You're right the T5 stuff is very important historically but they're below 11B and I don't have much to say about them. Definitely a very interesting and important set of models though.

It's extremely interesting how powerful a language model is at compression.

When you train it to be an assistant model, it's better at compressing assistant transcripts than it is general text.

There is an eval which I have a lot of interested in and respect for https://huggingface.co/spaces/Jellyfish042/UncheatableEval called UncheatableEval, which tests how good of a language model an LLM is by applying it on a range of compression tasks.

This task is essentially impossible to 'cheat'. Compression is a benchmark you cannot game!

I think that one thing that this chart makes visually very clear is the point I about GPT-3 being such a huge leap, and there being a long gap before anybody was able to match it.

I can correct mistakes.

it somehow merged Llama 4 Maverick's custom Arena chatbot version with Behemoth

I can clarify this part. I wrote 'There was a scandal as facebook decided to mislead people by gaming the lmarena benchmark site - they served one version of llama-4 there and released a different model' which is true.

But it is inside the section about the llama 4 model behemoth. So I see how that could be confusing/misleading.

I could restructure that section a little to improve it.

Llama 405B was also trained on more than 15 trillion tokens[1],

You're talking about Llama 405B instruct, I'm talking about Llama 405B base. Of course the instruct model has been traiend on more tokens.

why is there such a focus on token training count?

I tried to include the rough training token count for each model I wrote about - plus additional details about training data mixture if available. Training data is an important part of an LLM.

Claude 2 3 years ago

This is an example of hallucination.

An LLM doesn't know anything about itself - it can be pre-prompted with facts about itself, but this is going to be an example of it just making plausible text up.

Io uring 3 years ago

This is the future of linux syscalls. Get on board with this or get left behind.

unfortunately that chip is proprietary and undocumented, it's very difficult for open source programs to make use of. I think there is some reverse engineering work being done but it's not complete.

1. Download the weights for the model you want to use, e.g. gpt4-x-vicuna-13B.ggml.q5_1.bin

I think you need to quantize the model yourself from the float/huggingface versions. My understanding is that the quantization formats have changed recently. and old quantized models no longer work.