Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,16 @@ tags:
|
|
10 |
---
|
11 |
# Starlight (7B)
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
## The model follows the Alpaca template:
|
14 |
-
|
|
|
|
|
15 |
|
16 |
## Example:
|
17 |
```
|
|
|
10 |
---
|
11 |
# Starlight (7B)
|
12 |
|
13 |
+
| Model | Average ⬆️ | ARC | HellaSwag | MMLU | TruthfulQA |
|
14 |
+
|----------------------|------------|-------|-----------|-------|------------|
|
15 |
+
| NewstaR/Starlight-13B| 58.63 | 59.3 | 82.15 | 55.67 | 37.39 |
|
16 |
+
| NewstaR/Starlight-7B | 54.3 | 53.07 | 78.57 | 46.8 | 38.75 |
|
17 |
+
|
18 |
+
|
19 |
## The model follows the Alpaca template:
|
20 |
+
```
|
21 |
+
### Instruction: {prompt} ### Response:
|
22 |
+
```
|
23 |
|
24 |
## Example:
|
25 |
```
|