akumaburn commited on
Commit
0bc7ac4
1 Parent(s): c7ece6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: gpl-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
  ---
4
+ # CausalLM 34B β
5
+
6
+ ## PROMPT FORMAT:
7
+ [chatml](https://github.com/openai/openai-python/blob/main/chatml.md)
8
+
9
+ 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.
10
+
11
+ **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.
12
+ To be fixed in the upcoming next version update.
13
+
14
+ **no repetition_penalty!**
15
+
16
+ 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.
17
+
18
+ ## MT-Bench: 8.5
19
+
20
+ ![mt-bench](https://cdn-uploads.huggingface.co/production/uploads/63468a143ea42ee2cb49ddd1/2vv2_nGbfWuOM8jwy40dn.png)
21
+
22
+ ## Some contamination detection if you want to check:
23
+
24
+ | Models | MMLU (ref: llama7b) | TBA |
25
+ | ------------------------- | ------------------- | ---- |
26
+ | microsoft/Orca-2-7b | 0.77 | |
27
+ | mistralai/Mistral-7B-v0.1 | 0.46 | |
28
+ | **CausalLM/34b-beta** | **0.38** | |
29
+ | 01-ai/Yi-6B-200K | 0.3 | |
30
+
31
+ data from https://huggingface.co/spaces/Yeyito/llm_contamination_detector
32
+
33
+ It should be *safe*. It was not trained on the benchmark, but the contamination of the training dataset is unavoidable due to cost constraints.