Viewing profile — sammyd56
sammyd56
HN member- Joined
- Wed, Dec 12, 2012, 7:36 PM UTC
- HN karma
- 87
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About sammyd56
No profile information was provided.
Recent public activity
-
comment
Comment #45621896
An agent is just an LLM calling tools in a loop. If you're a "show me the code" type person like me, here's a worked example: https://samdobson.uk/posts/how-to-build-an-agent/
- story
-
comment
Comment #45578274
Great call, thankyou - I switched to log scale for those metrics - agree that it is much clearer.
-
comment
Comment #45575361
This is a much easier way to run the model. I'm going to update the huggingface README to point to this. The one thing that could be improved is the turn-taking between user and as…
-
comment
Comment #45574720
I've uploaded the model here: https://huggingface.co/sdobson/nanochat I didn't get as good results as Karpathy (unlucky seed?) It's fun to play with though... User: How many legs d…
-
comment
Comment #45572674
There's not much to it... it took longer to spin up the cloud machine than it did to kick off the training run. I'll be writing up a blog post with a step-by-step guide when I get …
-
comment
Comment #45572448
I'm doing a training run right now (started 20min ago). You can follow it at https://api.wandb.ai/links/sjd333-none/dsv4zkij Will share the resulting model once ready (4 hours from…
-
comment
Comment #34301415
That's probably because fine-tuning is not the right approach for this use-case. A better approach might look more like this: https://github.com/openai/openai-cookbook/blob/main/ex…
- comment
-
comment
Comment #34276025
Hi HN, This one is mine. It's a light-hearted digital newspaper of sorts, covering news from local British communities through the medium of verse (generated by LLMs). Until now I'…
- story
-
comment
Comment #34147865
What is your goal? For short-term career growth, $YOUR_COMPANY's current preferred ETL tool will have the biggest ROI. Focus on design patterns: while APIs will come and go, the co…
- comment
- comment
-
comment
Comment #26529421
A stark reminder to end users of any service that if you are not paying, you are the product. There is good reason that the sale of financial services through intermediaries is a h…
- story
-
comment
Comment #24209068
Very interesting concept. A couple of initial observations: * Creating models from a file borks on anything non-UTF8 (i.e. most legacy system outputs) * `synth model inspect` outpu…
-
comment
Comment #22145620
This looks really cool and haven't seen this before - thanks for sharing. I've updated the description on Kaggle.
-
comment
Comment #22132496
Hi HN. Over the last 4 months I have collected 380,000 attempts to guess a number on my Amazon Alexa Skill, and wanted to share with the community. Would love to see what you can d…
- story
- comment
-
comment
Comment #22132266
Thanks for the tip :) Not sure about the licence - think it was the default option. I'll take a look. edit: Updated licence to CC-BY-SA (i.e. do what you want as long as you credit…
-
story
380k Guesses
Hi HN. Over the last 4 months I have collected 380,000 attempts to guess a number on my Amazon Alexa Skill, and wanted to share with the community. Would love to see what you can d…
-
comment
Comment #21437071
Big 4 management consultant in the Financial Services industry, exploring opportunities in Tech. 15 years of coding experience, with GitHub portfolio dating back 5+. Location: Lond…
-
story
Ask HN: How to get open source maintainers to work together?
I want to develop a simple CLI app that interacts with an API. So I search GitHub for a Python wrapper. There are 5 different libraries. Each nearly does what I need, but none are …