CoolFace
20 results

imatrix

eaddario /imatrix-calibration Importance Matrix Calibration Datasets This repository provides calibration datasets used to generate importance matrices (imatrix), which are required to minimize errors when quantizing models with LLaMA C++. The llama-imatrix program cannot handle parquet files directly and thus requires them to be converted into text format first. There are many ways to do this but a simple approach is to use DuckDB with the following command: duckdb -noheader -ascii -c "SELECT content FROM… See the full description on the dataset page: https://huggingface.co/datasets/eaddario/imatrix-calibration.texttext-generationn<1K67 likes6.7k downloads5mo agoHugging Facegabriellarson /imatrix-storage1 likes1.7k downloads1y agoHugging FaceThireus /imatrix0 likes1k downloads1mo agoHugging Facemagiccodingman /QwQ-32B-abliterated-131k-GGUF-Yarn-Imatrix QwQ-32B-Abliterated-131k-GGUF-Yarn-Imatrix High-Fidelity Semantic Simulation & Orchestration AI Model Will this pass the random stupid benchmarks that exist today? I don't know, nor care. I don't need my local AI model to know some random city capital of a foreign country. I need a local AI model that can simulate with high semantic fidelity. Why? Because your AI may be able to spit random facts. I want an AI that knows when to Google facts. I want an AI that tracks hundreds of… See the full description on the dataset page: https://huggingface.co/datasets/magiccodingman/QwQ-32B-abliterated-131k-GGUF-Yarn-Imatrix.10M<n<100M17 likes309 downloads1y agoHugging Facefroggeric /imatrix Input files for generating the Importance Matrix Which file to use for generating the importance matrix Not all importance matrices are equal. The best results are obtained when using a source file similar to the training data. Size also matters: the bigger the model (eg: 70b vs 13b) and the higher the quant (eg: q6k_ vs iq3_xs), the bigger the source file needs to be to make an impact. Multiple input files can be combined if needed; for example: cat multilingual.txt… See the full description on the dataset page: https://huggingface.co/datasets/froggeric/imatrix.text10K<n<100K17 likes294 downloads2y agoHugging Faceikawrakow /imatrix-from-wiki-trainThis repository contains importance matrix datasets for use with the improved quantization methods recently added to llama.cpp. The importance matrix has been computed using wiki.train.raw as training data. Hope the file names are self-explanatory. To use, after cloning this repo, for e.g. Mixtral-8x7B and Q4_K_M quantization, use ./quantize --imatrix path_to_repo/mixtral-8x7b.imatrix path_to_model ggml-model-q4k-m.gguf Q4_K_M 15 likes178 downloads3y agoHugging Face