初始化项目,由ModelHub XC社区提供模型
Model: ewof/koishi-instruct-3b Source: Original Platform
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
datasets:
|
||||
- ewof/koishi-instruct-metharme
|
||||
---
|
||||
|
||||
## Base Model
|
||||
|
||||
native fine tune of togethercomputer/RedPajama-INCITE-Base-3B-v1
|
||||
|
||||
## Prompting
|
||||
|
||||
The current model version has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
|
||||
|
||||
The `<|system|>` prompt can be used to inject out-of-channel information behind the scenes, while the `<|user|>` prompt should be used to indicate user input. The `<|model|>` token should then be used to indicate that the model should generate a response. These tokens can happen multiple times and be chained up to form a conversation history.
|
||||
|
||||
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
||||
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_ewof__koishi-instruct-3b)
|
||||
|
||||
| Metric | Value |
|
||||
|-----------------------|---------------------------|
|
||||
| Avg. | 33.48 |
|
||||
| ARC (25-shot) | 40.96 |
|
||||
| HellaSwag (10-shot) | 64.54 |
|
||||
| MMLU (5-shot) | 26.58 |
|
||||
| TruthfulQA (0-shot) | 31.65 |
|
||||
| Winogrande (5-shot) | 64.09 |
|
||||
| GSM8K (5-shot) | 1.14 |
|
||||
| DROP (3-shot) | 5.41 |
|
||||
Reference in New Issue
Block a user