Viewing profile — llama_person
llama_person
HN member- Joined
- Thu, Apr 18, 2024, 5:03 PM UTC
- HN karma
- 22
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About llama_person
No profile information was provided.
Recent public activity
-
comment
Comment #42862921
I bought Sublime with my first developer paycheck, eons ago. Thanks for your great work <3.
-
comment
Comment #42358188
The current one makes a lot of money for a lot of parties uninterested in change, who then also lobby to prevent any reform. Health spending accounts for ~17.3% of GDP as of 2022. …
-
comment
Comment #40635536
They got me a stellar job many years ago, but unfortunately for them it's hard to monetize candidates unless they return through the same pipeline. My outcome was great, but I was …
-
comment
Comment #40617540
Same here, it's tons of work to collect, clean, validate data, followed by a tiny fun portion where you train models, then you do the whole loop over again.
-
comment
Comment #40550601
If you have access to a GPU, try a vision-language model using Ollama, and feed it your notes. Might work out!
-
comment
Comment #40518183
Looking forward to it, very happy customer!
-
comment
Comment #40517499
How's the battery on this one? I'm hoping to upgrade from 11th gen intel i7. If possible, upgrading by just swapping the mainboard would be amazing.
-
comment
Comment #40375518
you can try out https://huggingface.co/datasets/BAAI/SVIT which appears to support commercial. I've not tried it yet, but it seems to be an option. If you build a smaller model, yo…
-
comment
Comment #40372843
https://huggingface.co/spaces/google/paligemma/blob/main/pal... the blog post details it but essentially to convert from PaliGemma tokens to bbox: y0 / 1024 * h x0 / 1024 * w y1 / …
-
comment
Comment #40372667
Here's a tutorial https://wandb.ai/byyoung3/ml-news/reports/How-to-Fine-Tune-L... There's not really a super easy to use software solution yet, but a few different ones have croppe…
-
comment
Comment #40372165
There are advantages to smaller models, namely you can process a lot more data, with a lot less vram. I think the intent here from the Google team is for a task-specific VLM that y…
-
comment
Comment #40078391
One more opinion here: if you're looking around and nobody else has something obviously working, it's ok not to do a thorough search through hundreds of papers hoping to find someo…