Readit News logoReadit News
typpo commented on Visualizing 100k Years of Earth in WebGL   technistuff.com/posts/vis... · Posted by u/agnosis
typpo · 3 months ago
Nice work! This is like a much better version of Ancient Earth[0], which I made ~10 years ago using GPlates[1]. I like your approach of rendering the map itself from data, which makes it continuous, rather than just wrapping map textures around a globe.

[0] https://dinosaurpictures.org/ancient-earth#240

[1] https://www.gplates.org/

typpo commented on Show HN: Time Portal – Get dropped into history, guess where you landed   eggnog.ai/entertimeportal... · Posted by u/samplank2
typpo · 6 months ago
This is so fun and creative. Congrats on launching!

Deleted Comment

typpo commented on Open source AI is the path forward   about.fb.com/news/2024/07... · Posted by u/atgctg
typpo · a year ago
Thanks to Meta for their work on safety, particularly Llama Guard. Llama Guard 3 adds defamation, elections, and code interpreter abuse as detection categories.

Having run many red teams recently as I build out promptfoo's red teaming featureset [0], I've noticed the Llama models punch above their weight in terms of accuracy when it comes to safety. People hate excessive guardrails and Llama seems to thread the needle.

Very bullish on open source.

[0] https://www.promptfoo.dev/docs/red-team/

typpo commented on Gemma 2: Improving Open Language Models at a Practical Size [pdf]   storage.googleapis.com/de... · Posted by u/tosh
aubanel · a year ago
It's exceptionally strong. In LMSys Chatbot Arena, the 27B version scores above LLama-3-70B, at the level of OpenAI GPT-4 and Claude-3 Sonnet!
typpo · a year ago
If anyone is interested in evaling Gemma locally, this can be done pretty easily using ollama[0] and promptfoo[1] with the following config:

  prompts:
    - 'Answer this coding problem in Python: {{ask}}'

  providers:
    - ollama:chat:gemma2:9b
    - ollama:chat:llama3:8b

  tests:
    - vars:
        ask: function to find the nth fibonacci number
    - vars:
        ask: calculate pi to the nth digit
    - # ...
One small thing I've always appreciated about Gemma is that it doesn't include a "Sure, I can help you" preamble. It just gets right into the code, and follows it with an explanation. The training seems to emphasize response structure and ease of comprehension.

Also, best to run evals that don't rely on rote memorization of public code... so please substitute with your personal tests :)

[0] https://ollama.com/library/gemma2

[1] https://github.com/promptfoo/promptfoo

typpo commented on Show HN: I built a backend so simple that it fits in a YAML file   manifest.build... · Posted by u/brunaxLorax
sigmonsays · a year ago
do we really need more yaml?

This is insane to me.

typpo · a year ago
Care to explain why you think so?

u/typpo

KarmaCake day3740February 25, 2011
About
https://www.ianww.com

email: hn at ianww.com

View Original