End of training
Browse files- README.md +100 -0
- adapter_config.json +31 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +24 -0
- tokenizer.model +3 -0
- tokenizer_config.json +43 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
base_model: daryl149/llama-2-13b-chat-hf
|
6 |
+
model-index:
|
7 |
+
- name: peft-claim-detection-training-1718016334
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# peft-claim-detection-training-1718016334
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [daryl149/llama-2-13b-chat-hf](https://huggingface.co/daryl149/llama-2-13b-chat-hf) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.7537
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 0.0002
|
38 |
+
- train_batch_size: 1
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 4
|
42 |
+
- total_train_batch_size: 4
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 1
|
46 |
+
- training_steps: 1000
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:------:|:----:|:---------------:|
|
52 |
+
| 1.6754 | 0.1953 | 25 | 1.5439 |
|
53 |
+
| 1.5234 | 0.3906 | 50 | 1.5111 |
|
54 |
+
| 1.4658 | 0.5859 | 75 | 1.4981 |
|
55 |
+
| 1.4833 | 0.7812 | 100 | 1.4938 |
|
56 |
+
| 1.5195 | 0.9766 | 125 | 1.4862 |
|
57 |
+
| 1.4119 | 1.1719 | 150 | 1.4849 |
|
58 |
+
| 1.3982 | 1.3672 | 175 | 1.4881 |
|
59 |
+
| 1.4369 | 1.5625 | 200 | 1.4929 |
|
60 |
+
| 1.427 | 1.7578 | 225 | 1.4900 |
|
61 |
+
| 1.463 | 1.9531 | 250 | 1.4858 |
|
62 |
+
| 1.3686 | 2.1484 | 275 | 1.4965 |
|
63 |
+
| 1.2803 | 2.3438 | 300 | 1.5105 |
|
64 |
+
| 1.3467 | 2.5391 | 325 | 1.5215 |
|
65 |
+
| 1.3511 | 2.7344 | 350 | 1.5079 |
|
66 |
+
| 1.3662 | 2.9297 | 375 | 1.5067 |
|
67 |
+
| 1.2864 | 3.125 | 400 | 1.5295 |
|
68 |
+
| 1.1724 | 3.3203 | 425 | 1.5497 |
|
69 |
+
| 1.1846 | 3.5156 | 450 | 1.6101 |
|
70 |
+
| 1.2683 | 3.7109 | 475 | 1.5444 |
|
71 |
+
| 1.2701 | 3.9062 | 500 | 1.5333 |
|
72 |
+
| 1.1946 | 4.1016 | 525 | 1.5805 |
|
73 |
+
| 0.9993 | 4.2969 | 550 | 1.6382 |
|
74 |
+
| 1.1423 | 4.4922 | 575 | 1.6158 |
|
75 |
+
| 1.1734 | 4.6875 | 600 | 1.5982 |
|
76 |
+
| 1.107 | 4.8828 | 625 | 1.5630 |
|
77 |
+
| 1.0531 | 5.0781 | 650 | 1.6544 |
|
78 |
+
| 0.9469 | 5.2734 | 675 | 1.7376 |
|
79 |
+
| 1.0501 | 5.4688 | 700 | 1.6753 |
|
80 |
+
| 1.0237 | 5.6641 | 725 | 1.6146 |
|
81 |
+
| 0.9976 | 5.8594 | 750 | 1.6472 |
|
82 |
+
| 0.8801 | 6.0547 | 775 | 1.7507 |
|
83 |
+
| 0.8045 | 6.25 | 800 | 1.7875 |
|
84 |
+
| 0.9957 | 6.4453 | 825 | 1.6558 |
|
85 |
+
| 0.961 | 6.6406 | 850 | 1.7039 |
|
86 |
+
| 0.8889 | 6.8359 | 875 | 1.7554 |
|
87 |
+
| 0.8674 | 7.0312 | 900 | 1.6885 |
|
88 |
+
| 0.8393 | 7.2266 | 925 | 1.7469 |
|
89 |
+
| 0.8802 | 7.4219 | 950 | 1.7618 |
|
90 |
+
| 0.8384 | 7.6172 | 975 | 1.7559 |
|
91 |
+
| 0.8324 | 7.8125 | 1000 | 1.7537 |
|
92 |
+
|
93 |
+
|
94 |
+
### Framework versions
|
95 |
+
|
96 |
+
- PEFT 0.11.1
|
97 |
+
- Transformers 4.41.2
|
98 |
+
- Pytorch 2.3.0+cu121
|
99 |
+
- Datasets 2.19.2
|
100 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "daryl149/llama-2-13b-chat-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"q_proj",
|
25 |
+
"dense",
|
26 |
+
"v_proj"
|
27 |
+
],
|
28 |
+
"task_type": "CAUSAL_LM",
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d928fa341733a0998bf45fbf791fc7aa04e4fd905f9392df634f612dda1efc09
|
3 |
+
size 157318920
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": true,
|
4 |
+
"add_prefix_space": true,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": true,
|
35 |
+
"model_max_length": 1000000000000000019884624838656,
|
36 |
+
"pad_token": "</s>",
|
37 |
+
"padding_side": "left",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"spaces_between_special_tokens": false,
|
40 |
+
"tokenizer_class": "LlamaTokenizer",
|
41 |
+
"unk_token": "<unk>",
|
42 |
+
"use_default_system_prompt": false
|
43 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2a63471e7c3423b8c40afeaf4172f0f715eed0d6b224700d2392f830f67c957
|
3 |
+
size 5048
|