Update README.md
Browse files
README.md
CHANGED
|
@@ -44,4 +44,17 @@ experts:
|
|
| 44 |
positive_prompts: [""]
|
| 45 |
- source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 46 |
positive_prompts: [""]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
```
|
|
|
|
| 44 |
positive_prompts: [""]
|
| 45 |
- source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 46 |
positive_prompts: [""]
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
# Eval
|
| 50 |
+
Thanks to u/mhenrichsen for the HellaSwag score
|
| 51 |
+
|
| 52 |
+
```
|
| 53 |
+
| Tasks |Version|Filter|n-shot| Metric |Value | |Stderr|
|
| 54 |
+
|
| 55 |
+
|---------|-------|------|-----:|--------|-----:|---|-----:|
|
| 56 |
+
|
| 57 |
+
|hellaswag|Yaml |none | 0|acc |0.4657|± |0.0050|
|
| 58 |
+
|
| 59 |
+
| | |none | 0|acc\_norm|0.6042|± |0.0049|
|
| 60 |
```
|