HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kateklink

no profile record

投稿

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

github.com
2 ポイント·投稿者 kateklink·3 年前·0 コメント

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

refact.ai
181 ポイント·投稿者 kateklink·3 年前·100 コメント

Open-Source Fine-Tuning on Codebase with Refact

refact.ai
3 ポイント·投稿者 kateklink·3 年前·0 コメント

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

github.com
15 ポイント·投稿者 kateklink·3 年前·1 コメント

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

github.com
6 ポイント·投稿者 kateklink·3 年前·1 コメント

Applying All Recent Innovations to Train a Code Model

refact.ai
1 ポイント·投稿者 kateklink·3 年前·0 コメント

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

refact.ai
17 ポイント·投稿者 kateklink·3 年前·6 コメント

PostgreSQL 15: Three features you can try with Neon

neon.tech
3 ポイント·投稿者 kateklink·4 年前·1 コメント

コメント

kateklink
·3 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
at Refact we have Jetbrains plugin that works with a bunch of local code models https://github.com/smallcloudai/refact/
kateklink
·3 年前·議論
having more plugin support is in our plans for sure. We're also open for contributions.
kateklink
·3 年前·議論
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 年前·議論
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 年前·議論
try refact.ai they have plugin for JetBrains IDEs and support for local LLMs https://github.com/smallcloudai/refact/
kateklink
·3 年前·議論
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 年前·議論
at refact.ai we have different functions for code refactoring, making it shorter, simplifying complexity, etc
kateklink
·3 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
Refact.ai as a free copilot alternative
kateklink
·3 年前·議論
Try Refact AI https://github.com/smallcloudai/refact-self-hosting
kateklink
·3 年前·議論
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 年前·議論
You can also self-host it using docker https://refact.ai/docker/
kateklink
·3 年前·議論
if you're interested in VS Code plugin you may wanna try Refact.ai (which also has a self-hosted option)
kateklink
·3 年前·議論
hi! We've actually done it at Refact.ai, would be glad to hear your feedback.