lesso commited on
Commit
30fb9b3
·
verified ·
1 Parent(s): d0a4603

Добавление обновлённого README.md без блоков <details>

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama2
4
+ base_model: lmsys/vicuna-7b-v1.5
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 2625711f-b60a-44b6-bcaf-94355dc52daa
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
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <br>
18
+
19
+ # 2625711f-b60a-44b6-bcaf-94355dc52daa
20
+
21
+ This model is a fine-tuned version of [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.3860
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0001012
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 8
48
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 10
51
+ - training_steps: 200
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | 2.4008 | 0.0003 | 1 | 1.7593 |
58
+ | 1.7109 | 0.0138 | 50 | 1.4664 |
59
+ | 1.619 | 0.0277 | 100 | 1.4342 |
60
+ | 1.769 | 0.0415 | 150 | 1.3988 |
61
+ | 1.7578 | 0.0553 | 200 | 1.3860 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.13.2
67
+ - Transformers 4.46.0
68
+ - Pytorch 2.5.0+cu124
69
+ - Datasets 3.0.1
70
+ - Tokenizers 0.20.1