louisbrulenaudet
commited on
Commit
•
2510b0c
1
Parent(s):
742ab9c
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,31 @@ language:
|
|
17 |
- en
|
18 |
library_name: transformers
|
19 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
<center><img src='https://i.imgur.com/dU9dUh0.png' width='500px'></center>
|
22 |
|
@@ -67,10 +92,10 @@ print(outputs[0]["generated_text"])
|
|
67 |
If you use this code in your research, please use the following BibTeX entry.
|
68 |
|
69 |
```BibTeX
|
70 |
-
@misc{
|
71 |
author = {Louis Brulé Naudet},
|
72 |
title = {Maxine-7B-0401-stock, an xtraordinary 7B model},
|
73 |
-
year = {
|
74 |
howpublished = {\url{https://huggingface.co/louisbrulenaudet/Maxine-7B-0401-stock}},
|
75 |
}
|
76 |
```
|
|
|
17 |
- en
|
18 |
library_name: transformers
|
19 |
pipeline_tag: text-generation
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: text-generation
|
23 |
+
metrics:
|
24 |
+
- name: Average
|
25 |
+
type: Average
|
26 |
+
value: 76.73
|
27 |
+
- name: ARC
|
28 |
+
type: ARC
|
29 |
+
value: 73.12
|
30 |
+
- name: GSM8K
|
31 |
+
type: GSM8K
|
32 |
+
value: 70.66
|
33 |
+
- name: Winogrande
|
34 |
+
type: Winogrande
|
35 |
+
value: 85
|
36 |
+
- name: TruthfulQA
|
37 |
+
type: TruthfulQA
|
38 |
+
value: 78.07
|
39 |
+
- name: HellaSwag
|
40 |
+
type: HellaSwag
|
41 |
+
value: 89.13
|
42 |
+
source:
|
43 |
+
name: Open LLM Leaderboard
|
44 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|
45 |
---
|
46 |
<center><img src='https://i.imgur.com/dU9dUh0.png' width='500px'></center>
|
47 |
|
|
|
92 |
If you use this code in your research, please use the following BibTeX entry.
|
93 |
|
94 |
```BibTeX
|
95 |
+
@misc{louisbrulenaudet2024,
|
96 |
author = {Louis Brulé Naudet},
|
97 |
title = {Maxine-7B-0401-stock, an xtraordinary 7B model},
|
98 |
+
year = {2024}
|
99 |
howpublished = {\url{https://huggingface.co/louisbrulenaudet/Maxine-7B-0401-stock}},
|
100 |
}
|
101 |
```
|