Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- Sao10K/Claude-3-Opus-Instruct-15K
|
4 |
+
- abacusai/SystemChat-1.1
|
5 |
+
- Ba2han/DollyLlama-5k
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
---
|
9 |
+
hf-causal-experimental (pretrained='E:/text-generation-webui/models/phi-984-dora'), limit: None, provide_description: False, num_fewshot: 5, batch_size: None
|
10 |
+
| Task |Version| Metric |Value | |Stderr|
|
11 |
+
|---------------------------------|------:|--------|-----:|---|-----:|
|
12 |
+
|arc_challenge | 0|acc |0.5870|± |0.0144|
|
13 |
+
| | |acc_norm|0.6067|± |0.0143|
|
14 |
+
|hendrycksTest-abstract_algebra | 1|acc |0.3500|± |0.0479|
|
15 |
+
| | |acc_norm|0.3500|± |0.0479|
|
16 |
+
|hendrycksTest-college_biology | 1|acc |0.8264|± |0.0317|
|
17 |
+
| | |acc_norm|0.8264|± |0.0317|
|
18 |
+
|hendrycksTest-college_chemistry | 1|acc |**0.4900**|± |0.0502|
|
19 |
+
| | |acc_norm|0.4900|± |0.0502|
|
20 |
+
|hendrycksTest-college_mathematics| 1|acc |**0.3900**|± |0.0490|
|
21 |
+
| | |acc_norm|0.3900|± |0.0490|
|
22 |
+
|hendrycksTest-college_physics | 1|acc |**0.4020**|± |0.0488|
|
23 |
+
| | |acc_norm|0.4020|± |0.0488|
|
24 |
+
|winogrande | 0|acc |**0.7309**|± |0.0125|
|
25 |
+
|
26 |
+
**We have Llama-3 at home!**
|
27 |
+
|
28 |
+
The model has been trained on filtered versions of tagged datasets, as well as a few thousand more examples generated with llama-3-70B.
|
29 |
+
|
30 |
+
Use **Zephyr template** with any system message. Default system message should be:
|
31 |
+
|
32 |
+
You are a smart, friendly and helpful assistant.
|