nmitchko | 17 days ago | on: In 2025, Meta paid an effective federal tax rate of 3.5%
nmitchko's comments
nmitchko | 5 months ago | on: Show HN: Semantic search over the National Gallery of Art
Colnomic and nvidia models are great for embedding images and MUVERA can transform those to 1D vectors.
nmitchko | 5 months ago | on: Qwen3-Omni: Native Omni AI model for text, image and video
- additional modalities
- Faster FPS (inferences per second)
- Reaction time tuning (latency vs quality tradeoff) for visual and audio inputs/outputs
- built-in planning modules in the architecture (think premotor frontal lobe)
- time awareness during inference (towards an always inferring / always learning architecture)nmitchko | 1 year ago | on: LLMD: A Large Language Model for Interpreting Longitudinal Medical Records
Have you checked out dataset building with nemotron? The nemotron synthetic data builder is quite powerful.
Moreso, check out model merging. It's possible if you merge some of your model against llama3.1 base it may perform much better.
Check out max labonne's work on hugging face
nmitchko | 1 year ago | on: LLMD: A Large Language Model for Interpreting Longitudinal Medical Records
nmitchko | 1 year ago | on: Show HN: We built pitchpilot, an AI synthesizer to tailor presentations
In the roadmap is adding video export, digital twin presentations, and real-time presentations. We don't wrap a public LLM, so we don't share any data.
nmitchko | 1 year ago | on: US intelligence community is embracing generative AI
[1] -- https://www.biorxiv.org/content/10.1101/2022.11.18.517004v3
nmitchko | 1 year ago | on: Superfast Microsoft AI is first to predict air pollution for the whole world
1. First, models will predict pollution. The outcomes will help shape urban policy. But these won't solve crime or stop people from driving.
2. Second, models will predict individual behavior and track person level emissions. The outcomes will force behavior changes, mostly freedom limiting.
3. Third, and finally, models will predict thoughts. The the thought of driving instead of walking might trigger a response.
It's a slippery slope and we need to draw a line between prediction and policy.
nmitchko | 1 year ago | on: Launch HN: Metriport (YC S22) – Open-source API for healthcare data exchange
nmitchko | 1 year ago | on: Qwen1.5-110B
nmitchko | 2 years ago | on: Show HN: NeuralFlow – Visualize the intermediate output of Mistral 7B
https://cdn.swisscows.com/image?url=https%3A%2F%2Fi.pinimg.c...
nmitchko | 2 years ago | on: Self-rewarding-lm-PyTorch: Self-Rewarding Language Model from MetaAI
Only question, why do you name variables with the λ symbol?
nmitchko | 2 years ago | on: Binance US No Longer Allows USD Withdrawal for Users
Despite all the bad press, shady exchanges, bubbles and busts, a large amount of BTC owners don't sell, and that alone will drive it's price up. Other cryptos, I can't speak for.
nmitchko | 2 years ago | on: California to require firms to reveal carbon emissions in first law of its kind
nmitchko | 2 years ago | on: Debunking NIST's calculation of the Kyber-512 security level
The NSA is very good at math, so I'm be thoroughly surprised if this analysis was error by mistake rather than error through intent.
nmitchko | 2 years ago | on: Antioxidants found to spur cancer growth and metastasis in mice
nmitchko | 2 years ago | on: A simple guide to fine-tuning Llama 2
1. You should really download the huggingface hosted model.
2. Why convert the model if meta already hosts it here: https://huggingface.co/meta-llama
3. This step completely glossed over the hardware requirements. Doesn't explain any of the instructions needed in the finetuning process.
4. "Now run the model". What? What about the model precision, hosting, standard open source tools, etc,etc...
nmitchko | 2 years ago | on: A simple guide to fine-tuning Llama 2
Here are some actually useful links
https://blog.ovhcloud.com/fine-tuning-llama-2-models-using-a...
nmitchko | 2 years ago | on: Estimated IQ distribution of children given IQ of parents
* Iodine supplementation during early life (a few weeks) increases IQ * Organophosphate exposure increases autism (also why people who live near airports have higher incidence of cancer) * Phalates and non-sticks reduce male reproductive organ size * Music lessons in children increases IQ. * L-arginine during childhood increases height and free growth hormone
https://link.springer.com/article/10.1007/s11154-022-09760-7 https://www.sciencedirect.com/science/article/abs/pii/S01602... https://www.researchgate.net/publication/237236129_The_Plane...
nmitchko | 3 years ago | on: Reimplementing the Coreutils in a modern language (Rust)