Viewing profile — thecalebf
thecalebf
HN member- Joined
- Fri, Jul 01, 2022, 2:51 PM UTC
- HN karma
- 239
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About thecalebf
No profile information was provided.
Recent public activity
- story
-
comment
Comment #41329352
the graphics in it make it so much better
- story
-
story
Show HN: SmolCopilot – 360M LLM writing assistant in the browser
Hey! I've been really intrigued about small, on device models recently. This project was to explore that a small base model running in the browser as a Co Pilot-like writing assist…
- story
-
comment
Comment #41057197
The Chrome Extension is open source and is powered by DuckDB WASM which loads the parquet conversion of the datasets as views so you can query them with SQL. Here's the repo: https…
- story
- story
- story
-
comment
Comment #39263527
Yes please do! Looks awesome, would love to help any way I can as well.
-
comment
Comment #39263511
Sorry, it seems complicated. Since it is a finetune of Deepseek-Coder, I had to include their license. Deepseek is pretty open, just says not to use it for: - military purposes - e…
-
comment
Comment #39262979
Yes it is designed for users without SQL knowledge, however, it can still perform fairly well with questions on the difficult side (for non technical users) with queries having mul…
-
comment
Comment #39262496
Currently Postgres yes, already working on a dataset with more DDLs like MySQL, DuckDB, MSSQL, etc for a second iteration.
-
comment
Comment #39262465
Neat, would you ever use a local model for that if it could work with ORMs?
-
comment
Comment #39262389
That is really interesting. I took note of this. That would be really cool!
-
comment
Comment #39262364
Great call out. Will definitely focus on that in the next iteration!
-
comment
Comment #39262351
No, those are benchmark, evaluation questions. The fine tune dataset was a custom, synthetically generated dataset of ~20k PostgreSQL Text to SQL pairs covering different SQL categ…
-
comment
Comment #39262289
Updated the title since it may have been confusing, appreciate the feedback!
-
comment
Comment #39262270
Not yet, planning to build an open source, local, CLI tool that utilizes natural-sql though!
-
comment
Comment #39262260
Sure, there is a blog post with some other examples of the first model iteration with more complex, multipart questions. https://www.chatdb.ai/post/naturalsql-vs-sqlcoder-for-text-…
-
comment
Comment #39262164
Thanks! Yes, that was an earlier iteration. The v1 is here https://huggingface.co/chatdb/natural-sql-7b . Plan to push to Ollama soon and build an open source free tool around it. …
- comment
-
story
Show HN: Natural-SQL-7B, a strong text-to-SQL model
Would love thoughts! Here is the HF page: https://huggingface.co/chatdb/natural-sql-7b
-
comment
Comment #38996358
Very neat! I am building something very similar, called ChatDB.ai
- story