JosephusCheung
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: wtfpl
|
3 |
+
---
|
4 |
+
# CausalLM 34B β
|
5 |
+
|
6 |
+
## MT-Bench: 8.5
|
7 |
+
|
8 |
+
![mt-bench](https://cdn-uploads.huggingface.co/production/uploads/63468a143ea42ee2cb49ddd1/2vv2_nGbfWuOM8jwy40dn.png)
|
9 |
+
|
10 |
+
## Konwledge cutoff:
|
11 |
+
|
12 |
+
ALL: 2023-06 (pretrained)
|
13 |
+
|
14 |
+
**Some** General Knowledge and Politics: 2024-02-01
|
15 |
+
|
16 |
+
|
17 |
+
## Some contamination detection if you want to check:
|
18 |
+
|
19 |
+
| Models | MMLU (ref: llama7b) | TBA |
|
20 |
+
| ------------------------- | ------------------- | ---- |
|
21 |
+
| microsoft/Orca-2-7b | 0.77 | |
|
22 |
+
| mistralai/Mistral-7B-v0.1 | 0.46 | |
|
23 |
+
| **CausalLM/34b-beta** | **0.38** | |
|
24 |
+
| 01-ai/Yi-6B-200K | 0.3 | |
|
25 |
+
|
26 |
+
data from https://huggingface.co/spaces/Yeyito/llm_contamination_detector
|
27 |
+
|
28 |
+
It should be *safe*. It was not trained on the benchmark, but the contamination of the training dataset is unavoidable due to cost constraints.
|