lesso commited on
Commit
7d9958d
·
verified ·
1 Parent(s): 723bd99

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

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: facebook/opt-1.3b
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: cc4a3486-a710-49ea-8182-a30d05a62e39
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
+ # cc4a3486-a710-49ea-8182-a30d05a62e39
20
+
21
+ This model is a fine-tuned version of [facebook/opt-1.3b](https://huggingface.co/facebook/opt-1.3b) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0536
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.000201
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 128
48
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: constant
50
+ - lr_scheduler_warmup_steps: 50
51
+ - training_steps: 400
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | No log | 0.0028 | 1 | 1.0241 |
58
+ | 0.52 | 0.1379 | 50 | 0.1036 |
59
+ | 0.5061 | 0.2759 | 100 | 0.1104 |
60
+ | 0.1155 | 0.4138 | 150 | 0.0543 |
61
+ | 0.3057 | 0.5517 | 200 | 0.0534 |
62
+ | 0.0765 | 0.6897 | 250 | 0.0592 |
63
+ | 0.3329 | 0.8276 | 300 | 0.0546 |
64
+ | 0.0479 | 0.9655 | 350 | 0.0536 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - PEFT 0.13.2
70
+ - Transformers 4.46.0
71
+ - Pytorch 2.5.0+cu124
72
+ - Datasets 3.0.1
73
+ - Tokenizers 0.20.1