Live data from Hacker News

Viewing profile — pwendell

pwendell

HN member
Joined
Thu, Oct 13, 2011, 9:00 PM UTC
HN karma
511
Public activity
49 items

About pwendell

No profile information was provided.

Recent public activity

  1. comment
    Comment #49217024

    We do this for a lot of our customers (fine tuned to save cost when inference volume is high). Right now for internal coding we are using off-the-shelf models but we are considerin…

  2. comment
    Comment #49216363

    Thank you for the feedback. We wrote this because after discussing with some of our peer companies, I realized everyone was roughly doing similar things. And I thought it would be …

  3. comment
    Comment #49216305

    The difficulty of evaluating coding agents is indeed a really big challenge. We built evals on our own codebase and shared some information about that to allow other companies to r…

  4. comment
    Comment #49216253

    The issue is the growth rates can cause costs to drastically change quickly. If you have 1,000 employees and the average is spending $100/month you're at a $1.2M run rate. But sudd…

  5. comment
    Comment #49216039

    I authored this - happy to answer any questions.

  6. story
  7. comment
    Comment #35543793

    15k is the entire corpus we have right now. Hopefully others can join up in releasing additional samples that can be merged in over time. We'll definitely keep iterating on Dolly a…

  8. comment
    Comment #35294663

    Yes this was a very surprising result... that the relatively small uptraining was able to unlock so much latent knowledge in the model.

  9. comment
    Comment #35294624

    Yes, this.

  10. comment
    Comment #35294448

    Yes the issue is that some of the training data is arguably tainted with some noncommercial license (it's nuanced, discussed below in my comment). We are releasing weights to peopl…

  11. comment
    Comment #35294216

    No I haven't heard of that, we'll engage with that team. This is exactly what we need will look into it.

  12. comment
    Comment #35293028

    Yes it's nuanced, but will be simplified going forward. This uses a fully open source (liberally licensed) model and we also open sourced (liberally licensed) our own training code…

  13. comment
    Comment #35292894

    Full source code is up here now: https://github.com/databrickslabs/dolly Sorry it took us a day to get the external repo setup.

  14. story
  15. comment
    Comment #9200833

    The DataFrame is an evolution of the RDD model, where Spark knows explicit schema information. The core Spark RDD API is very generic and assumes nothing about the structure of the…

  16. comment
    Comment #9066485

    Very likely in Spark 1.4. Hortonworks has been helping out with this, we just need some internal refacotring to the API to make it work.

  17. comment
    Comment #9066478

    No worries. Hopefully you'll reconsider using it!

  18. comment
  19. comment
    Comment #9064402

    Hey - sorry you had a bad experience. That bug was filed as a "minor" issue with only one user ever reporting it, so it didn't end up high up in our triage. We didn't merge the pul…

  20. story
  21. story
  22. story
  23. story
  24. comment
    Comment #8310443

    You can call GraphX algorithms right now from within the Streaming API, for instance compute a graph on a windowed view of data. Online graph algorithms aren't there yet (probably …

  25. comment
    Comment #8310435

    Yeah, you can load Parquet data directly into SchemaRDD's in 1.1 and get the type conversion, including use of nested types. That's the long term solution for all of our storage in…