SergeySavinov commited on
Commit
9045778
·
verified ·
1 Parent(s): a8a20ab

End of training

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: yandex/YandexGPT-5-Lite-8B-instruct
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: outputs
8
+ results: []
9
+ library_name: peft
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # outputs
16
+
17
+ This model is a fine-tuned version of [yandex/YandexGPT-5-Lite-8B-instruct](https://huggingface.co/yandex/YandexGPT-5-Lite-8B-instruct) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.4964
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+
36
+ The following `bitsandbytes` quantization config was used during training:
37
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
38
+ - _load_in_8bit: False
39
+ - _load_in_4bit: True
40
+ - llm_int8_threshold: 6.0
41
+ - llm_int8_skip_modules: None
42
+ - llm_int8_enable_fp32_cpu_offload: False
43
+ - llm_int8_has_fp16_weight: False
44
+ - bnb_4bit_quant_type: nf4
45
+ - bnb_4bit_use_double_quant: True
46
+ - bnb_4bit_compute_dtype: bfloat16
47
+ - load_in_4bit: True
48
+ - load_in_8bit: False
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 0.0001
53
+ - train_batch_size: 1
54
+ - eval_batch_size: 1
55
+ - seed: 42
56
+ - gradient_accumulation_steps: 8
57
+ - total_train_batch_size: 8
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - lr_scheduler_warmup_steps: 250
61
+ - training_steps: 1000
62
+ - mixed_precision_training: Native AMP
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss |
67
+ |:-------------:|:-----:|:----:|:---------------:|
68
+ | 6.3533 | 0.04 | 100 | 4.2878 |
69
+ | 3.3336 | 0.08 | 200 | 2.8855 |
70
+ | 2.8695 | 0.12 | 300 | 2.8085 |
71
+ | 2.7996 | 0.16 | 400 | 2.7477 |
72
+ | 2.7557 | 0.2 | 500 | 2.6723 |
73
+ | 2.6529 | 0.24 | 600 | 2.5928 |
74
+ | 2.6168 | 0.29 | 700 | 2.5523 |
75
+ | 2.585 | 0.33 | 800 | 2.5235 |
76
+ | 2.5576 | 0.37 | 900 | 2.5039 |
77
+ | 2.5305 | 0.41 | 1000 | 2.4964 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - PEFT 0.5.0
83
+ - Transformers 4.38.2
84
+ - Pytorch 2.6.0+cu124
85
+ - Datasets 4.1.1
86
+ - Tokenizers 0.15.2