hawei_LinkedIn
commited on
Commit
·
8327fc3
1
Parent(s):
aab370f
upload model weights and model card
Browse files- .gitattributes +3 -0
- README.md +105 -0
- benchmark_results_meta_pretrain.json +3 -0
- benchmark_results_zh_pretrain_multishot.json +3 -0
- config.json +3 -0
- evaluation_results.json +3 -0
- generation_config.json +3 -0
- model-00001-of-00005.safetensors +3 -0
- model-00002-of-00005.safetensors +3 -0
- model-00003-of-00005.safetensors +3 -0
- model-00004-of-00005.safetensors +3 -0
- model-00005-of-00005.safetensors +3 -0
- model.safetensors.index.json +3 -0
- special_tokens_map.json +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,108 @@
|
|
| 1 |
---
|
| 2 |
license: llama3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: llama3.1
|
| 3 |
+
datasets:
|
| 4 |
+
- survivi/Llama-3-SynE-Dataset
|
| 5 |
+
- hfl/stem_zh_instruction
|
| 6 |
+
- llamafactory/alpaca_zh
|
| 7 |
+
- llamafactory/alpaca_gpt4_zh
|
| 8 |
+
- hfl/ruozhiba_gpt4
|
| 9 |
+
- codingsteven/Llama-3-8B-chat
|
| 10 |
+
language:
|
| 11 |
+
- zh
|
| 12 |
+
base_model:
|
| 13 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
| 14 |
+
model-index:
|
| 15 |
+
- name: Control-LLM-Llama3.1-8B-SynE-Hybrid
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
type: pretraining-evaluation
|
| 19 |
+
dataset:
|
| 20 |
+
type: mixed
|
| 21 |
+
name: Pretraining Evaluation Dataset
|
| 22 |
+
metrics:
|
| 23 |
+
- name: exact_match,strict-match (meta_pretrain)
|
| 24 |
+
type: exact_match
|
| 25 |
+
value: 0.4677775980154236
|
| 26 |
+
stderr: 0.0035271375539740195
|
| 27 |
+
verified: false
|
| 28 |
+
- name: exact_match,strict-match (meta_bbh_3shot_cot_pretrain)
|
| 29 |
+
type: exact_match
|
| 30 |
+
value: 0.6516664106896022
|
| 31 |
+
stderr: 0.005904999312183116
|
| 32 |
+
verified: false
|
| 33 |
+
- name: acc,none (meta_mmlu_5shot_pretrain)
|
| 34 |
+
type: accuracy
|
| 35 |
+
value: 0.6574562028201111
|
| 36 |
+
stderr: 0.004004907112115045
|
| 37 |
+
verified: false
|
| 38 |
+
- name: exact_match,strict-match (meta_mmlu_pro_5shot_pretrain)
|
| 39 |
+
type: exact_match
|
| 40 |
+
value: 0.36826795212765956
|
| 41 |
+
stderr: 0.004397416024070344
|
| 42 |
+
verified: false
|
| 43 |
+
- task:
|
| 44 |
+
type: chinese-evaluation
|
| 45 |
+
dataset:
|
| 46 |
+
type: mixed
|
| 47 |
+
name: Chinese Evaluation Dataset
|
| 48 |
+
metrics:
|
| 49 |
+
- name: exact_match,strict-match (zh_pretrain_multishot)
|
| 50 |
+
type: exact_match
|
| 51 |
+
value: 0.4448483910891089
|
| 52 |
+
stderr: 0.004279257037413458
|
| 53 |
+
verified: false
|
| 54 |
+
- name: acc,none (ceval-valid)
|
| 55 |
+
type: accuracy
|
| 56 |
+
value: 0.5891530460624071
|
| 57 |
+
stderr: 0.012995719777231915
|
| 58 |
+
verified: false
|
| 59 |
+
- name: exact_match,strict-match (ceval-valid-pretrain-cot_zh)
|
| 60 |
+
type: exact_match
|
| 61 |
+
value: 0.44650817236255574
|
| 62 |
+
stderr: 0.013132438471522461
|
| 63 |
+
verified: false
|
| 64 |
+
- name: acc,none (cmmlu)
|
| 65 |
+
type: accuracy
|
| 66 |
+
value: 0.578742876877914
|
| 67 |
+
stderr: 0.004459355253649275
|
| 68 |
+
verified: false
|
| 69 |
+
- name: exact_match,strict-match (cmmlu_pretrain_cot_zh)
|
| 70 |
+
type: exact_match
|
| 71 |
+
value: 0.4446554999136591
|
| 72 |
+
stderr: 0.004526020080338497
|
| 73 |
+
verified: false
|
| 74 |
---
|
| 75 |
+
# Control-LLM-Llama3.1-8B-SynE-Hybrid
|
| 76 |
+
This is a fine-tuned model of Llama-3.1-8B for muliligual-Chinese tasks on SynE dataset by Control LLM-Hybrid.
|
| 77 |
+
|
| 78 |
+
## Evaluation Results
|
| 79 |
+
Here is an overview of the evaluation results and findings:
|
| 80 |
+
|
| 81 |
+
### Benchmark Results Table
|
| 82 |
+
|
| 83 |
+
The table below summarizes evaluation results across Chinese tasks and original capabilities.
|
| 84 |
+
|
| 85 |
+
| **Model** | **CEval** | **CEvalC** | **CMMLU** | **CMMLUC** | **C-Avg** | **BBH** | **MLU** | **MLUP** | **O-Avg** | **Overall** |
|
| 86 |
+
|--------------------|-----------|------------|-----------|------------|-----------|---------|---------|----------|-----------|-------------|
|
| 87 |
+
| Llama3.1-8B | 48.3 | 12.8 | 51.1 | 14.1 | 13.9 | 65.2 | 65.4 | 35.5 | 45.9 | 29.9 |
|
| 88 |
+
| Llama-3-SynE | 57.7 | 22.3 | 57.1 | 22.8 | 22.8 | 61.9 | 64.0 | 32.6 | 42.9 | 32.9 |
|
| 89 |
+
| Full Param Tune | 59.0 | 40.2 | **60.2** | 44.3 | 43.8 | 64.8 | 64.9 | 35.0 | 45.4 | 44.6 |
|
| 90 |
+
| Stack Expansion | 56.0 | 32.7 | 55.2 | 33.4 | 33.3 | 62.3 | 65.6 | 35.3 | 44.8 | 39.1 |
|
| 91 |
+
| Concat-Lerp* | 57.1 | 34.8 | 57.0 | 37.4 | 37.1 | 64.4 | 64.6 | 35.8 | 45.9 | 41.5 |
|
| 92 |
+
| **Hybrid Expansion**| **58.9** | 44.7 | 57.9 | 44.3 | 44.4 | 65.1 | **65.7**| 36.9 | 46.8 | 45.6 |
|
| 93 |
+
| **Control LLM*** | 57.0 | **44.7** | 56.0 | **44.9** | **44.8** | **68.2**| 65.6 | **37.9** | **48.5** | **46.7** |
|
| 94 |
+
|
| 95 |
+
---
|
| 96 |
+
|
| 97 |
+
### Explanation:
|
| 98 |
+
- **CEval**: Chinese Evaluation
|
| 99 |
+
- **CEvalC**: Chinese Evaluation (CoT - Chain of Thought)
|
| 100 |
+
- **CMMLU**: Chinese MMLU
|
| 101 |
+
- **CMMLUC**: Chinese MMLU (CoT)
|
| 102 |
+
- **C-Avg**: Chinese - Size Weighted Average across CEval, CEvalC, CMMLU, and CMMLUC
|
| 103 |
+
- **BBH**: BigBench Hard
|
| 104 |
+
- **MLU**: MMLU (Massive Multitask Language Understanding)
|
| 105 |
+
- **MLUP**: MMLU Pro
|
| 106 |
+
- **O-Avg**: Original Capability - Size Weighted Average across BBH, MLU, and MLUP
|
| 107 |
+
- **Overall**: Combined average across all tasks
|
| 108 |
+
|
benchmark_results_meta_pretrain.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f557b7e7d791f99c032cb314a22b030c2540e59f70c9f67985469095c673cda8
|
| 3 |
+
size 14640
|
benchmark_results_zh_pretrain_multishot.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a544f1434518b1ace1a3e0b8cadfb021ac350c5a09f4731974a3bdfb430b0b9
|
| 3 |
+
size 483259
|
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:231d4bd247f0e3903f01e031f44a67be8ab3a3f3e9c7b524619c6219774110a2
|
| 3 |
+
size 1934
|
evaluation_results.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f94ffaf769e93f6a75f0b2012dd1e794cce9f2ef7427923d64c19675c7e506d
|
| 3 |
+
size 542
|
generation_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:876653772dee958707f51e8a0aebd2a6ec7f3e3cbc1d35986a55b9134814ccbe
|
| 3 |
+
size 143
|
model-00001-of-00005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:751beba17dfee0156ccc2e691e7b1aaba8dfda0a860c7210373cd83e4d478fde
|
| 3 |
+
size 4976731946
|
model-00002-of-00005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:885753b638d3608f0ed5f933762c4f8e3fddb6357145bbaf16497dc3413508bc
|
| 3 |
+
size 4999836492
|
model-00003-of-00005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe097157ff23c1f2cfb005c652c6f8cbce9490ce136c4393aab716f241738bee
|
| 3 |
+
size 4915949972
|
model-00004-of-00005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a76ae44250b48b56a4bdf9dc925539c6e1fb6342c4db6767814efb1df4677ce
|
| 3 |
+
size 4999853132
|
model-00005-of-00005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9f3481b0c969e60c509fe2f83d3f5dd6cf108f46a23722223288881b889c53d
|
| 3 |
+
size 3147953546
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eb24dd431de61e23727f0473fdcf08071c64906661578c5376684060f5e3a34
|
| 3 |
+
size 39432
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:602e9a79a0ea636f1a1aafdc524ee6919d17b1c5c737d81332b1aaf5927122cf
|
| 3 |
+
size 577
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a200d62d1a1177908f4310d7e367f0194d474db0038dc1f2f2434a3ef74af7d9
|
| 3 |
+
size 17210284
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1db3384732a446ad1fb56b15ec603920b13f148d7be21cda2c67857a9b7afe61
|
| 3 |
+
size 50969
|