Yermalovich commited on
Commit
d6c2253
·
verified ·
1 Parent(s): 61b73ee

TrainingLLM_QwenChat

Browse files
README.md CHANGED
@@ -15,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
15
  # results
16
 
17
  This model is a fine-tuned version of [Qwen/Qwen1.5-0.5B-Chat](https://huggingface.co/Qwen/Qwen1.5-0.5B-Chat) on the None dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 0.9931
20
 
21
  ## Model description
22
 
@@ -37,7 +35,7 @@ More information needed
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-05
39
  - train_batch_size: 4
40
- - eval_batch_size: 1
41
  - seed: 42
42
  - gradient_accumulation_steps: 2
43
  - total_train_batch_size: 8
@@ -45,18 +43,17 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 500
47
  - num_epochs: 1
48
- - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 1.5387 | 1.0 | 100 | 0.9931 |
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.54.0
60
- - Pytorch 2.6.0+cu124
61
  - Datasets 4.0.0
62
- - Tokenizers 0.21.2
 
15
  # results
16
 
17
  This model is a fine-tuned version of [Qwen/Qwen1.5-0.5B-Chat](https://huggingface.co/Qwen/Qwen1.5-0.5B-Chat) on the None dataset.
 
 
18
 
19
  ## Model description
20
 
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 5e-05
37
  - train_batch_size: 4
38
+ - eval_batch_size: 2
39
  - seed: 42
40
  - gradient_accumulation_steps: 2
41
  - total_train_batch_size: 8
 
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
45
  - num_epochs: 1
 
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 20 | 1.2083 |
52
 
53
 
54
  ### Framework versions
55
 
56
+ - Transformers 4.53.0
57
+ - Pytorch 2.7.1
58
  - Datasets 4.0.0
59
+ - Tokenizers 0.21.1
config.json CHANGED
@@ -47,7 +47,7 @@
47
  "sliding_window": null,
48
  "tie_word_embeddings": true,
49
  "torch_dtype": "float32",
50
- "transformers_version": "4.54.0",
51
  "use_cache": true,
52
  "use_sliding_window": false,
53
  "vocab_size": 151936
 
47
  "sliding_window": null,
48
  "tie_word_embeddings": true,
49
  "torch_dtype": "float32",
50
+ "transformers_version": "4.53.0",
51
  "use_cache": true,
52
  "use_sliding_window": false,
53
  "vocab_size": 151936
generation_config.json CHANGED
@@ -8,5 +8,5 @@
8
  "pad_token_id": 151643,
9
  "repetition_penalty": 1.1,
10
  "top_p": 0.8,
11
- "transformers_version": "4.54.0"
12
  }
 
8
  "pad_token_id": 151643,
9
  "repetition_penalty": 1.1,
10
  "top_p": 0.8,
11
+ "transformers_version": "4.53.0"
12
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64fe6c7cdb66c2a97ae7f185335d03bbe90a41190782e5efe87fb434555e51be
3
  size 1855983640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17013c39761a50da0d7b809e2aabacecb4b94e2918ad5ba40d096fbc57af931b
3
  size 1855983640
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c6f32fb0a832e7efb2c2de5e805c8aaaf43e933c191ffc8d7cb56b176e0f11b
3
- size 11418364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c557ea3dc1b3966960f9c42696ad0ef976b9a6a4aa4aee26c6e09820beb0b941
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143216466ed2a323370837a0bd467cb9c9b7c526ef4cbd7580341e02ee9dab12
3
+ size 5649