Update readme
Browse files
README.md
CHANGED
@@ -37,6 +37,22 @@ parameters:
|
|
37 |
dtype: bfloat16
|
38 |
```
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
## 💻 Usage
|
41 |
|
42 |
```python
|
|
|
37 |
dtype: bfloat16
|
38 |
```
|
39 |
|
40 |
+
## Eval Results
|
41 |
+
|
42 |
+
|Benchmark| Model |agieval|gpt4all|bigbench|truthfulqa|Average|
|
43 |
+
|---------|----------------------------------------------------|------:|------:|-------:|---------:|------:|
|
44 |
+
|nous |[Nereus-7B](https://huggingface.co/saucam/Nereus-7B)| 42.8| 72.21| 39.17| 54.32| 52.12|
|
45 |
+
|
46 |
+
Average score: 52.12%
|
47 |
+
|
48 |
+
|Benchmark| Model |winogrande| arc |gsm8k|mmlu|truthfulqa|hellaswag|Average|
|
49 |
+
|---------|----------------------------------------------------|---------:|----:|----:|---:|---------:|--------:|------:|
|
50 |
+
|openllm |[Nereus-7B](https://huggingface.co/saucam/Nereus-7B)| 76.95|62.54|46.25|59.6| 54.32| 83.23| 63.82|
|
51 |
+
|
52 |
+
Average score: 63.82%
|
53 |
+
|
54 |
+
For detailed results [see here](https://github.com/saucam/model_evals/blob/main/saucam/Nereus-7B/README.md)
|
55 |
+
|
56 |
## 💻 Usage
|
57 |
|
58 |
```python
|