File size: 1,759 Bytes
f381879 ccb5e13 f381879 6bd26d0 aa2b1b7 9edc20f 1a68e27 aa2b1b7 a8ba114 64e4d96 aeddfcc f381879 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
license: gpl-3.0
---
# CausalLM 34B β
## PROMPT FORMAT:
[chatml](https://github.com/openai/openai-python/blob/main/chatml.md)
There are some issues with the model weights in terms of precision. In the next version update, we will roll back some progress and retrain to fix these issues as soon as possible.
**Please note:** Do not use "accelerated inference frameworks" like **VLLM** temporarily. Instead, use Transformers for inference. Otherwise, due to precision issues, the output quality will be significantly degraded. If you need faster inference, you can consider using the q8_0 quantization (faster and better than bf16 vllm for this model only) with llama.cpp temporarily or wait for the official version.
To be fixed in the upcoming next version update.
**no repetition_penalty!**
Please do not use wikitext for quantization calibration because all wikitext have been re-aligned on synthetic dataset, and its distribution differs significantly from the original wikitext.
## MT-Bench: 8.5
![mt-bench](https://cdn-uploads.huggingface.co/production/uploads/63468a143ea42ee2cb49ddd1/2vv2_nGbfWuOM8jwy40dn.png)
## Some contamination detection if you want to check:
| Models | MMLU (ref: llama7b) | TBA |
| ------------------------- | ------------------- | ---- |
| microsoft/Orca-2-7b | 0.77 | |
| mistralai/Mistral-7B-v0.1 | 0.46 | |
| **CausalLM/34b-beta** | **0.38** | |
| 01-ai/Yi-6B-200K | 0.3 | |
data from https://huggingface.co/spaces/Yeyito/llm_contamination_detector
It should be *safe*. It was not trained on the benchmark, but the contamination of the training dataset is unavoidable due to cost constraints. |