Live data from Hacker News

Viewing profile — gregschoeninger

gregschoeninger

HN member
Joined
Tue, Jul 16, 2019, 3:05 AM UTC
HN karma
28
Public activity
27 items

About gregschoeninger

No profile information was provided.

Recent public activity

  1. comment
    Comment #48969849

    We've been working for a few years on a VCS that is starting to get adopted by creative studios - called "Oxen" It's open source: https://github.com/oxen-AI/oxen Most users are bui…

  2. comment
    Comment #48573391

    We're also working on an open source large asset versioning tool called "oxen" - https://github.com/Oxen-AI/Oxen Would love any feedback on it or contributions if people are intere…

  3. comment
    Comment #47480717

    We're working on this project to help with the non-text file and large file problem: https://github.com/Oxen-AI/Oxen Started with the machine learning use case for datasets and mod…

  4. comment
    Comment #42875034

    Over the past ~1.5 years I've been running a research paper club where we dive into interesting/foundational papers in AI/ML. So we naturally have come across a lot of the papers t…

  5. story
  6. comment
    Comment #42037092

    Hey all, If you haven't seen the Oxen project yet, we have been building an open source unstructured data version control tool. We were inspired by the idea of making large machine…

  7. story
  8. comment
    Comment #41895851

    Maintainer of Oxen here, we initially built Oxen because DVC was pretty painfully slow to work with, and had a lot of extra bells and whistles that we didn’t need. Under the hood w…

  9. comment
    Comment #41527826

    Hey all, With Black Forest Labs’ Flux.1 variants being the current state of the art for image gen, we’re doing a technical dive into a few paper that inspired the work, starting wi…

  10. story
  11. comment
    Comment #41136394

    We thought it'd be interesting to see what political biases Llama 3.1 405B has by generating a bunch of "spam" or "ham" messages with it. We started with 5 hand crafted messages an…

  12. story
  13. comment
    Comment #40530187

    Hey all, We were messing around with PixArt as a way to fine tune DiT's for image generation. I was pretty impressed with the results and thought I'd share. https://www.oxen.ai/ox/…

  14. story
  15. comment
    Comment #40206925

    Hey all, I thought the paper “Discrete Diffusion Modeling by Estimating the ratios of the Data Distribution” was a pretty cool idea, so decided to dive deep into the code, strip it…

  16. story
  17. comment
    Comment #39974117

    This is work done for our arxiv dive paper club where we dive into research papers and implement code to see how the models work in practice. We have some internal use cases for Bi…

  18. story
  19. comment
    Comment #39721028

    We used an A10 with 24GB of VRAM, this was enough for PEFT on Mistral-7B

  20. comment
    Comment #39721019

    The goal is to iteratively create training data and add it to its own training set. The LLM acts as its own judge and scores its own responses to decide if it should add the data. …

  21. comment
    Comment #39720537

    Hey all, After reading the Self-Rewarding Language Models paper by the team at Meta, it felt very approachable and reproducible, so we spent some time implementing it. The scripts …

  22. story
  23. comment
    Comment #39600019

    Hey all, Have been diving into the Sora technical report for our paper club on Friday, and decided it would be nice to have a reading list of the background papers need to fully gr…

  24. story
  25. story
    Show HN: Oxen.ai – Data Diff tool to quickly find changes in CSV, parquet, etc.

    Hey all, We added a recently added a data diff tool to the Oxen.ai toolchain. Feel free to checkout the docs here: https://docs.oxen.ai/concepts/diffs If you aren’t familiar with O…