HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kateklink

no profile record

Submissions

Free WebUI for Fine-Tuning and Self-Hosting Open-Source LLMs for Coding

github.com
2 points·by kateklink·3 ปีที่แล้ว·0 comments

Refact Code LLM: 1.6B LLM for code that reaches 32% HumanEval

refact.ai
181 points·by kateklink·3 ปีที่แล้ว·100 comments

Open-Source Fine-Tuning on Codebase with Refact

refact.ai
3 points·by kateklink·3 ปีที่แล้ว·0 comments

Launch HN: Refact – Open-source AI Code assistant with fine-tuning on codebase

github.com
15 points·by kateklink·3 ปีที่แล้ว·1 comments

Refact: Open-Source GitHub Copilot Alternative with LLama2, Starcoder, WizardLM

github.com
6 points·by kateklink·3 ปีที่แล้ว·1 comments

Applying All Recent Innovations to Train a Code Model

refact.ai
1 points·by kateklink·3 ปีที่แล้ว·0 comments

Show HN: Refact – AI code assistant with autocomplete, AI Chat and code editing

refact.ai
17 points·by kateklink·3 ปีที่แล้ว·6 comments

PostgreSQL 15: Three features you can try with Neon

neon.tech
3 points·by kateklink·4 ปีที่แล้ว·1 comments

comments

kateklink
·3 ปีที่แล้ว·discuss
for pass@1 HumanEval tells how well the model solves a task from a set, given only one chance to solve it. It's not the perfect metric, there're other like DS-1000, MBPP (we have included them on HuggingFace model card). HumanEval is good for benchmarking with other models as it gives a fast idea how powerful the model is.
kateklink
·3 ปีที่แล้ว·discuss
we want to help developers who need either on-premise or permissive code assistant, copilot has neither of this. We also wanted to lower the barriers for self-hosting, so that the model is available on most GPUs with just 3GB Ram. Plus making the code completions fast and efficient (understanding entire context, not just the previous tokens).
kateklink
·3 ปีที่แล้ว·discuss
We’ve finished training a new code model Refact LLM which took us about a month. The main use-case is for blazing-fast code completion with fill-in-the-middle, additionally, the model could reply to chat prompts.

It has much better performance than all of the code models of similar size, and almost reaches the same HumanEval as Starcoder being 10x smaller in size.

With the small size, it can work with most modern GPUs requiring just 3GB Ram.

You can try self-hosting it in Refact https://github.com/smallcloudai/refact/ and get a local fast copilot alternative with decent suggestions.

Weights and model card https://huggingface.co/smallcloudai/Refact-1_6B-fim.

We would love to hear your feedback!
kateklink
·3 ปีที่แล้ว·discuss
at Refact we have Jetbrains plugin that works with a bunch of local code models https://github.com/smallcloudai/refact/
kateklink
·3 ปีที่แล้ว·discuss
having more plugin support is in our plans for sure. We're also open for contributions.
kateklink
·3 ปีที่แล้ว·discuss
we try to eliminate this problem by using code models trained only on permissevely licensed code, then you can run them locally without sending code anywhere
kateklink
·3 ปีที่แล้ว·discuss
we're going in this direction for code models with Refact https://github.com/smallcloudai/refact/ - right now you self-host code models, fine-tune them on local files, get the model running locally inside your IDE
kateklink
·3 ปีที่แล้ว·discuss
try refact.ai they have plugin for JetBrains IDEs and support for local LLMs https://github.com/smallcloudai/refact/
kateklink
·3 ปีที่แล้ว·discuss
there's also Refact (https://github.com/smallcloudai/refact/) with support of several open-source code LLMs and extension for VS Code and Jetbrains
kateklink
·3 ปีที่แล้ว·discuss
at refact.ai we have different functions for code refactoring, making it shorter, simplifying complexity, etc
kateklink
·3 ปีที่แล้ว·discuss
Refact.Ai | https://refact.ai | Developer Advocate | Software Engineer | Remote (UK & Europe) | 80 - 120K + equity

We're building the best open-source AI for coding using all the best LLMs available in the internet (GPT, Starcoder, WizardCoder, LLama2).

We’re hiring for Refact’s first Developer Advocate. As the first Developer Advocate, you'll play a key role in helping developers use the power of AI for coding. You'll have the opportunity to grow and support a community of developers who are excited about the future of AI and open-source.

We're looking for a Software Engineer to help us build the best developer experience for the AI code assistants inside IDEs. We currently have VS Code and Jetbrains plugins and plan to add more IDEs and more functionality to the plugins.

Apply: Developer Advocate https://wellfound.com/l/2yXwiJ

Software Engineer: https://wellfound.com/l/2zdYHM
kateklink
·3 ปีที่แล้ว·discuss
Hi HN! At Refact, we're building an open-source AI Code assistant with fine-tuning focused on providing the enjoyable coding experience without privacy concerns. Why? When you look at AI code tools like Copilot, you'll notice that they often provide generic coding suggestions because the models were not trained on your codebase. They also only work in the cloud, so in order to get a code suggestion, you need to send your code to the cloud provider. One of the solutions for this is self-hosted fine-tuning on codebase, but the companies who provide this feature currently prioritize it for enterprise making it difficult for individual devs to use it. We want to change that by open-sourcing fine-tuning for everyone, not just enterprise customers. Currently with Refact you can self-host Refact models and the best open-source LLMs (like StarCoder, LLama2, WizardLM) and use it for code suggestions and chat. We would love to hear your ideas and feedback on your current experience with AI code assistants and what is currently missing!
kateklink
·3 ปีที่แล้ว·discuss
Refact is a free open-source AI code assistant for VS Code and Jetbrains.

Under the hood, we use the best open-source LLMs for code completion, chat inside IDE and code transformations (refactoring, bug fixing and more).

You can also run self-hosted fine-tuning to get suggestions tailored to your codebase.
kateklink
·3 ปีที่แล้ว·discuss
I'm excited to see all the model's implementations that are yet to come. Refact.ai seems to be working on code transformation tools and chat inside Jetbrains and VSCode powered by StarCoder https://refact.ai/blog/2023/self-hosted-15b-code-model/
kateklink
·3 ปีที่แล้ว·discuss
Refact.ai as a free copilot alternative
kateklink
·3 ปีที่แล้ว·discuss
Try Refact AI https://github.com/smallcloudai/refact-self-hosting
kateklink
·3 ปีที่แล้ว·discuss
while you're waiting, maybe you'll be interested in checking https://refact.ai it's an open-source alternative to Copilot X with features like code transformation and integrated chat on top of code completion
kateklink
·3 ปีที่แล้ว·discuss
You can also self-host it using docker https://refact.ai/docker/
kateklink
·3 ปีที่แล้ว·discuss
if you're interested in VS Code plugin you may wanna try Refact.ai (which also has a self-hosted option)
kateklink
·3 ปีที่แล้ว·discuss
hi! We've actually done it at Refact.ai, would be glad to hear your feedback.