AmirlyPhd/IeeeNfsuV7
Browse files- README.md +7 -7
- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- runs/Apr13_01-53-08_61995e1f34b2/events.out.tfevents.1712973783.61995e1f34b2.78.0 +3 -0
- special_tokens_map.json +1 -1
- tokenizer.json +3 -3
- tokenizer_config.json +4 -3
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- trl
|
| 5 |
- sft
|
| 6 |
- generated_from_trainer
|
| 7 |
-
base_model:
|
| 8 |
model-index:
|
| 9 |
- name: trained_weigths
|
| 10 |
results: []
|
|
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# trained_weigths
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 1.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -37,22 +37,22 @@ More information needed
|
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
- learning_rate: 0.0002
|
| 40 |
-
- train_batch_size:
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
| 43 |
- gradient_accumulation_steps: 8
|
| 44 |
-
- total_train_batch_size:
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: cosine
|
| 47 |
- lr_scheduler_warmup_ratio: 0.03
|
| 48 |
-
-
|
| 49 |
- mixed_precision_training: Native AMP
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 55 |
-
| 1.
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 4 |
- trl
|
| 5 |
- sft
|
| 6 |
- generated_from_trainer
|
| 7 |
+
base_model: meta-llama/Llama-2-7b-hf
|
| 8 |
model-index:
|
| 9 |
- name: trained_weigths
|
| 10 |
results: []
|
|
|
|
| 15 |
|
| 16 |
# trained_weigths
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 1.5108
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
- learning_rate: 0.0002
|
| 40 |
+
- train_batch_size: 1
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
| 43 |
- gradient_accumulation_steps: 8
|
| 44 |
+
- total_train_batch_size: 8
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: cosine
|
| 47 |
- lr_scheduler_warmup_ratio: 0.03
|
| 48 |
+
- num_epochs: 1
|
| 49 |
- mixed_precision_training: Native AMP
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 55 |
+
| 1.5207 | 1.0 | 1377 | 1.5108 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path": "
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
|
@@ -19,13 +19,13 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"k_proj",
|
| 23 |
-
"down_proj",
|
| 24 |
-
"up_proj",
|
| 25 |
-
"v_proj",
|
| 26 |
"o_proj",
|
|
|
|
| 27 |
"q_proj",
|
| 28 |
-
"
|
|
|
|
|
|
|
|
|
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"o_proj",
|
| 23 |
+
"gate_proj",
|
| 24 |
"q_proj",
|
| 25 |
+
"v_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"k_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1688334680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc4ff19d765a1f8708463447ab29e1e7f49ebba49cb8692145d83ebee8dddbad
|
| 3 |
size 1688334680
|
runs/Apr13_01-53-08_61995e1f34b2/events.out.tfevents.1712973783.61995e1f34b2.78.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32604409229ca80321300f78678d4ae8cc37969d28c82689f8714cce9d7dccbe
|
| 3 |
+
size 14024
|
special_tokens_map.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"unk_token": {
|
| 22 |
"content": "<unk>",
|
| 23 |
"lstrip": false,
|
| 24 |
-
"normalized":
|
| 25 |
"rstrip": false,
|
| 26 |
"single_word": false
|
| 27 |
}
|
|
|
|
| 21 |
"unk_token": {
|
| 22 |
"content": "<unk>",
|
| 23 |
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
"rstrip": false,
|
| 26 |
"single_word": false
|
| 27 |
}
|
tokenizer.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"single_word": false,
|
| 15 |
"lstrip": false,
|
| 16 |
"rstrip": false,
|
| 17 |
-
"normalized":
|
| 18 |
"special": true
|
| 19 |
},
|
| 20 |
{
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"single_word": false,
|
| 24 |
"lstrip": false,
|
| 25 |
"rstrip": false,
|
| 26 |
-
"normalized":
|
| 27 |
"special": true
|
| 28 |
},
|
| 29 |
{
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"single_word": false,
|
| 33 |
"lstrip": false,
|
| 34 |
"rstrip": false,
|
| 35 |
-
"normalized":
|
| 36 |
"special": true
|
| 37 |
},
|
| 38 |
{
|
|
|
|
| 14 |
"single_word": false,
|
| 15 |
"lstrip": false,
|
| 16 |
"rstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
"special": true
|
| 19 |
},
|
| 20 |
{
|
|
|
|
| 23 |
"single_word": false,
|
| 24 |
"lstrip": false,
|
| 25 |
"rstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
"special": true
|
| 28 |
},
|
| 29 |
{
|
|
|
|
| 32 |
"single_word": false,
|
| 33 |
"lstrip": false,
|
| 34 |
"rstrip": false,
|
| 35 |
+
"normalized": false,
|
| 36 |
"special": true
|
| 37 |
},
|
| 38 |
{
|
tokenizer_config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"0": {
|
| 6 |
"content": "<unk>",
|
| 7 |
"lstrip": false,
|
| 8 |
-
"normalized":
|
| 9 |
"rstrip": false,
|
| 10 |
"single_word": false,
|
| 11 |
"special": true
|
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"1": {
|
| 14 |
"content": "<s>",
|
| 15 |
"lstrip": false,
|
| 16 |
-
"normalized":
|
| 17 |
"rstrip": false,
|
| 18 |
"single_word": false,
|
| 19 |
"special": true
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"2": {
|
| 22 |
"content": "</s>",
|
| 23 |
"lstrip": false,
|
| 24 |
-
"normalized":
|
| 25 |
"rstrip": false,
|
| 26 |
"single_word": false,
|
| 27 |
"special": true
|
|
@@ -54,6 +54,7 @@
|
|
| 54 |
"legacy": false,
|
| 55 |
"model_max_length": 1000000000000000019884624838656,
|
| 56 |
"pad_token": "<|im_end|>",
|
|
|
|
| 57 |
"sp_model_kwargs": {},
|
| 58 |
"tokenizer_class": "LlamaTokenizer",
|
| 59 |
"unk_token": "<unk>",
|
|
|
|
| 5 |
"0": {
|
| 6 |
"content": "<unk>",
|
| 7 |
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
"rstrip": false,
|
| 10 |
"single_word": false,
|
| 11 |
"special": true
|
|
|
|
| 13 |
"1": {
|
| 14 |
"content": "<s>",
|
| 15 |
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
"rstrip": false,
|
| 18 |
"single_word": false,
|
| 19 |
"special": true
|
|
|
|
| 21 |
"2": {
|
| 22 |
"content": "</s>",
|
| 23 |
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
"rstrip": false,
|
| 26 |
"single_word": false,
|
| 27 |
"special": true
|
|
|
|
| 54 |
"legacy": false,
|
| 55 |
"model_max_length": 1000000000000000019884624838656,
|
| 56 |
"pad_token": "<|im_end|>",
|
| 57 |
+
"padding_side": "right",
|
| 58 |
"sp_model_kwargs": {},
|
| 59 |
"tokenizer_class": "LlamaTokenizer",
|
| 60 |
"unk_token": "<unk>",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19dd85d85061e913bde374860bf37f293854707bbe06f53abf3e68fdc405058f
|
| 3 |
+
size 4728
|