LLaMA-Factory VS promptbench

Compare LLaMA-Factory vs promptbench and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
LLaMA-Factory promptbench
3 4
21,791 2,103
- 7.9%
9.9 9.2
2 days ago 10 days ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LLaMA-Factory

Posts with mentions or reviews of LLaMA-Factory. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-06.
  • FLaNK-AIM Weekly 06 May 2024
    45 projects | dev.to | 6 May 2024
  • Show HN: GPU Prices on eBay
    1 project | news.ycombinator.com | 23 Feb 2024
    Depends what model you want to train, and how well you want your computer to keep working while you're doing it.

    If you're interested in large language models there's a table of vram requirements for fine-tuning at [1] which says you could do the most basic type of fine-tuning on a 7B parameter model with 8GB VRAM.

    You'll find that training takes quite a long time, and as a lot of the GPU power is going on training, your computer's responsiveness will suffer - even basic things like scrolling in your web browser or changing tabs uses the GPU, after all.

    Spend a bit more and you'll probably have a better time.

    [1] https://github.com/hiyouga/LLaMA-Factory?tab=readme-ov-file#...

  • FLaNK Weekly 31 December 2023
    25 projects | dev.to | 31 Dec 2023

promptbench

Posts with mentions or reviews of promptbench. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-13.
  • Show HN: Times faster LLM evaluation with Bayesian optimization
    6 projects | news.ycombinator.com | 13 Feb 2024
    Fair question.

    Evaluate refers to the phase after training to check if the training is good.

    Usually the flow goes training -> evaluation -> deployment (what you called inference). This project is aimed for evaluation. Evaluation can be slow (might even be slower than training if you're finetuning on a small domain specific subset)!

    So there are [quite](https://github.com/microsoft/promptbench) [a](https://github.com/confident-ai/deepeval) [few](https://github.com/openai/evals) [frameworks](https://github.com/EleutherAI/lm-evaluation-harness) working on evaluation, however, all of them are quite slow, because LLM are slow if you don't have infinite money. [This](https://github.com/open-compass/opencompass) one tries to speed up by parallelizing on multiple computers, but none of them takes advantage of the fact that many evaluation queries might be similar and all try to evaluate on all given queries. And that's where this project might come in handy.

  • FLaNK Weekly 31 December 2023
    25 projects | dev.to | 31 Dec 2023
  • FLaNK 25 December 2023
    33 projects | dev.to | 26 Dec 2023
  • Promptbench: A Unified Library for Evaluating and Understanding LLMs
    1 project | news.ycombinator.com | 25 Dec 2023

What are some alternatives?

When comparing LLaMA-Factory and promptbench you can also consider the following projects:

KVQuant - KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache Quantization

awesome-gpt-prompt-engineering - A curated list of awesome resources, tools, and other shiny things for GPT prompt engineering.

seatunnel - SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.

osgameclones - Open Source Clones of Popular Games

machinascript-for-robots - Build LLM-powered robots in your garage with MachinaScript For Robots!

opencompass - OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral, InternLM2,GPT-4,LLaMa2, Qwen,GLM, Claude, etc) over 100+ datasets.

efficient-kan - An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).

JavaOnRaspberryPi - Sources and scripts for the book "Getting started with Java on the Raspberry Pi"

generative-ai-python - The Gemini API Python SDK enables developers to use Google's state-of-the-art generative AI models to build AI-powered features and applications.

Zolver - Automatic jigsaw puzzle solver

FLaNK-Ice - Apache Iceberg - Cloud Data Lakehouse

FLiPStackWeekly - FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...