RefalMachine
commited on
Commit
•
7157875
1
Parent(s):
c882e51
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +12 -0
- README.md +72 -0
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- all_results.json +16 -0
- checkpoint-10000/pt_lora_model/README.md +7 -0
- checkpoint-10000/pt_lora_model/adapter_config.json +32 -0
- checkpoint-10000/pt_lora_model/adapter_model.safetensors +3 -0
- checkpoint-10000/pt_lora_model/added_tokens.json +24 -0
- checkpoint-10000/pt_lora_model/merges.txt +0 -0
- checkpoint-10000/pt_lora_model/special_tokens_map.json +40 -0
- checkpoint-10000/pt_lora_model/tokenizer.json +3 -0
- checkpoint-10000/pt_lora_model/tokenizer_config.json +216 -0
- checkpoint-10000/pt_lora_model/vocab.json +0 -0
- checkpoint-11328/pt_lora_model/README.md +202 -0
- checkpoint-11328/pt_lora_model/adapter_config.json +32 -0
- checkpoint-11328/pt_lora_model/adapter_model.safetensors +3 -0
- checkpoint-11328/pt_lora_model/added_tokens.json +24 -0
- checkpoint-11328/pt_lora_model/merges.txt +0 -0
- checkpoint-11328/pt_lora_model/special_tokens_map.json +40 -0
- checkpoint-11328/pt_lora_model/tokenizer.json +3 -0
- checkpoint-11328/pt_lora_model/tokenizer_config.json +216 -0
- checkpoint-11328/pt_lora_model/vocab.json +0 -0
- eval_results.json +10 -0
- llmtf_eval/daru_treewayabstractive.jsonl +3 -0
- llmtf_eval/daru_treewayabstractive_params.jsonl +57 -0
- llmtf_eval/daru_treewayabstractive_total.jsonl +8 -0
- llmtf_eval/daru_treewayextractive.jsonl +3 -0
- llmtf_eval/daru_treewayextractive_params.jsonl +57 -0
- llmtf_eval/daru_treewayextractive_total.jsonl +7 -0
- llmtf_eval/darumeru_MultiQ.jsonl +3 -0
- llmtf_eval/darumeru_MultiQ_params.jsonl +57 -0
- llmtf_eval/darumeru_MultiQ_total.jsonl +8 -0
- llmtf_eval/darumeru_PARus.jsonl +0 -0
- llmtf_eval/darumeru_PARus_params.jsonl +57 -0
- llmtf_eval/darumeru_PARus_total.jsonl +7 -0
- llmtf_eval/darumeru_RCB.jsonl +0 -0
- llmtf_eval/darumeru_RCB_params.jsonl +57 -0
- llmtf_eval/darumeru_RCB_total.jsonl +8 -0
- llmtf_eval/darumeru_RWSD.jsonl +0 -0
- llmtf_eval/darumeru_RWSD_params.jsonl +57 -0
- llmtf_eval/darumeru_RWSD_total.jsonl +7 -0
- llmtf_eval/darumeru_USE.jsonl +3 -0
- llmtf_eval/darumeru_USE_params.jsonl +57 -0
- llmtf_eval/darumeru_USE_total.jsonl +7 -0
- llmtf_eval/darumeru_cp_para_en.jsonl +0 -0
- llmtf_eval/darumeru_cp_para_en_params.jsonl +57 -0
- llmtf_eval/darumeru_cp_para_en_total.jsonl +9 -0
- llmtf_eval/darumeru_cp_para_ru.jsonl +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ 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 |
+
checkpoint-10000/pt_lora_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-11328/pt_lora_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llmtf_eval/daru_treewayabstractive.jsonl filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llmtf_eval/daru_treewayextractive.jsonl filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llmtf_eval/darumeru_MultiQ.jsonl filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llmtf_eval/darumeru_USE.jsonl filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llmtf_eval/darumeru_ruMMLU.jsonl filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llmtf_eval/nlpcoreteam_enMMLU.jsonl filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llmtf_eval/nlpcoreteam_ruMMLU.jsonl filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llmtf_eval/russiannlp_rucola_custom.jsonl filter=lfs diff=lfs merge=lfs -text
|
46 |
+
pt_lora_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
47 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init
|
3 |
+
library_name: peft
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
tags:
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init](https://huggingface.co/RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.3657
|
21 |
+
- Accuracy: 0.5115
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0005
|
41 |
+
- train_batch_size: 2
|
42 |
+
- eval_batch_size: 2
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 64
|
46 |
+
- gradient_accumulation_steps: 2
|
47 |
+
- total_train_batch_size: 256
|
48 |
+
- total_eval_batch_size: 128
|
49 |
+
- optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- lr_scheduler_warmup_steps: 100
|
52 |
+
- num_epochs: 1.0
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------:|
|
58 |
+
| No log | 0.0001 | 1 | 5.8817 | 0.3107 |
|
59 |
+
| 2.556 | 0.1765 | 2000 | 2.4191 | 0.5046 |
|
60 |
+
| 2.5196 | 0.3531 | 4000 | 2.3900 | 0.5084 |
|
61 |
+
| 2.4919 | 0.5296 | 6000 | 2.3754 | 0.5103 |
|
62 |
+
| 2.4884 | 0.7062 | 8000 | 2.3676 | 0.5112 |
|
63 |
+
| 2.4865 | 0.8827 | 10000 | 2.3658 | 0.5115 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- PEFT 0.9.0
|
69 |
+
- Transformers 4.45.2
|
70 |
+
- Pytorch 2.3.0a0+6ddf5cf85e.nv24.04
|
71 |
+
- Datasets 2.18.0
|
72 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 128.0,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": [
|
17 |
+
"lm_head"
|
18 |
+
],
|
19 |
+
"peft_type": "LORA",
|
20 |
+
"r": 32,
|
21 |
+
"rank_pattern": {},
|
22 |
+
"revision": null,
|
23 |
+
"target_modules": [
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"o_proj",
|
27 |
+
"v_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0640cfe13c93b63f0f24011afbec58ec3eff37c27c1497e2e14736e3d3d7478
|
3 |
+
size 632040248
|
added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 147090,
|
3 |
+
"<tool_call>": 147089,
|
4 |
+
"<|box_end|>": 147081,
|
5 |
+
"<|box_start|>": 147080,
|
6 |
+
"<|endoftext|>": 147075,
|
7 |
+
"<|file_sep|>": 147096,
|
8 |
+
"<|fim_middle|>": 147092,
|
9 |
+
"<|fim_pad|>": 147094,
|
10 |
+
"<|fim_prefix|>": 147091,
|
11 |
+
"<|fim_suffix|>": 147093,
|
12 |
+
"<|im_end|>": 147077,
|
13 |
+
"<|im_start|>": 147076,
|
14 |
+
"<|image_pad|>": 147087,
|
15 |
+
"<|object_ref_end|>": 147079,
|
16 |
+
"<|object_ref_start|>": 147078,
|
17 |
+
"<|quad_end|>": 147083,
|
18 |
+
"<|quad_start|>": 147082,
|
19 |
+
"<|repo_name|>": 147095,
|
20 |
+
"<|video_pad|>": 147088,
|
21 |
+
"<|vision_end|>": 147085,
|
22 |
+
"<|vision_pad|>": 147086,
|
23 |
+
"<|vision_start|>": 147084
|
24 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999558635300348,
|
3 |
+
"eval_accuracy": 0.5114566774944134,
|
4 |
+
"eval_loss": 2.3657422065734863,
|
5 |
+
"eval_runtime": 6.976,
|
6 |
+
"eval_samples": 318,
|
7 |
+
"eval_samples_per_second": 45.585,
|
8 |
+
"eval_steps_per_second": 0.43,
|
9 |
+
"perplexity": 10.651941825558275,
|
10 |
+
"total_flos": 2.202782600225295e+20,
|
11 |
+
"train_loss": 2.520355888510828,
|
12 |
+
"train_runtime": 24592.232,
|
13 |
+
"train_samples": 2900094,
|
14 |
+
"train_samples_per_second": 117.927,
|
15 |
+
"train_steps_per_second": 0.461
|
16 |
+
}
|
checkpoint-10000/pt_lora_model/README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
### Framework versions
|
6 |
+
|
7 |
+
- PEFT 0.9.0
|
checkpoint-10000/pt_lora_model/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 128.0,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": [
|
17 |
+
"lm_head"
|
18 |
+
],
|
19 |
+
"peft_type": "LORA",
|
20 |
+
"r": 32,
|
21 |
+
"rank_pattern": {},
|
22 |
+
"revision": null,
|
23 |
+
"target_modules": [
|
24 |
+
"o_proj",
|
25 |
+
"k_proj",
|
26 |
+
"v_proj",
|
27 |
+
"q_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-10000/pt_lora_model/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dc702fcf411e7aae9fecc953edd7376a12c88ce41b15de98fb57ab46f773932
|
3 |
+
size 632040248
|
checkpoint-10000/pt_lora_model/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 147090,
|
3 |
+
"<tool_call>": 147089,
|
4 |
+
"<|box_end|>": 147081,
|
5 |
+
"<|box_start|>": 147080,
|
6 |
+
"<|endoftext|>": 147075,
|
7 |
+
"<|file_sep|>": 147096,
|
8 |
+
"<|fim_middle|>": 147092,
|
9 |
+
"<|fim_pad|>": 147094,
|
10 |
+
"<|fim_prefix|>": 147091,
|
11 |
+
"<|fim_suffix|>": 147093,
|
12 |
+
"<|im_end|>": 147077,
|
13 |
+
"<|im_start|>": 147076,
|
14 |
+
"<|image_pad|>": 147087,
|
15 |
+
"<|object_ref_end|>": 147079,
|
16 |
+
"<|object_ref_start|>": 147078,
|
17 |
+
"<|quad_end|>": 147083,
|
18 |
+
"<|quad_start|>": 147082,
|
19 |
+
"<|repo_name|>": 147095,
|
20 |
+
"<|video_pad|>": 147088,
|
21 |
+
"<|vision_end|>": 147085,
|
22 |
+
"<|vision_pad|>": 147086,
|
23 |
+
"<|vision_start|>": 147084
|
24 |
+
}
|
checkpoint-10000/pt_lora_model/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-10000/pt_lora_model/special_tokens_map.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<|im_start|>",
|
5 |
+
"<|im_end|>",
|
6 |
+
"<|object_ref_start|>",
|
7 |
+
"<|object_ref_end|>",
|
8 |
+
"<|box_start|>",
|
9 |
+
"<|box_end|>",
|
10 |
+
"<|quad_start|>",
|
11 |
+
"<|quad_end|>",
|
12 |
+
"<|vision_start|>",
|
13 |
+
"<|vision_end|>",
|
14 |
+
"<|vision_pad|>",
|
15 |
+
"<|image_pad|>",
|
16 |
+
"<|video_pad|>",
|
17 |
+
"<tool_call>",
|
18 |
+
"</tool_call>",
|
19 |
+
"<|fim_prefix|>",
|
20 |
+
"<|fim_middle|>",
|
21 |
+
"<|fim_suffix|>",
|
22 |
+
"<|fim_pad|>",
|
23 |
+
"<|repo_name|>",
|
24 |
+
"<|file_sep|>"
|
25 |
+
],
|
26 |
+
"eos_token": {
|
27 |
+
"content": "<|endoftext|>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
},
|
33 |
+
"pad_token": {
|
34 |
+
"content": "<|endoftext|>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": false,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
}
|
40 |
+
}
|
checkpoint-10000/pt_lora_model/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84b9483a1bfb5b8bb09b0269429a5e7fd89ee2868eb31cc70d5f695b64b95852
|
3 |
+
size 12441282
|
checkpoint-10000/pt_lora_model/tokenizer_config.json
ADDED
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"147075": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"147076": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"147077": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"147078": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"147079": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"147080": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"147081": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"147082": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"147083": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"147084": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"147085": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"147086": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"147087": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"147088": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"147089": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
},
|
125 |
+
"147090": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": true
|
132 |
+
},
|
133 |
+
"147091": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": true
|
140 |
+
},
|
141 |
+
"147092": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": true
|
148 |
+
},
|
149 |
+
"147093": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": true
|
156 |
+
},
|
157 |
+
"147094": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": true
|
164 |
+
},
|
165 |
+
"147095": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": true
|
172 |
+
},
|
173 |
+
"147096": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": true
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|endoftext|>",
|
184 |
+
"<|im_start|>",
|
185 |
+
"<|im_end|>",
|
186 |
+
"<|object_ref_start|>",
|
187 |
+
"<|object_ref_end|>",
|
188 |
+
"<|box_start|>",
|
189 |
+
"<|box_end|>",
|
190 |
+
"<|quad_start|>",
|
191 |
+
"<|quad_end|>",
|
192 |
+
"<|vision_start|>",
|
193 |
+
"<|vision_end|>",
|
194 |
+
"<|vision_pad|>",
|
195 |
+
"<|image_pad|>",
|
196 |
+
"<|video_pad|>",
|
197 |
+
"<tool_call>",
|
198 |
+
"</tool_call>",
|
199 |
+
"<|fim_prefix|>",
|
200 |
+
"<|fim_middle|>",
|
201 |
+
"<|fim_suffix|>",
|
202 |
+
"<|fim_pad|>",
|
203 |
+
"<|repo_name|>",
|
204 |
+
"<|file_sep|>"
|
205 |
+
],
|
206 |
+
"bos_token": null,
|
207 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
208 |
+
"clean_up_tokenization_spaces": false,
|
209 |
+
"eos_token": "<|endoftext|>",
|
210 |
+
"errors": "replace",
|
211 |
+
"model_max_length": 131072,
|
212 |
+
"pad_token": "<|endoftext|>",
|
213 |
+
"split_special_tokens": false,
|
214 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
215 |
+
"unk_token": null
|
216 |
+
}
|
checkpoint-10000/pt_lora_model/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-11328/pt_lora_model/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.9.0
|
checkpoint-11328/pt_lora_model/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "RefalMachine/ruadapt_qwen2.5_3B_ext_u48_mean_init",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 128.0,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": [
|
17 |
+
"lm_head"
|
18 |
+
],
|
19 |
+
"peft_type": "LORA",
|
20 |
+
"r": 32,
|
21 |
+
"rank_pattern": {},
|
22 |
+
"revision": null,
|
23 |
+
"target_modules": [
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"o_proj",
|
27 |
+
"v_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
checkpoint-11328/pt_lora_model/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0640cfe13c93b63f0f24011afbec58ec3eff37c27c1497e2e14736e3d3d7478
|
3 |
+
size 632040248
|
checkpoint-11328/pt_lora_model/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 147090,
|
3 |
+
"<tool_call>": 147089,
|
4 |
+
"<|box_end|>": 147081,
|
5 |
+
"<|box_start|>": 147080,
|
6 |
+
"<|endoftext|>": 147075,
|
7 |
+
"<|file_sep|>": 147096,
|
8 |
+
"<|fim_middle|>": 147092,
|
9 |
+
"<|fim_pad|>": 147094,
|
10 |
+
"<|fim_prefix|>": 147091,
|
11 |
+
"<|fim_suffix|>": 147093,
|
12 |
+
"<|im_end|>": 147077,
|
13 |
+
"<|im_start|>": 147076,
|
14 |
+
"<|image_pad|>": 147087,
|
15 |
+
"<|object_ref_end|>": 147079,
|
16 |
+
"<|object_ref_start|>": 147078,
|
17 |
+
"<|quad_end|>": 147083,
|
18 |
+
"<|quad_start|>": 147082,
|
19 |
+
"<|repo_name|>": 147095,
|
20 |
+
"<|video_pad|>": 147088,
|
21 |
+
"<|vision_end|>": 147085,
|
22 |
+
"<|vision_pad|>": 147086,
|
23 |
+
"<|vision_start|>": 147084
|
24 |
+
}
|
checkpoint-11328/pt_lora_model/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-11328/pt_lora_model/special_tokens_map.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"<|im_start|>",
|
5 |
+
"<|im_end|>",
|
6 |
+
"<|object_ref_start|>",
|
7 |
+
"<|object_ref_end|>",
|
8 |
+
"<|box_start|>",
|
9 |
+
"<|box_end|>",
|
10 |
+
"<|quad_start|>",
|
11 |
+
"<|quad_end|>",
|
12 |
+
"<|vision_start|>",
|
13 |
+
"<|vision_end|>",
|
14 |
+
"<|vision_pad|>",
|
15 |
+
"<|image_pad|>",
|
16 |
+
"<|video_pad|>",
|
17 |
+
"<tool_call>",
|
18 |
+
"</tool_call>",
|
19 |
+
"<|fim_prefix|>",
|
20 |
+
"<|fim_middle|>",
|
21 |
+
"<|fim_suffix|>",
|
22 |
+
"<|fim_pad|>",
|
23 |
+
"<|repo_name|>",
|
24 |
+
"<|file_sep|>"
|
25 |
+
],
|
26 |
+
"eos_token": {
|
27 |
+
"content": "<|endoftext|>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
},
|
33 |
+
"pad_token": {
|
34 |
+
"content": "<|endoftext|>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": false,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
}
|
40 |
+
}
|
checkpoint-11328/pt_lora_model/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84b9483a1bfb5b8bb09b0269429a5e7fd89ee2868eb31cc70d5f695b64b95852
|
3 |
+
size 12441282
|
checkpoint-11328/pt_lora_model/tokenizer_config.json
ADDED
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"147075": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"147076": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"147077": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"147078": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"147079": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"147080": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"147081": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"147082": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"147083": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"147084": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"147085": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"147086": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"147087": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"147088": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"147089": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
},
|
125 |
+
"147090": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": true
|
132 |
+
},
|
133 |
+
"147091": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": true
|
140 |
+
},
|
141 |
+
"147092": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": true
|
148 |
+
},
|
149 |
+
"147093": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": true
|
156 |
+
},
|
157 |
+
"147094": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": true
|
164 |
+
},
|
165 |
+
"147095": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": true
|
172 |
+
},
|
173 |
+
"147096": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": true
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|endoftext|>",
|
184 |
+
"<|im_start|>",
|
185 |
+
"<|im_end|>",
|
186 |
+
"<|object_ref_start|>",
|
187 |
+
"<|object_ref_end|>",
|
188 |
+
"<|box_start|>",
|
189 |
+
"<|box_end|>",
|
190 |
+
"<|quad_start|>",
|
191 |
+
"<|quad_end|>",
|
192 |
+
"<|vision_start|>",
|
193 |
+
"<|vision_end|>",
|
194 |
+
"<|vision_pad|>",
|
195 |
+
"<|image_pad|>",
|
196 |
+
"<|video_pad|>",
|
197 |
+
"<tool_call>",
|
198 |
+
"</tool_call>",
|
199 |
+
"<|fim_prefix|>",
|
200 |
+
"<|fim_middle|>",
|
201 |
+
"<|fim_suffix|>",
|
202 |
+
"<|fim_pad|>",
|
203 |
+
"<|repo_name|>",
|
204 |
+
"<|file_sep|>"
|
205 |
+
],
|
206 |
+
"bos_token": null,
|
207 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
208 |
+
"clean_up_tokenization_spaces": false,
|
209 |
+
"eos_token": "<|endoftext|>",
|
210 |
+
"errors": "replace",
|
211 |
+
"model_max_length": 131072,
|
212 |
+
"pad_token": "<|endoftext|>",
|
213 |
+
"split_special_tokens": false,
|
214 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
215 |
+
"unk_token": null
|
216 |
+
}
|
checkpoint-11328/pt_lora_model/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999558635300348,
|
3 |
+
"eval_accuracy": 0.5114566774944134,
|
4 |
+
"eval_loss": 2.3657422065734863,
|
5 |
+
"eval_runtime": 6.976,
|
6 |
+
"eval_samples": 318,
|
7 |
+
"eval_samples_per_second": 45.585,
|
8 |
+
"eval_steps_per_second": 0.43,
|
9 |
+
"perplexity": 10.651941825558275
|
10 |
+
}
|
llmtf_eval/daru_treewayabstractive.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84e923c77ff03fdfc5271c7da6e41e2b6507bca850dacd8ed31dabf1f394d8c4
|
3 |
+
size 15947205
|
llmtf_eval/daru_treewayabstractive_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 512,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 500,
|
55 |
+
"method": "generate"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/daru_treewayabstractive_total.jsonl
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "daru/treewayabstractive",
|
3 |
+
"results": {
|
4 |
+
"rouge1": 0.24324312209419716,
|
5 |
+
"rouge2": 0.07780431416219476
|
6 |
+
},
|
7 |
+
"leaderboard_result": 0.16052371812819596
|
8 |
+
}
|
llmtf_eval/daru_treewayextractive.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f7b6a17f34753d7c1c2c9e8ed5499b26972b39ec1c9abd9937dd5d9644745fd
|
3 |
+
size 211735829
|
llmtf_eval/daru_treewayextractive_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 1,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 500,
|
55 |
+
"method": "calculate_logsoftmax"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/daru_treewayextractive_total.jsonl
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "daru/treewayextractive",
|
3 |
+
"results": {
|
4 |
+
"r-prec": 0.35143051948051945
|
5 |
+
},
|
6 |
+
"leaderboard_result": 0.35143051948051945
|
7 |
+
}
|
llmtf_eval/darumeru_MultiQ.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01087078b114f8d62db441a0c64bc419c28b871e090908cb6a7b5832d9822826
|
3 |
+
size 21482975
|
llmtf_eval/darumeru_MultiQ_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 64,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 10000000000000,
|
55 |
+
"method": "generate"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/darumeru_MultiQ_total.jsonl
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "darumeru/MultiQ",
|
3 |
+
"results": {
|
4 |
+
"f1": 0.4149813636918578,
|
5 |
+
"em": 0.2762906309751434
|
6 |
+
},
|
7 |
+
"leaderboard_result": 0.3456359973335006
|
8 |
+
}
|
llmtf_eval/darumeru_PARus.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
llmtf_eval/darumeru_PARus_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 64,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 10000000000000,
|
55 |
+
"method": "calculate_tokens_proba"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/darumeru_PARus_total.jsonl
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "darumeru/PARus",
|
3 |
+
"results": {
|
4 |
+
"acc": 0.32
|
5 |
+
},
|
6 |
+
"leaderboard_result": 0.32
|
7 |
+
}
|
llmtf_eval/darumeru_RCB.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
llmtf_eval/darumeru_RCB_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 64,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 10000000000000,
|
55 |
+
"method": "calculate_tokens_proba"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/darumeru_RCB_total.jsonl
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "darumeru/RCB",
|
3 |
+
"results": {
|
4 |
+
"acc": 0.42727272727272725,
|
5 |
+
"f1_macro": 0.4213976946667694
|
6 |
+
},
|
7 |
+
"leaderboard_result": 0.42433521096974836
|
8 |
+
}
|
llmtf_eval/darumeru_RWSD.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
llmtf_eval/darumeru_RWSD_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 64,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 10000000000000,
|
55 |
+
"method": "calculate_tokens_proba"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/darumeru_RWSD_total.jsonl
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "darumeru/RWSD",
|
3 |
+
"results": {
|
4 |
+
"acc": 0.44607843137254904
|
5 |
+
},
|
6 |
+
"leaderboard_result": 0.44607843137254904
|
7 |
+
}
|
llmtf_eval/darumeru_USE.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c6e0b8292bbe46fbe663706b03c523fa922f66fe206df8334e0fb0859d210a2
|
3 |
+
size 10582092
|
llmtf_eval/darumeru_USE_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 64,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 10000000000000,
|
55 |
+
"method": "generate"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/darumeru_USE_total.jsonl
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "darumeru/USE",
|
3 |
+
"results": {
|
4 |
+
"grade_norm": 0.04607843137254901
|
5 |
+
},
|
6 |
+
"leaderboard_result": 0.04607843137254901
|
7 |
+
}
|
llmtf_eval/darumeru_cp_para_en.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
llmtf_eval/darumeru_cp_para_en_params.jsonl
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"custom_generation_config": null,
|
3 |
+
"model_params": {
|
4 |
+
"model_name_or_path": "/scratch/tikhomirov/workdir/data/models/ruadapt_qwen2.5_3B_ext_u48_full_lr5e4_peft_bs256",
|
5 |
+
"generation_config": {
|
6 |
+
"do_sample": true,
|
7 |
+
"eos_token_id": [
|
8 |
+
147075,
|
9 |
+
198,
|
10 |
+
271
|
11 |
+
],
|
12 |
+
"max_length": 32768,
|
13 |
+
"max_new_tokens": 1024,
|
14 |
+
"pad_token_id": 147075,
|
15 |
+
"stop_strings": [
|
16 |
+
"\n",
|
17 |
+
"\n\n"
|
18 |
+
],
|
19 |
+
"temperature": 0.1,
|
20 |
+
"top_k": 40,
|
21 |
+
"top_p": 0.9,
|
22 |
+
"transformers_version": "4.45.2"
|
23 |
+
},
|
24 |
+
"conversation_template": {
|
25 |
+
"system_message_template": "{content}\n",
|
26 |
+
"user_message_template": "{content}\n",
|
27 |
+
"bot_message_template": "{content}\n\n",
|
28 |
+
"bot_message_template_incomplete": "{content}",
|
29 |
+
"user_role": "user",
|
30 |
+
"bot_role": "bot",
|
31 |
+
"system_role": "system",
|
32 |
+
"suffix": "",
|
33 |
+
"add_special_tokens": false,
|
34 |
+
"eos_token": [
|
35 |
+
"\n",
|
36 |
+
"\n\n"
|
37 |
+
],
|
38 |
+
"global_prefix": ""
|
39 |
+
},
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"torch_dtype": "auto",
|
42 |
+
"use_flash_attention_2": true,
|
43 |
+
"device_map": "cuda:0",
|
44 |
+
"use_fast_tokenizer": true,
|
45 |
+
"leading_space": false,
|
46 |
+
"space_token": null,
|
47 |
+
"trust_remote_code": false,
|
48 |
+
"max_model_len": 32768
|
49 |
+
},
|
50 |
+
"task_params": {
|
51 |
+
"max_len": 4000,
|
52 |
+
"few_shot_count": 5,
|
53 |
+
"batch_size": 8,
|
54 |
+
"max_sample_per_dataset": 10000000000000,
|
55 |
+
"method": "generate"
|
56 |
+
}
|
57 |
+
}
|
llmtf_eval/darumeru_cp_para_en_total.jsonl
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_name": "darumeru/cp_para_en",
|
3 |
+
"results": {
|
4 |
+
"symbol_per_token": 4.4363376335695355,
|
5 |
+
"len": 0.9918057024834991,
|
6 |
+
"lcs": 1.0
|
7 |
+
},
|
8 |
+
"leaderboard_result": 1.0
|
9 |
+
}
|
llmtf_eval/darumeru_cp_para_ru.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|