Live data from Hacker News

Viewing profile — ankitmathur

ankitmathur

HN member
Joined
Fri, Feb 28, 2020, 6:45 AM UTC
HN karma
20
Public activity
14 items

About ankitmathur

AI Infrastructure at Databricks

Recent public activity

  1. comment
    Comment #49228558

    Hey! Thanks for the feedback! I work on many of these things at Databricks, so figured I'd chime in on this. Firstly, while routing is important, simple things like observability i…

  2. comment
    Comment #49216149

    We're going to do a followup blog detailing our routing approach soon! In short, the router takes in the task description and infers what models and harnesses are available and mak…

  3. comment
    Comment #49216106

    Something underlying a lot of this is that pricing models for enterprise coding tools have changed from seat-based to consumption-based pretty quickly, as AI usage has exploded. Fo…

  4. comment
    Comment #49216028

    Omnigent and OpenRouter are different in the sense that OpenRouter is where you can go to call the actual model but Omnigent is intended to be the place where you go describe the h…

  5. comment
    Comment #49216018

    100% - there's a lot to learn from traces from real-life sessions with coding tools! For example, I found it pretty eye-opening to see how wide the distribution of tasks truly is. …

  6. comment
    Comment #35576668

    I’ve never used Paperspace, so I’ll try to give it a try this weekend. How much RAM do you have attached to the compute. We don’t think it should be any harder to run this via HF p…

  7. comment
    Comment #35559833

    We'd love to help you all deploy this! 1. We just released a couple models that are much smaller ( https://huggingface.co/databricks/dolly-v2-6-9b ), and these should be much easie…

  8. comment
    Comment #35559454

    Augmenting the answer to address your followup: parameters are any trainable variable in a model's definition. Model training is a process where you basically tweak the parameters …

  9. comment
    Comment #35559301

    Hey there! I'm one of the folks working on Dolly - Dolly-V2 is based on the GPT-NeoX architecture. llama.cpp is a really cool library that was built to optimize the execution of th…

  10. comment
    Comment #35551632

    Sure! I'll try to briefly summarize though almost certainly will oversimplify. There are a couple of open source language models trained by Eleuther AI - the first one was called G…

  11. comment
    Comment #35548416

    Hey! Worked on this here at Databricks: the blog post goes into the dataset collection design a bit ( https://www.databricks.com/blog/2023/04/12/dolly-first-open-... ). In summary,…

  12. comment
    Comment #35548298

    Out of curiosity: what's an example of a metric that you would use to evaluate the ability of the model? For example, just looking qualitatively, asking a prompt like "How do I tie…

  13. comment
    Comment #35548223

    Hey there! I worked on Dolly, and I work on Model Serving at Databricks. DollyV1 is GPT-J-based, so it'll run easily on llama.cpp. DollyV2 is Pythia-based, which is built with the …

  14. comment
    Comment #23342856

    While this is true, I'm pretty sure the referenced poll was conducted well before that was announced. In fact, I've heard internal criticisms of the opposite direction. The prospec…